2012-05-21 04:12:37 -07: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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-04-18 10:06:30 -07:00
|
|
|
installer:
|
2013-12-02 13:34:21 -08:00
|
|
|
@echo 'XULRunner doesn't have an installer yet.'
|
2007-04-18 10:06:30 -07:00
|
|
|
|
|
|
|
package:
|
|
|
|
@$(MAKE) -C xulrunner/installer
|
2007-08-03 07:46:17 -07:00
|
|
|
|
|
|
|
install:
|
|
|
|
@$(MAKE) -C xulrunner/installer install
|
2007-08-09 12:53:08 -07:00
|
|
|
|
|
|
|
sdk:
|
|
|
|
@$(MAKE) -C xulrunner/installer make-sdk
|
2008-03-14 08:18:24 -07:00
|
|
|
|
|
|
|
distclean::
|
|
|
|
@$(MAKE) -C xulrunner/installer distclean
|
2008-06-17 02:44:21 -07:00
|
|
|
|
2011-03-23 12:01:28 -07:00
|
|
|
source-package::
|
|
|
|
@$(MAKE) -C xulrunner/installer source-package
|
|
|
|
|
2009-03-31 06:43:31 -07:00
|
|
|
upload::
|
|
|
|
@$(MAKE) -C xulrunner/installer upload
|
|
|
|
|
2012-03-12 14:48:40 -07:00
|
|
|
source-upload::
|
|
|
|
@$(MAKE) -C xulrunner/installer source-upload
|
|
|
|
|
|
|
|
hg-bundle::
|
|
|
|
@$(MAKE) -C xulrunner/installer hg-bundle
|
|
|
|
|
2008-06-17 02:44:21 -07:00
|
|
|
ifeq ($(OS_TARGET),Linux)
|
|
|
|
deb: package
|
|
|
|
@$(MAKE) -C xulrunner/installer deb
|
2008-10-23 05:30:45 -07:00
|
|
|
endif
|