gecko-dev/Makefile.in

107 строки
1.9 KiB
Makefile
Исходник Обычный вид История

1998-08-21 07:34:44 +04: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 20:39:01 +03:00
dbm \
modules/libreg \
xpcom \
$(NULL)
ifndef MOZ_NATIVE_ZLIB
DIRS += modules/zlib
endif
1999-02-02 20:39:01 +03:00
ifndef MOZ_NATIVE_JPEG
DIRS += jpeg
1999-02-02 20:39:01 +03:00
endif
ifdef NECKO
DIRS += netwerk
1999-06-21 04:26:16 +04:00
else
DIRS += network \
lib/libpwcac \
$(NULL)
endif
DIRS += \
modules/libutil \
1999-08-06 04:28:40 +04:00
lib/xp \
1999-01-21 15:12:49 +03:00
intl \
js \
modules/security/freenav \
modules/libpref \
modules/libimg \
1999-02-02 20:39:01 +03:00
modules/oji \
modules/plugin \
modules/libjar \
caps \
1999-02-27 13:40:40 +03:00
expat \
1999-08-17 15:51:14 +04:00
htmlparser \
gfx \
dom \
view \
widget \
layout \
1998-12-02 03:22:44 +03:00
rdf \
webshell \
1999-01-20 04:39:08 +03:00
editor \
1999-02-02 21:01:34 +03:00
silentdl \
xpinstall \
1999-02-02 21:01:34 +03:00
sun-java \
1999-04-16 00:19:50 +04:00
profile \
1999-02-02 21:01:34 +03:00
$(NULL)
ifdef MOZ_BUILD_XPFE
DIRS += xpfe extensions
endif
ifdef MOZ_MAIL_NEWS
DIRS += mailnews
endif
include $(topsrcdir)/config/rules.mk
real_all: all
real_export: export
real_libs: libs
real_install: install
real_clobber: clobber
real_depend: depend