mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-05-13 08:57:27 +00:00
Removed cruft from the build
This commit is contained in:
parent
1a7ee962b6
commit
616a110bba
20
Makefile.in
20
Makefile.in
@ -26,17 +26,16 @@ include $(DEPTH)/config/autoconf.mk
|
|||||||
# nglayout test program. The order is important.
|
# nglayout test program. The order is important.
|
||||||
DIRS = \
|
DIRS = \
|
||||||
config \
|
config \
|
||||||
dbm \
|
|
||||||
nsprpub \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
ifndef MOZ_NATIVE_JPEG
|
ifndef MOZ_NATIVE_NSPR
|
||||||
DIRS += \
|
DIRS += \
|
||||||
jpeg \
|
nsprpub \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DIRS += \
|
DIRS += \
|
||||||
|
dbm \
|
||||||
modules/libreg \
|
modules/libreg \
|
||||||
xpcom \
|
xpcom \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
@ -47,23 +46,26 @@ DIRS += \
|
|||||||
$(NULL)
|
$(NULL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifndef MOZ_NATIVE_JPEG
|
||||||
|
DIRS += \
|
||||||
|
jpeg \
|
||||||
|
$(NULL)
|
||||||
|
endif
|
||||||
|
|
||||||
DIRS += \
|
DIRS += \
|
||||||
modules/libutil \
|
modules/libutil \
|
||||||
|
base \
|
||||||
intl \
|
intl \
|
||||||
sun-java \
|
|
||||||
nav-java \
|
|
||||||
js \
|
js \
|
||||||
modules/security/freenav \
|
modules/security/freenav \
|
||||||
modules/libpref \
|
modules/libpref \
|
||||||
modules/libimg \
|
modules/libimg \
|
||||||
modules/oji \
|
modules/oji \
|
||||||
modules/plugin \
|
modules/plugin \
|
||||||
base \
|
|
||||||
caps \
|
caps \
|
||||||
lib/xp \
|
lib/xp \
|
||||||
lib/libpwcac \
|
lib/libpwcac \
|
||||||
network \
|
network \
|
||||||
lib/liblayer/include \
|
|
||||||
htmlparser \
|
htmlparser \
|
||||||
gfx \
|
gfx \
|
||||||
dom \
|
dom \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user