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 \
|
|
|
|
dbm \
|
|
|
|
nsprpub \
|
1998-11-11 01:53:49 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
ifndef MOZ_NATIVE_JPEG
|
|
|
|
DIRS += \
|
1998-10-28 03:40:33 +00:00
|
|
|
jpeg \
|
1998-11-11 01:53:49 +00:00
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
|
|
|
DIRS += \
|
1998-10-28 03:40:33 +00:00
|
|
|
modules/libreg \
|
|
|
|
xpcom \
|
1998-11-11 01:53:49 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
ifndef MOZ_NATIVE_ZLIB
|
|
|
|
DIRS += \
|
1998-10-28 03:40:33 +00:00
|
|
|
modules/zlib \
|
1998-11-11 01:53:49 +00:00
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
|
|
|
DIRS += \
|
1998-10-28 03:40:33 +00:00
|
|
|
modules/libutil \
|
1999-01-21 12:12:49 +00:00
|
|
|
intl \
|
1998-10-28 03:40:33 +00:00
|
|
|
sun-java \
|
|
|
|
nav-java \
|
|
|
|
js \
|
|
|
|
modules/security/freenav \
|
|
|
|
modules/libpref \
|
|
|
|
modules/libimg \
|
|
|
|
modules/oji \
|
|
|
|
modules/plugin \
|
|
|
|
base \
|
1998-11-21 06:05:24 +00:00
|
|
|
caps \
|
1998-10-28 03:40:33 +00:00
|
|
|
lib/xp \
|
|
|
|
lib/libpwcac \
|
|
|
|
network \
|
|
|
|
lib/liblayer/include \
|
|
|
|
htmlparser \
|
|
|
|
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 \
|
|
|
|
silentdl
|
1998-11-18 22:35:21 +00:00
|
|
|
|
|
|
|
|
|
|
|
DIRS += xpfe
|
1998-10-28 03:40:33 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
real_all: all
|
|
|
|
|
|
|
|
real_export: export
|
|
|
|
|
|
|
|
real_libs: libs
|
|
|
|
|
|
|
|
real_install: install
|
|
|
|
|
|
|
|
real_clobber: clobber
|
|
|
|
|
|
|
|
real_depend: depend
|
|
|
|
|