1999-12-15 12:40:24 +03:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# The contents of this file are subject to the Netscape Public
|
|
|
|
# License Version 1.1 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at http://www.mozilla.org/NPL/
|
1998-08-21 07:34:44 +04:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# Software distributed under the License is distributed on an "AS
|
|
|
|
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
# implied. See the License for the specific language governing
|
|
|
|
# rights and limitations under the License.
|
1998-08-21 07:34:44 +04:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1998-08-21 07:34:44 +04:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:43:54 +03:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1998-08-21 07:34:44 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
DEPTH = .
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
1999-11-16 20:33:41 +03:00
|
|
|
DIRS = config build
|
1998-11-11 04:53:49 +03:00
|
|
|
|
1999-10-08 05:32:44 +04:00
|
|
|
#
|
|
|
|
ifdef MOZ_L10N
|
|
|
|
DIRS += l10n
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
1999-04-11 14:32:45 +04:00
|
|
|
ifndef MOZ_NATIVE_NSPR
|
1999-10-17 19:16:47 +04:00
|
|
|
ifdef USE_NSPR_AUTOCONF
|
|
|
|
DIRS += nsprpub
|
|
|
|
else
|
1999-09-09 02:59:23 +04:00
|
|
|
DIRS += $(topsrcdir)/nsprpub
|
1999-08-25 01:45:06 +04:00
|
|
|
# NSPR does not use Makefile.in
|
|
|
|
STATIC_MAKEFILES := $(topsrcdir)/nsprpub
|
1998-11-11 04:53:49 +03:00
|
|
|
endif
|
1999-10-17 19:16:47 +04:00
|
|
|
endif
|
1998-11-11 04:53:49 +03:00
|
|
|
|
1999-10-19 03:14:16 +04:00
|
|
|
# boehm needs to be built before XPCOM
|
|
|
|
ifdef GC_LEAK_DETECTOR
|
|
|
|
DIRS += gc/boehm
|
|
|
|
endif
|
|
|
|
|
1999-11-16 20:33:41 +03:00
|
|
|
DIRS += dbm modules/libreg xpcom
|
1998-11-11 04:53:49 +03:00
|
|
|
|
|
|
|
ifndef MOZ_NATIVE_ZLIB
|
1999-09-09 02:59:23 +04:00
|
|
|
DIRS += modules/zlib
|
1998-11-11 04:53:49 +03:00
|
|
|
endif
|
|
|
|
|
1999-02-02 20:39:01 +03:00
|
|
|
ifndef MOZ_NATIVE_JPEG
|
1999-09-09 02:59:23 +04:00
|
|
|
DIRS += jpeg
|
1999-02-02 20:39:01 +03:00
|
|
|
endif
|
|
|
|
|
1999-09-09 02:59:23 +04:00
|
|
|
DIRS += \
|
1999-10-09 02:36:46 +04:00
|
|
|
include \
|
1999-12-22 02:55:04 +03:00
|
|
|
modules/libutil \
|
1999-09-09 02:59:23 +04:00
|
|
|
netwerk \
|
1999-11-18 09:03:27 +03:00
|
|
|
uriloader \
|
1999-09-09 02:59:23 +04:00
|
|
|
intl \
|
|
|
|
js \
|
|
|
|
modules/libpref \
|
|
|
|
modules/libimg \
|
|
|
|
modules/oji \
|
|
|
|
modules/plugin \
|
|
|
|
modules/libjar \
|
|
|
|
caps \
|
|
|
|
expat \
|
|
|
|
htmlparser \
|
1999-09-12 16:33:52 +04:00
|
|
|
widget/timer \
|
1999-09-09 02:59:23 +04:00
|
|
|
gfx \
|
|
|
|
dom \
|
|
|
|
view \
|
|
|
|
widget \
|
|
|
|
layout \
|
|
|
|
db \
|
|
|
|
rdf \
|
1999-11-30 01:22:20 +03:00
|
|
|
docshell \
|
1999-09-09 02:59:23 +04:00
|
|
|
webshell \
|
|
|
|
editor \
|
|
|
|
sun-java \
|
|
|
|
profile \
|
|
|
|
$(NULL)
|
1998-11-19 01:35:21 +03:00
|
|
|
|
1999-02-18 07:19:43 +03:00
|
|
|
ifdef MOZ_BUILD_XPFE
|
1999-11-16 18:56:31 +03:00
|
|
|
DIRS += xpfe
|
|
|
|
endif
|
|
|
|
|
1999-12-08 04:26:04 +03:00
|
|
|
DIRS += xpinstall
|
|
|
|
|
1999-11-16 18:56:31 +03:00
|
|
|
ifdef MOZ_EXTENSIONS
|
|
|
|
DIRS += extensions
|
1999-02-18 07:19:43 +03:00
|
|
|
endif
|
1998-10-28 06:40:33 +03:00
|
|
|
|
1999-02-02 22:34:49 +03:00
|
|
|
ifdef MOZ_MAIL_NEWS
|
1999-09-09 02:59:23 +04:00
|
|
|
DIRS += mailnews
|
1999-02-02 22:34:49 +03:00
|
|
|
endif
|
|
|
|
|
1999-09-26 00:44:48 +04:00
|
|
|
ifdef MOZ_LEAKY
|
|
|
|
DIRS += tools/leaky
|
|
|
|
endif
|
|
|
|
|
1998-10-28 06:40:33 +03:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
real_all: all
|
|
|
|
|
|
|
|
real_export: export
|
|
|
|
|
|
|
|
real_libs: libs
|
|
|
|
|
|
|
|
real_install: install
|
|
|
|
|
|
|
|
real_clobber: clobber
|
|
|
|
|
|
|
|
real_depend: depend
|