This commit is contained in:
briano%netscape.com 1999-09-08 22:59:23 +00:00
Родитель c8ae27c1bd
Коммит e2790961ec
1 изменённых файлов: 36 добавлений и 52 удалений

Просмотреть файл

@ -22,76 +22,60 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
# The list of directories that need to be built to build the standalone DIRS = config build
# nglayout test program. The order is important.
DIRS = \
config \
build \
$(NULL)
ifndef MOZ_NATIVE_NSPR ifndef MOZ_NATIVE_NSPR
DIRS += $(topsrcdir)/nsprpub DIRS += $(topsrcdir)/nsprpub
# NSPR does not use Makefile.in # NSPR does not use Makefile.in
STATIC_MAKEFILES := $(topsrcdir)/nsprpub STATIC_MAKEFILES := $(topsrcdir)/nsprpub
endif endif
DIRS += \ DIRS += dbm modules/libreg xpcom
dbm \
modules/libreg \
xpcom \
$(NULL)
ifndef MOZ_NATIVE_ZLIB ifndef MOZ_NATIVE_ZLIB
DIRS += modules/zlib DIRS += modules/zlib
endif endif
ifndef MOZ_NATIVE_JPEG ifndef MOZ_NATIVE_JPEG
DIRS += jpeg DIRS += jpeg
endif endif
ifdef NECKO DIRS += \
DIRS += netwerk netwerk \
else modules/libutil \
DIRS += network \ lib/xp \
lib/libpwcac \ intl \
$(NULL) js \
endif modules/security/freenav \
modules/libpref \
DIRS += \ modules/libimg \
modules/libutil \ modules/oji \
lib/xp \ modules/plugin \
intl \ modules/libjar \
js \ caps \
modules/security/freenav \ expat \
modules/libpref \ htmlparser \
modules/libimg \ gfx \
modules/oji \ dom \
modules/plugin \ view \
modules/libjar \ widget \
caps \ layout \
expat \ db \
htmlparser \ rdf \
gfx \ webshell \
dom \ editor \
view \ silentdl \
widget \ xpinstall \
layout \ sun-java \
db \ profile \
rdf \ $(NULL)
webshell \
editor \
silentdl \
xpinstall \
sun-java \
profile \
$(NULL)
ifdef MOZ_BUILD_XPFE ifdef MOZ_BUILD_XPFE
DIRS += xpfe extensions DIRS += xpfe extensions
endif endif
ifdef MOZ_MAIL_NEWS ifdef MOZ_MAIL_NEWS
DIRS += mailnews DIRS += mailnews
endif endif
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk