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