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
|
|
|
|
|
|
|
include $(topsrcdir)/toolkit/toolkit-tiers.mk
|
|
|
|
|
|
|
|
TIERS += app
|
|
|
|
|
|
|
|
ifdef MOZ_EXTENSIONS
|
|
|
|
tier_app_dirs += extensions
|
|
|
|
endif
|
|
|
|
|
2011-10-06 16:15:07 +00:00
|
|
|
# winEmbed
|
2006-08-29 17:05:53 +00:00
|
|
|
ifeq ($(OS_ARCH),WINNT)
|
|
|
|
ifneq (,$(ENABLE_TESTS)$(MOZILLA_OFFICIAL))
|
2011-10-06 16:15:07 +00:00
|
|
|
tier_app_dirs += embedding/tests/winEmbed
|
2006-08-29 17:05:53 +00:00
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2007-03-02 21:28:58 +00:00
|
|
|
tier_app_dirs += xulrunner
|
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
|