gecko-dev/Makefile.in

103 строки
1.7 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
1999-09-09 02:59:23 +04:00
DIRS = config build
#
ifdef MOZ_L10N
DIRS += l10n
endif
ifndef MOZ_NATIVE_NSPR
1999-09-09 02:59:23 +04:00
DIRS += $(topsrcdir)/nsprpub
# NSPR does not use Makefile.in
STATIC_MAKEFILES := $(topsrcdir)/nsprpub
endif
1999-09-09 02:59:23 +04:00
DIRS += dbm modules/libreg xpcom
ifndef MOZ_NATIVE_ZLIB
1999-09-09 02:59:23 +04:00
DIRS += modules/zlib
endif
1999-02-02 20:39:01 +03:00
ifndef MOZ_NATIVE_JPEG
1999-09-09 02:59:23 +04:00
DIRS += jpeg
1999-02-02 20:39:01 +03:00
endif
1999-09-09 02:59:23 +04:00
DIRS += \
netwerk \
modules/libutil \
intl \
js \
modules/security/freenav \
modules/libpref \
modules/libimg \
modules/oji \
modules/plugin \
modules/libjar \
caps \
expat \
htmlparser \
widget/timer \
1999-09-09 02:59:23 +04:00
gfx \
dom \
view \
widget \
layout \
db \
rdf \
webshell \
editor \
xpinstall \
sun-java \
profile \
$(NULL)
ifdef MOZ_BUILD_XPFE
1999-09-09 02:59:23 +04:00
DIRS += xpfe extensions
endif
ifdef MOZ_MAIL_NEWS
1999-09-09 02:59:23 +04:00
DIRS += mailnews
endif
ifdef MOZ_LEAKY
DIRS += tools/leaky
endif
include $(topsrcdir)/config/rules.mk
real_all: all
real_export: export
real_libs: libs
real_install: install
real_clobber: clobber
real_depend: depend