Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 installer:
6 @echo 'XULRunner doesn't have an installer yet.'
8 package:
9 @$(MAKE) -C xulrunner/installer
11 install:
12 @$(MAKE) -C xulrunner/installer install
14 sdk:
15 @$(MAKE) -C xulrunner/installer make-sdk
17 distclean::
18 @$(MAKE) -C xulrunner/installer distclean
20 source-package::
21 @$(MAKE) -C xulrunner/installer source-package
23 upload::
24 @$(MAKE) -C xulrunner/installer upload
26 source-upload::
27 @$(MAKE) -C xulrunner/installer source-upload
29 hg-bundle::
30 @$(MAKE) -C xulrunner/installer hg-bundle
32 ifeq ($(OS_TARGET),Linux)
33 deb: package
34 @$(MAKE) -C xulrunner/installer deb
35 endif