gecko-dev/Makefile.in

108 lines
1.9 KiB
Makefile
Raw Normal View History

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
# The list of directories that need to be built to build the standalone
# nglayout test program. The order is important.
DIRS = \
config \
build \
$(NULL)
ifndef MOZ_NATIVE_NSPR
DIRS += $(topsrcdir)/nsprpub
endif
DIRS += \
1999-02-02 17:39:01 +00:00
dbm \
modules/libreg \
xpcom \
$(NULL)
ifndef MOZ_NATIVE_ZLIB
DIRS += modules/zlib
endif
1999-02-02 17:39:01 +00:00
ifndef MOZ_NATIVE_JPEG
DIRS += jpeg
1999-02-02 17:39:01 +00:00
endif
ifdef NECKO
DIRS += netwerk
1999-06-21 00:26:16 +00:00
else
DIRS += network
endif
DIRS += \
modules/libutil \
1999-01-21 12:12:49 +00:00
intl \
js \
modules/security/freenav \
modules/libpref \
modules/libimg \
1999-02-02 17:39:01 +00:00
modules/oji \
modules/plugin \
modules/libjar \
caps \
lib/xp \
lib/libpwcac \
htmlparser \
1999-02-27 10:40:40 +00:00
expat \
gfx \
dom \
view \
widget \
layout \
1998-12-02 00:22:44 +00:00
rdf \
webshell \
1999-01-20 01:39:08 +00:00
editor \
1999-02-02 18:01:34 +00:00
silentdl \
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)
ifdef MOZ_BUILD_XPFE
DIRS += xpfe extensions
endif
ifdef MOZ_MAIL_NEWS
ifndef NECKO
DIRS += mailnews
endif
endif
include $(topsrcdir)/config/rules.mk
real_all: all
real_export: export
real_libs: libs
real_install: install
real_clobber: clobber
real_depend: depend