2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2006-08-29 21:05:53 +04:00
|
|
|
|
2007-04-18 21:06:30 +04:00
|
|
|
installer:
|
2013-12-03 01:34:21 +04:00
|
|
|
@echo 'XULRunner doesn't have an installer yet.'
|
2007-04-18 21:06:30 +04:00
|
|
|
|
|
|
|
package:
|
|
|
|
@$(MAKE) -C xulrunner/installer
|
2007-08-03 18:46:17 +04:00
|
|
|
|
|
|
|
install:
|
|
|
|
@$(MAKE) -C xulrunner/installer install
|
2007-08-09 23:53:08 +04:00
|
|
|
|
|
|
|
sdk:
|
|
|
|
@$(MAKE) -C xulrunner/installer make-sdk
|
2008-03-14 18:18:24 +03:00
|
|
|
|
|
|
|
distclean::
|
|
|
|
@$(MAKE) -C xulrunner/installer distclean
|
2008-06-17 13:44:21 +04:00
|
|
|
|
2011-03-23 22:01:28 +03:00
|
|
|
source-package::
|
|
|
|
@$(MAKE) -C xulrunner/installer source-package
|
|
|
|
|
2009-03-31 17:43:31 +04:00
|
|
|
upload::
|
|
|
|
@$(MAKE) -C xulrunner/installer upload
|
|
|
|
|
2012-03-13 01:48:40 +04:00
|
|
|
source-upload::
|
|
|
|
@$(MAKE) -C xulrunner/installer source-upload
|
|
|
|
|
|
|
|
hg-bundle::
|
|
|
|
@$(MAKE) -C xulrunner/installer hg-bundle
|
|
|
|
|
2008-06-17 13:44:21 +04:00
|
|
|
ifeq ($(OS_TARGET),Linux)
|
|
|
|
deb: package
|
|
|
|
@$(MAKE) -C xulrunner/installer deb
|
2008-10-23 16:30:45 +04:00
|
|
|
endif
|