1998-08-21 03:34:44 +00:00
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Netscape Public License
|
|
|
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
|
|
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
|
|
# http://www.mozilla.org/NPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# NPL.
|
|
|
|
#
|
|
|
|
# The Initial Developer of this code under the NPL is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
# Reserved.
|
|
|
|
#
|
|
|
|
|
|
|
|
DEPTH = .
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
1998-10-28 03:40:33 +00:00
|
|
|
# The list of directories that need to be built to build the standalone
|
|
|
|
# nglayout test program. The order is important.
|
|
|
|
DIRS = \
|
|
|
|
config \
|
1999-04-13 04:15:34 +00:00
|
|
|
build \
|
1998-11-11 01:53:49 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1999-04-11 10:32:45 +00:00
|
|
|
ifndef MOZ_NATIVE_NSPR
|
1999-04-23 23:18:48 +00:00
|
|
|
DIRS += $(topsrcdir)/nsprpub
|
1999-08-24 21:45:06 +00:00
|
|
|
# NSPR does not use Makefile.in
|
|
|
|
STATIC_MAKEFILES := $(topsrcdir)/nsprpub
|
1998-11-11 01:53:49 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
DIRS += \
|
1999-02-02 17:39:01 +00:00
|
|
|
dbm \
|
1998-10-28 03:40:33 +00:00
|
|
|
modules/libreg \
|
|
|
|
xpcom \
|
1998-11-11 01:53:49 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
ifndef MOZ_NATIVE_ZLIB
|
1999-04-23 23:18:48 +00:00
|
|
|
DIRS += modules/zlib
|
1998-11-11 01:53:49 +00:00
|
|
|
endif
|
|
|
|
|
1999-02-02 17:39:01 +00:00
|
|
|
ifndef MOZ_NATIVE_JPEG
|
1999-04-23 23:18:48 +00:00
|
|
|
DIRS += jpeg
|
1999-02-02 17:39:01 +00:00
|
|
|
endif
|
|
|
|
|
1999-06-18 17:34:08 +00:00
|
|
|
ifdef NECKO
|
|
|
|
DIRS += netwerk
|
1999-06-21 00:26:16 +00:00
|
|
|
else
|
1999-08-02 23:59:56 +00:00
|
|
|
DIRS += network \
|
|
|
|
lib/libpwcac \
|
|
|
|
$(NULL)
|
1999-06-18 17:34:08 +00:00
|
|
|
endif
|
|
|
|
|
1998-11-11 01:53:49 +00:00
|
|
|
DIRS += \
|
1998-10-28 03:40:33 +00:00
|
|
|
modules/libutil \
|
1999-08-06 00:28:40 +00:00
|
|
|
lib/xp \
|
1999-01-21 12:12:49 +00:00
|
|
|
intl \
|
1998-10-28 03:40:33 +00:00
|
|
|
js \
|
|
|
|
modules/security/freenav \
|
|
|
|
modules/libpref \
|
|
|
|
modules/libimg \
|
1999-02-02 17:39:01 +00:00
|
|
|
modules/oji \
|
1998-10-28 03:40:33 +00:00
|
|
|
modules/plugin \
|
1999-03-25 20:47:28 +00:00
|
|
|
modules/libjar \
|
1998-11-21 06:05:24 +00:00
|
|
|
caps \
|
1999-02-27 10:40:40 +00:00
|
|
|
expat \
|
1999-08-17 11:51:14 +00:00
|
|
|
htmlparser \
|
1998-10-28 03:40:33 +00:00
|
|
|
gfx \
|
|
|
|
dom \
|
|
|
|
view \
|
|
|
|
widget \
|
|
|
|
layout \
|
1998-12-02 00:22:44 +00:00
|
|
|
rdf \
|
1998-12-02 22:13:21 +00:00
|
|
|
webshell \
|
1999-01-20 01:39:08 +00:00
|
|
|
editor \
|
1999-02-02 18:01:34 +00:00
|
|
|
silentdl \
|
1999-03-25 20:47:28 +00:00
|
|
|
xpinstall \
|
1999-02-02 18:01:34 +00:00
|
|
|
sun-java \
|
1999-04-15 20:19:50 +00:00
|
|
|
profile \
|
1999-02-02 18:01:34 +00:00
|
|
|
$(NULL)
|
1998-11-18 22:35:21 +00:00
|
|
|
|
1999-02-18 04:19:43 +00:00
|
|
|
ifdef MOZ_BUILD_XPFE
|
1999-04-05 00:45:33 +00:00
|
|
|
DIRS += xpfe extensions
|
1999-02-18 04:19:43 +00:00
|
|
|
endif
|
1998-10-28 03:40:33 +00:00
|
|
|
|
1999-02-02 19:34:49 +00:00
|
|
|
ifdef MOZ_MAIL_NEWS
|
|
|
|
DIRS += mailnews
|
|
|
|
endif
|
|
|
|
|
1998-10-28 03:40:33 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
real_all: all
|
|
|
|
|
|
|
|
real_export: export
|
|
|
|
|
|
|
|
real_libs: libs
|
|
|
|
|
|
|
|
real_install: install
|
|
|
|
|
|
|
|
real_clobber: clobber
|
|
|
|
|
|
|
|
real_depend: depend
|