1998-08-19 20:42:14 +00:00
|
|
|
#
|
1999-11-06 03:40:37 +00: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-19 20:42:14 +00:00
|
|
|
#
|
1999-11-06 03:40:37 +00: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-19 20:42:14 +00:00
|
|
|
#
|
1999-11-06 03:40:37 +00:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1998-08-19 20:42:14 +00:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 03:40:37 +00:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1998-08-19 20:42:14 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DEPTH = ..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
1998-09-02 00:54:34 +00:00
|
|
|
VPATH = @srcdir@
|
1998-08-19 20:42:14 +00:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2000-05-04 11:00:47 +00:00
|
|
|
PROGRAM = nsinstall$(BIN_SUFFIX)
|
2000-03-31 07:18:52 +00:00
|
|
|
ifdef CROSS_COMPILE
|
|
|
|
HOST_PROGRAM = host_nsinstall
|
|
|
|
endif
|
1998-08-19 20:42:14 +00:00
|
|
|
|
1999-09-10 09:22:43 +00:00
|
|
|
CSRCS = nsinstall.c pathsub.c
|
1998-08-19 20:42:14 +00:00
|
|
|
PLSRCS = nfspwd.pl revdepth.pl
|
2000-03-31 07:18:52 +00:00
|
|
|
ifdef CROSS_COMPILE
|
|
|
|
HOST_CSRCS = $(CSRCS)
|
|
|
|
endif
|
1998-08-19 20:42:14 +00:00
|
|
|
|
2000-03-31 07:18:52 +00:00
|
|
|
TARGETS = $(HOST_PROGRAM) $(PROGRAM) $(PLSRCS:.pl=)
|
1998-08-19 20:42:14 +00:00
|
|
|
|
|
|
|
# Generate the build number on the fly.
|
2000-07-08 09:36:01 +00:00
|
|
|
TARGETS += build_number nsBuildID.h
|
1998-08-19 20:42:14 +00:00
|
|
|
|
2000-12-11 07:24:47 +00:00
|
|
|
ifdef USE_ELF_DYNSTR_GC
|
|
|
|
TARGETS += elf-dynstr-gc
|
|
|
|
endif
|
|
|
|
|
1998-08-19 20:42:14 +00:00
|
|
|
# IMPORTANT: Disable NSBUILDROOT for this directory only, otherwise we have
|
1999-09-10 09:22:43 +00:00
|
|
|
# a recursive rule for finding nsinstall and the Perl scripts.
|
1998-08-19 20:42:14 +00:00
|
|
|
ifdef NSBUILDROOT
|
|
|
|
override NSBUILDROOT :=
|
|
|
|
endif
|
|
|
|
|
2000-05-15 00:26:47 +00:00
|
|
|
include $(topsrcdir)/config/config.mk
|
1998-08-19 20:42:14 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
1999-09-12 14:53:56 +00:00
|
|
|
ifeq ($(OS_ARCH), Linux)
|
|
|
|
DEFINES += -D_BSD_SOURCE
|
|
|
|
endif
|
|
|
|
|
2000-05-04 11:00:47 +00:00
|
|
|
ifeq ($(MOZ_OS2_TOOLS),VACPP)
|
|
|
|
LOCAL_INCLUDES += -I$(srcdir)/os2
|
|
|
|
HSRCS += dirent.h getopt.h
|
1999-09-10 09:22:43 +00:00
|
|
|
endif
|
|
|
|
|
1999-09-03 22:28:49 +00:00
|
|
|
ifeq ($(OS_CONFIG),SunOS4.1)
|
|
|
|
NSPR_CFLAGS += -I$(srcdir)/../nsprpub/pr/include/md
|
1998-08-19 20:42:14 +00:00
|
|
|
endif
|
|
|
|
|
2000-03-11 03:08:04 +00:00
|
|
|
ifeq ($(OS_CONFIG),Rhapsody10.0)
|
|
|
|
NSPR_CFLAGS += -DGETCWD_CANT_MALLOC
|
|
|
|
endif
|
|
|
|
|
1999-06-02 01:15:08 +00:00
|
|
|
export:: $(TARGETS)
|
2000-07-08 09:36:01 +00:00
|
|
|
$(INSTALL) -m 444 nsBuildID.h $(DIST)/include
|
2000-06-22 22:10:43 +00:00
|
|
|
ifeq ($(MOZ_OS2_TOOLS),VACPP)
|
|
|
|
$(INSTALL) -m 444 $(srcdir)/os2/dirent.h $(DIST)/include
|
|
|
|
$(INSTALL) -m 444 $(srcdir)/os2/getopt.h $(DIST)/include
|
|
|
|
endif
|
1998-10-03 01:37:09 +00:00
|
|
|
|
2000-10-20 05:21:40 +00:00
|
|
|
GARBAGE += build_number nsBuildId.h
|
|
|
|
|
2000-07-09 15:02:24 +00:00
|
|
|
ifneq ($(origin BUILD_OFFICIAL)_$(origin MOZILLA_OFFICIAL),undefined_undefined)
|
2000-10-20 05:21:40 +00:00
|
|
|
_BN_OFFICIAL=1
|
2000-07-08 09:36:01 +00:00
|
|
|
else
|
2000-10-20 05:21:40 +00:00
|
|
|
_BN_OFFICIAL=
|
2000-07-08 09:36:01 +00:00
|
|
|
endif
|
1998-08-19 20:42:14 +00:00
|
|
|
|
2000-10-20 05:21:40 +00:00
|
|
|
build_number: FORCE
|
|
|
|
$(PERL) -I$(srcdir) $(srcdir)/bdate.pl $@ $(_BN_OFFICIAL)
|
|
|
|
|
|
|
|
nsBuildID.h: nsBuildID.h.in build_number
|
2000-07-08 09:36:01 +00:00
|
|
|
$(RM) $@
|
2000-10-20 05:21:40 +00:00
|
|
|
$(PERL) -I$(srcdir) $(srcdir)/aboutime.pl $@ build_number $<
|
1998-08-27 19:53:30 +00:00
|
|
|
|
2000-12-11 07:24:47 +00:00
|
|
|
elf-dynstr-gc: elf-dynstr-gc.c Makefile Makefile.in
|
|
|
|
$(CC) $(COMPILE_CFLAGS) $(GLIB_CFLAGS) $(GLIB_LIBS) $(LDFLAGS) -o $@ $<
|
|
|
|
|
2000-12-11 08:00:29 +00:00
|
|
|
ifdef USE_ELF_DYNSTR_GC
|
2000-12-14 22:28:51 +00:00
|
|
|
export:: elf-dynstr-gc
|
2000-12-11 07:24:47 +00:00
|
|
|
$(INSTALL) -m 555 elf-dynstr-gc $(DIST)/bin
|
2000-12-11 08:00:29 +00:00
|
|
|
endif
|
2000-05-15 00:26:47 +00:00
|
|
|
|
1998-08-19 20:42:14 +00:00
|
|
|
FORCE:
|
|
|
|
|
|
|
|
ifdef MKDEPEND_DIR
|
|
|
|
clean clobber realclean clobber_all::
|
|
|
|
cd $(MKDEPEND_DIR); $(MAKE) $@
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifdef MOZILLA_DETECT
|
|
|
|
clean clobber realclean clobber_all::
|
|
|
|
cd $(MOZILLA_DETECT_DIR); $(MAKE) $@
|
|
|
|
endif
|
|
|
|
|