Added new version that's used with new no-libs-pass make on Windows.
git-svn-id: svn://10.0.0.236/trunk@54522 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# -*- Mode: Makefile -*-
|
||||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
@@ -19,75 +19,16 @@
|
||||
#
|
||||
# Contributor(s):
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
#//
|
||||
#// Makefile to build the MODULES tree
|
||||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
DEPTH = ..
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
#//
|
||||
#// Specify the depth of the current directory relative to the
|
||||
#// root of NS
|
||||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
DEPTH=..
|
||||
DIRS= \
|
||||
zlib \
|
||||
libjar \
|
||||
libutil \
|
||||
libimg \
|
||||
libpref \
|
||||
plugin \
|
||||
oji \
|
||||
$(NULL)
|
||||
|
||||
## Include support for MOZ_LITE/MOZ_MEDIUM
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
include <$(DEPTH)/config/liteness.mak>
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
#//
|
||||
#// Specify any "command" targets. (ie. DIRS, INSTALL_FILES, ...)
|
||||
#// (these must come before the common makefiles are included)
|
||||
#//
|
||||
#// DIRS - There are subdirectories to process
|
||||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
DIRS= \
|
||||
!ifndef MOZ_SECURITY
|
||||
security \
|
||||
!endif
|
||||
libreg \
|
||||
libpref \
|
||||
libhook \
|
||||
libutil \
|
||||
libimg \
|
||||
libfont \
|
||||
!ifdef JAVA_OR_NSJVM
|
||||
!ifdef EDITOR
|
||||
edtplug \
|
||||
!endif
|
||||
zlib \
|
||||
!endif
|
||||
progress \
|
||||
!if ("$(MOZ_BITS)" == "16")
|
||||
libmem \
|
||||
!endif
|
||||
coreincl \
|
||||
!ifdef MOZ_LOC_INDEP
|
||||
li \
|
||||
!endif
|
||||
!ifdef MOZ_SPELLCHK
|
||||
spellchk \
|
||||
!endif
|
||||
rdf \
|
||||
schedulr \
|
||||
xml \
|
||||
!ifdef MOZ_CALENDAR
|
||||
calendar \
|
||||
libnls \
|
||||
!endif
|
||||
!ifdef MOZ_LIBTEST
|
||||
libtest \
|
||||
!endif
|
||||
plugin \
|
||||
oji
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
#//
|
||||
#// Include the common makefile rules
|
||||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
Reference in New Issue
Block a user