Revision 20192,
1.5 KB
checked in by rbasch, 21 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20191,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[18859] | 1 | # |
---|
| 2 | # The contents of this file are subject to the Netscape Public |
---|
| 3 | # License Version 1.1 (the "License"); you may not use this file |
---|
| 4 | # except in compliance with the License. You may obtain a copy of |
---|
| 5 | # the License at http://www.mozilla.org/NPL/ |
---|
| 6 | # |
---|
| 7 | # Software distributed under the License is distributed on an "AS |
---|
| 8 | # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
---|
| 9 | # implied. See the License for the specific language governing |
---|
| 10 | # rights and limitations under the License. |
---|
| 11 | # |
---|
| 12 | # The Original Code is Mozilla Communicator client code, |
---|
| 13 | # released March 31, 1998. |
---|
| 14 | # |
---|
| 15 | # The Initial Developer of the Original Code is Netscape Communications |
---|
| 16 | # Corporation. Portions created by Netscape are |
---|
| 17 | # Copyright (C) 1998 Netscape Communications Corporation. All |
---|
| 18 | # Rights Reserved. |
---|
| 19 | # |
---|
| 20 | # Contributor(s): |
---|
| 21 | # Daniel Veditz <dveditz@netscape.com> |
---|
| 22 | # Douglas Turner <dougt@netscape.com> |
---|
| 23 | # Samir Gehani <sgehani@netscape.com> |
---|
| 24 | # |
---|
| 25 | |
---|
| 26 | DEPTH = .. |
---|
| 27 | topsrcdir = @top_srcdir@ |
---|
| 28 | srcdir = @srcdir@ |
---|
| 29 | VPATH = @srcdir@ |
---|
| 30 | |
---|
| 31 | include $(DEPTH)/config/autoconf.mk |
---|
| 32 | |
---|
[20013] | 33 | MODULE = xpinstall |
---|
[18859] | 34 | DIRS = public res src stub cleanup |
---|
| 35 | |
---|
| 36 | ifdef MOZ_INSTALLER |
---|
| 37 | DIRS += wizard/libxpnet |
---|
| 38 | ifdef MOZ_ENABLE_GTK |
---|
| 39 | DIRS += wizard/unix/src2 |
---|
| 40 | endif |
---|
| 41 | ifeq ($(OS_ARCH),WINNT) |
---|
| 42 | DIRS += wizard/windows |
---|
| 43 | endif |
---|
| 44 | ifeq ($(OS_ARCH),OS2) |
---|
| 45 | DIRS += wizard/os2 |
---|
| 46 | endif |
---|
| 47 | endif |
---|
| 48 | |
---|
| 49 | include $(topsrcdir)/config/rules.mk |
---|
| 50 | |
---|
[20191] | 51 | packages: |
---|
| 52 | $(MAKE) -C packager |
---|
| 53 | |
---|
| 54 | installer: packages |
---|
| 55 | ifeq ($(OS_ARCH),Linux) |
---|
| 56 | $(MAKE) -C packager/unix |
---|
| 57 | endif |
---|
| 58 | ifeq ($(OS_ARCH),WINNT) |
---|
| 59 | $(MAKE) -C wizard/windows/builder |
---|
| 60 | endif |
---|
| 61 | |
---|
| 62 | |
---|
Note: See
TracBrowser
for help on using the repository browser.