1998-08-20 00:42:14 +04:00
|
|
|
#
|
1999-11-06 06:40:37 +03:00
|
|
|
# The contents of this file are subject to the Netscape Public
|
|
|
|
# License Version 1.1 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at http://www.mozilla.org/NPL/
|
1998-08-20 00:42:14 +04:00
|
|
|
#
|
1999-11-06 06:40:37 +03:00
|
|
|
# Software distributed under the License is distributed on an "AS
|
|
|
|
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
# implied. See the License for the specific language governing
|
|
|
|
# rights and limitations under the License.
|
1998-08-20 00:42:14 +04:00
|
|
|
#
|
1999-11-06 06:40:37 +03:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1998-08-20 00:42:14 +04:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:40:37 +03:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1998-08-20 00:42:14 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
DEPTH = ..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
1998-09-02 04:54:34 +04:00
|
|
|
VPATH = @srcdir@
|
1998-08-20 00:42:14 +04:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2002-10-30 08:53:39 +03:00
|
|
|
ifneq (,$(filter-out WINNT OS2,$(OS_ARCH)))
|
2001-10-15 01:38:01 +04:00
|
|
|
HOST_PROGRAM = nsinstall$(BIN_SUFFIX)
|
2002-11-15 06:41:17 +03:00
|
|
|
HOST_CSRCS = nsinstall.c pathsub.c
|
2001-12-05 00:17:48 +03:00
|
|
|
endif
|
1998-08-20 00:42:14 +04:00
|
|
|
|
|
|
|
PLSRCS = nfspwd.pl revdepth.pl
|
|
|
|
|
2002-11-15 06:41:17 +03:00
|
|
|
TARGETS = $(HOST_PROGRAM) $(PLSRCS:.pl=) $(SIMPLE_PROGRAMS)
|
1998-08-20 00:42:14 +04:00
|
|
|
|
|
|
|
# Generate the build number on the fly.
|
2000-07-08 13:36:01 +04:00
|
|
|
TARGETS += build_number nsBuildID.h
|
1998-08-20 00:42:14 +04:00
|
|
|
|
2002-11-15 06:41:17 +03:00
|
|
|
ifndef CROSS_COMPILE
|
2000-12-11 10:24:47 +03:00
|
|
|
ifdef USE_ELF_DYNSTR_GC
|
|
|
|
TARGETS += elf-dynstr-gc
|
|
|
|
endif
|
2002-11-15 06:41:17 +03:00
|
|
|
endif
|
2000-12-11 10:24:47 +03:00
|
|
|
|
2002-06-09 04:05:37 +04:00
|
|
|
ifeq ($(OS_ARCH), Darwin)
|
2002-06-26 07:07:16 +04:00
|
|
|
# XXX Setting CPP_PROG_LINK is ugly, but it works (it makes nsinstall
|
|
|
|
# link with $(CXX)). asdecode should really be in its own directory.
|
|
|
|
CPP_PROG_LINK = 1
|
2002-06-09 04:05:37 +04:00
|
|
|
SIMPLE_PROGRAMS += asdecode
|
|
|
|
endif
|
|
|
|
|
1998-08-20 00:42:14 +04:00
|
|
|
# IMPORTANT: Disable NSBUILDROOT for this directory only, otherwise we have
|
1999-09-10 13:22:43 +04:00
|
|
|
# a recursive rule for finding nsinstall and the Perl scripts.
|
1998-08-20 00:42:14 +04:00
|
|
|
ifdef NSBUILDROOT
|
|
|
|
override NSBUILDROOT :=
|
|
|
|
endif
|
|
|
|
|
2001-11-16 20:41:48 +03:00
|
|
|
ifdef GNU_CC
|
2001-11-16 10:42:48 +03:00
|
|
|
MODULE_OPTIMIZE_FLAGS = -O3
|
|
|
|
endif
|
|
|
|
|
2002-03-20 01:40:31 +03:00
|
|
|
ifndef COMPILER_DEPEND
|
2002-03-20 01:32:08 +03:00
|
|
|
ifndef MOZ_NATIVE_MAKEDEPEND
|
|
|
|
DIRS += mkdepend
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2000-05-15 04:26:47 +04:00
|
|
|
include $(topsrcdir)/config/config.mk
|
2002-04-25 06:52:44 +04:00
|
|
|
|
|
|
|
# Do not install util programs
|
|
|
|
NO_INSTALL=1
|
|
|
|
|
1998-08-20 00:42:14 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
1999-09-12 18:53:56 +04:00
|
|
|
ifeq ($(OS_ARCH), Linux)
|
|
|
|
DEFINES += -D_BSD_SOURCE
|
|
|
|
endif
|
|
|
|
|
2000-05-04 15:00:47 +04:00
|
|
|
ifeq ($(MOZ_OS2_TOOLS),VACPP)
|
|
|
|
LOCAL_INCLUDES += -I$(srcdir)/os2
|
2001-09-09 02:37:24 +04:00
|
|
|
HSRCS += dirent.h
|
1999-09-10 13:22:43 +04:00
|
|
|
endif
|
|
|
|
|
1999-09-04 02:28:49 +04:00
|
|
|
ifeq ($(OS_CONFIG),SunOS4.1)
|
|
|
|
NSPR_CFLAGS += -I$(srcdir)/../nsprpub/pr/include/md
|
1998-08-20 00:42:14 +04:00
|
|
|
endif
|
|
|
|
|
2002-10-01 11:53:25 +04:00
|
|
|
HEADERS = nsBuildID.h $(DEPTH)/mozilla-config.h
|
2000-06-23 02:10:43 +04:00
|
|
|
ifeq ($(MOZ_OS2_TOOLS),VACPP)
|
2001-09-12 10:42:26 +04:00
|
|
|
HEADERS += $(srcdir)/os2/dirent.h
|
|
|
|
endif
|
|
|
|
|
|
|
|
export:: $(TARGETS) $(HEADERS)
|
|
|
|
$(INSTALL) -m 444 $(HEADERS) $(DIST)/include
|
|
|
|
$(PERL) -I$(MOZILLA_DIR)/config $(MOZILLA_DIR)/config/build-list.pl $(PUBLIC)/.headerlist $(HEADERS)
|
2001-06-21 12:11:15 +04:00
|
|
|
-rm -f $(FINAL_LINK_COMPS) $(FINAL_LINK_LIBS) $(FINAL_LINK_COMP_NAMES)
|
2001-10-17 09:27:42 +04:00
|
|
|
-rm -f $(DIST)/bin/chrome/chromelist.txt
|
2002-10-11 09:09:31 +04:00
|
|
|
$(NSINSTALL) -t -m 444 $(DEPTH)/mozilla-config.h $(DIST)/sdk/
|
1998-10-03 05:37:09 +04:00
|
|
|
|
2002-09-13 06:20:48 +04:00
|
|
|
|
|
|
|
# Create mini-SDK directory for NSPR
|
|
|
|
ifndef MOZ_NATIVE_NSPR
|
|
|
|
_ABS_DIST=$(shell cd $(DIST) && pwd)
|
|
|
|
libs::
|
|
|
|
$(RM) -rf $(DIST)/sdk/nspr
|
2002-10-24 08:39:50 +04:00
|
|
|
$(MAKE) -C $(DEPTH)/nsprpub real_install prefix=$(_ABS_DIST)/sdk/nspr exec_prefix=$(_ABS_DIST)/sdk/nspr bindir=$(_ABS_DIST)/sdk/nspr/bin includedir=$(_ABS_DIST)/sdk/nspr/include libdir=$(_ABS_DIST)/sdk/nspr/lib datadir=$(_ABS_DIST)/sdk/nspr/share DESTDIR=
|
2002-09-13 06:20:48 +04:00
|
|
|
$(RM) -rf $(DIST)/sdk/nspr/bin $(DIST)/sdk/nspr/share
|
|
|
|
mv $(DIST)/sdk/nspr/lib $(DIST)/sdk/nspr/bin
|
2002-12-28 04:15:07 +03:00
|
|
|
ifndef DISABLE_DIST_GRE
|
2003-01-03 13:33:46 +03:00
|
|
|
ifeq ($(OS_ARCH),OS2)
|
|
|
|
$(NSINSTALL) -D $(GRE_DIST)
|
|
|
|
cp $(DIST)/sdk/nspr/bin/$(LIB_PREFIX)*$(DLL_SUFFIX) $(GRE_DIST)
|
|
|
|
else
|
2003-01-03 11:58:59 +03:00
|
|
|
$(INSTALL) $(DIST)/sdk/nspr/bin/*$(DLL_SUFFIX) $(GRE_DIST)
|
2002-09-13 06:20:48 +04:00
|
|
|
endif
|
2002-12-28 08:25:08 +03:00
|
|
|
endif
|
2003-01-03 13:33:46 +03:00
|
|
|
endif
|
2002-09-13 06:20:48 +04:00
|
|
|
|
2002-06-13 13:07:40 +04:00
|
|
|
# we don't use an explicit dependency here because then we would
|
|
|
|
# regenerate nsBuildID.h during the make install phase and that would
|
|
|
|
# be bad.
|
|
|
|
install::
|
|
|
|
@if test ! -f nsBuildID.h; then\
|
|
|
|
echo "You must have done at least a make export before trying to do a make install."; \
|
|
|
|
echo "(nsBuildID.h is missing.)"; \
|
|
|
|
exit 1; \
|
|
|
|
fi;
|
|
|
|
$(SYSINSTALL) $(IFLAGS1) nsBuildID.h $(DESTDIR)$(includedir)
|
2002-11-01 23:47:34 +03:00
|
|
|
$(SYSINSTALL) $(IFLAGS1) $(DEPTH)/mozilla-config.h $(DESTDIR)$(includedir)
|
2002-06-13 13:07:40 +04:00
|
|
|
|
2001-12-07 03:30:25 +03:00
|
|
|
GARBAGE += build_number nsBuildID \
|
|
|
|
$(FINAL_LINK_COMPS) $(FINAL_LINK_LIBS) $(FINAL_LINK_COMP_NAMES)
|
2000-10-20 09:21:40 +04:00
|
|
|
|
2000-07-09 19:02:24 +04:00
|
|
|
ifneq ($(origin BUILD_OFFICIAL)_$(origin MOZILLA_OFFICIAL),undefined_undefined)
|
2000-10-20 09:21:40 +04:00
|
|
|
_BN_OFFICIAL=1
|
2000-07-08 13:36:01 +04:00
|
|
|
else
|
2000-10-20 09:21:40 +04:00
|
|
|
_BN_OFFICIAL=
|
2000-07-08 13:36:01 +04:00
|
|
|
endif
|
1998-08-20 00:42:14 +04:00
|
|
|
|
2002-08-29 14:30:58 +04:00
|
|
|
ifdef MOZ_ENABLE_GTK2
|
|
|
|
GLIB_CFLAGS = $(MOZ_GTK2_CFLAGS)
|
|
|
|
GLIB_LIBS = $(MOZ_GTK2_LIBS)
|
|
|
|
endif
|
|
|
|
|
2000-10-20 09:21:40 +04:00
|
|
|
build_number: FORCE
|
|
|
|
$(PERL) -I$(srcdir) $(srcdir)/bdate.pl $@ $(_BN_OFFICIAL)
|
|
|
|
|
|
|
|
nsBuildID.h: nsBuildID.h.in build_number
|
2000-07-08 13:36:01 +04:00
|
|
|
$(RM) $@
|
2002-06-17 21:09:57 +04:00
|
|
|
$(PERL) -I$(srcdir) $(srcdir)/aboutime.pl $@ build_number $(srcdir)/nsBuildID.h.in
|
1998-08-27 23:53:30 +04:00
|
|
|
|
2002-11-15 06:41:17 +03:00
|
|
|
ifndef CROSS_COMPILE
|
|
|
|
ifdef USE_ELF_DYNSTR_GC
|
2000-12-11 10:24:47 +03:00
|
|
|
elf-dynstr-gc: elf-dynstr-gc.c Makefile Makefile.in
|
|
|
|
$(CC) $(COMPILE_CFLAGS) $(GLIB_CFLAGS) $(GLIB_LIBS) $(LDFLAGS) -o $@ $<
|
|
|
|
|
2000-12-15 01:28:51 +03:00
|
|
|
export:: elf-dynstr-gc
|
2000-12-11 10:24:47 +03:00
|
|
|
$(INSTALL) -m 555 elf-dynstr-gc $(DIST)/bin
|
2000-12-11 11:00:29 +03:00
|
|
|
endif
|
2002-11-15 06:41:17 +03:00
|
|
|
endif
|
2000-05-15 04:26:47 +04:00
|
|
|
|
1998-08-20 00:42:14 +04:00
|
|
|
FORCE:
|
|
|
|
|
|
|
|
ifdef MKDEPEND_DIR
|
|
|
|
clean clobber realclean clobber_all::
|
|
|
|
cd $(MKDEPEND_DIR); $(MAKE) $@
|
|
|
|
endif
|
|
|
|
|
|
|
|
|