|
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/. |
|
4 |
|
5 installer: |
|
6 @echo 'XULRunner doesn't have an installer yet.' |
|
7 |
|
8 package: |
|
9 @$(MAKE) -C xulrunner/installer |
|
10 |
|
11 install: |
|
12 @$(MAKE) -C xulrunner/installer install |
|
13 |
|
14 sdk: |
|
15 @$(MAKE) -C xulrunner/installer make-sdk |
|
16 |
|
17 distclean:: |
|
18 @$(MAKE) -C xulrunner/installer distclean |
|
19 |
|
20 source-package:: |
|
21 @$(MAKE) -C xulrunner/installer source-package |
|
22 |
|
23 upload:: |
|
24 @$(MAKE) -C xulrunner/installer upload |
|
25 |
|
26 source-upload:: |
|
27 @$(MAKE) -C xulrunner/installer source-upload |
|
28 |
|
29 hg-bundle:: |
|
30 @$(MAKE) -C xulrunner/installer hg-bundle |
|
31 |
|
32 ifeq ($(OS_TARGET),Linux) |
|
33 deb: package |
|
34 @$(MAKE) -C xulrunner/installer deb |
|
35 endif |