michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: installer: michael@0: @echo 'XULRunner doesn't have an installer yet.' michael@0: michael@0: package: michael@0: @$(MAKE) -C xulrunner/installer michael@0: michael@0: install: michael@0: @$(MAKE) -C xulrunner/installer install michael@0: michael@0: sdk: michael@0: @$(MAKE) -C xulrunner/installer make-sdk michael@0: michael@0: distclean:: michael@0: @$(MAKE) -C xulrunner/installer distclean michael@0: michael@0: source-package:: michael@0: @$(MAKE) -C xulrunner/installer source-package michael@0: michael@0: upload:: michael@0: @$(MAKE) -C xulrunner/installer upload michael@0: michael@0: source-upload:: michael@0: @$(MAKE) -C xulrunner/installer source-upload michael@0: michael@0: hg-bundle:: michael@0: @$(MAKE) -C xulrunner/installer hg-bundle michael@0: michael@0: ifeq ($(OS_TARGET),Linux) michael@0: deb: package michael@0: @$(MAKE) -C xulrunner/installer deb michael@0: endif