NWGNUmakefile revision e12540cc4fadfe6de6ea492b6f3e3d210d92af4a
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankg# Define our required macro's if not already done.
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankgifndef AP_WORK
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankgexport AP_WORK = $(CURDIR)
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankgifndef APR_WORK
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankgifeq "$(wildcard $(AP_WORK)/srclib/apr)" "$(AP_WORK)/srclib/apr"
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankgexport APR_WORK = $(AP_WORK)/srclib/apr
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankgifneq "$(wildcard $(APR_WORK)/include/apr_version.h)" "$(APR_WORK)/include/apr_version.h"
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankg$(error APR_WORK does not point to a valid APR source tree)
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankgifndef APU_WORK
7190e58eec40192c9719d2f2593471eda14e7e7cfuankgifeq "$(wildcard $(AP_WORK)/srclib/apr-util)" "$(AP_WORK)/srclib/apr-util"
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankgexport APU_WORK = $(AP_WORK)/srclib/apr-util
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankgifndef APU_WORK
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankgifeq "$(wildcard $(APR_WORK)/include/apu_version.h)" "$(APR_WORK)/include/apu_version.h"
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankgexport APU_WORK = $(APR_WORK)
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankgifneq "$(wildcard $(APU_WORK)/include/apu_version.h)" "$(APU_WORK)/include/apu_version.h"
95ca7cc2aa11b41497ffab3a1003bc09d24b6bc1fuankg$(error APU_WORK does not point to a valid APU source tree)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Declare the sub-directories to be built here
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes $(APR_WORK) \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Get the 'head' of the build environment. This includes default targets and
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# paths to tools
0662ed52e814f8f08ef0e09956413a792584eddffuankginclude $(AP_WORK)/build/NWGNUhead.inc
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# build this level's files
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Make sure all needed macro's are defined
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# These directories will be at the beginning of the include list, followed by
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesXINCDIRS += \
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes $(APR)/include \
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes $(APRUTIL)/include \
8d6e239d0e0aa0593fd93b4fef193d8c51b61b3cfuankg $(SRC)/include \
b387b9d37fc71c534f4718777454a8f5a1169017fuankg $(STDMOD)/core \
b387b9d37fc71c534f4718777454a8f5a1169017fuankg $(STDMOD)/filters \
b387b9d37fc71c534f4718777454a8f5a1169017fuankg $(STDMOD)/generators \
b387b9d37fc71c534f4718777454a8f5a1169017fuankg $(STDMOD)/proxy \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# These flags will come after CFLAGS
8492a2583e10c69f40de92f9d5da884b64d9f379fuankg -DHAVE_CONFIG_H \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# These defines will come after DEFINES
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesXDEFINES += \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# These flags will be added to the link.opt file
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# These values will be appended to the correct variables based on the value of
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesifeq "$(RELEASE)" "debug"
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesXINCDIRS += \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesXDEFINES += \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesifeq "$(RELEASE)" "noopt"
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesXINCDIRS += \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesXDEFINES += \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesifeq "$(RELEASE)" "release"
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesXINCDIRS += \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesXDEFINES += \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# These are used by the link target if an NLM is being generated
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# This is used by the link 'name' directive to name the nlm. If left blank
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# TARGET_nlm (see below) will be used.
ce22ce4743d79a889dca64df4459c598e2c188c7fuankgNLM_NAME = Apache2
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg# This is used by the link '-desc ' directive.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# If left blank, NLM_NAME will be used.
6c080a25f5991f40225209541c989d7e76c4a39dbnicholesNLM_DESCRIPTION = Apache Web Server $(VERSION_STR) $(VERSION_SKT)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# This is used by the '-threadname' directive. If left blank,
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# NLM_NAME Thread will be used.
b387b9d37fc71c534f4718777454a8f5a1169017fuankgNLM_THREAD_NAME = $(NLM_NAME)
41022996c916eb4ab2ec3204eb491b64779eb100bnicholes# This is used by the '-screenname' directive. If left blank,
41022996c916eb4ab2ec3204eb491b64779eb100bnicholes# 'Apache for NetWare' Thread will be used.
036436f4f4cdcd76186c0058891216545967043bbnicholesNLM_SCREEN_NAME = Apache $(VERSION_STR) for NetWare
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg# If this is specified, it will override VERSION value in
ce22ce4743d79a889dca64df4459c598e2c188c7fuankgNLM_VERSION =
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# If this is specified, it will override the default of 64K
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesNLM_STACK_SIZE = 65536
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# If this is specified it will be used by the link '-entry' directive
0662ed52e814f8f08ef0e09956413a792584eddffuankgNLM_ENTRY_SYM =
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# If this is specified it will be used by the link '-exit' directive
0662ed52e814f8f08ef0e09956413a792584eddffuankgNLM_EXIT_SYM =
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# If this is specified it will be used by the link '-check' directive
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesNLM_CHECK_SYM = _LibCCheckUnload
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# If these are specified it will be used by the link '-flags' directive
ce22ce4743d79a889dca64df4459c598e2c188c7fuankgNLM_FLAGS = PSEUDOPREEMPTION
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg# If this is specified it will be linked in with the XDCData option in the def
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# by setting APACHE_UNIPROC in the environment
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# If there is an NLM target, put it here
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesTARGET_nlm = \
b387b9d37fc71c534f4718777454a8f5a1169017fuankg $(OBJDIR)/$(NLM_NAME).nlm \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# If there is an LIB target, put it here
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesTARGET_lib = \
ea23d28432dc58e3ac7072dbcaf3d979dcb54c08fuankg $(PCRELIB) \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# These are the OBJ files needed to create the NLM target above.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Paths must all use the '/' character
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesFILES_nlm_objs = \
9558e9fdb620dd6f42ca93beac6c3ab734086706bnicholes# Build in mod_nw_ssl if Winsock is being used
9558e9fdb620dd6f42ca93beac6c3ab734086706bnicholesifndef USE_STDSOCKETS
9558e9fdb620dd6f42ca93beac6c3ab734086706bnicholesFILES_nlm_objs += $(OBJDIR)/mod_nw_ssl.o \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# These are the LIB files needed to create the NLM target above.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# These will be added as a library command in the link.opt file.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesFILES_nlm_libs = \
8492a2583e10c69f40de92f9d5da884b64d9f379fuankg $(PCRELIB) \
cf7ca2f9eaa6523fefcccba4287b91637391fb51fuankg $(PRELUDE) \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# These are the modules that the above NLM target depends on to load.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# These will be added as a module command in the link.opt file.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesFILES_nlm_modules = \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# If the nlm has a msg file, put it's path here
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesFILE_nlm_msg =
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# If the nlm has a hlp file put it's path here
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesFILE_nlm_hlp =
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# If this is specified, it will override $(NWOS)\copyright.txt.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesFILE_nlm_copyright =
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Any additional imports go here
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesFILES_nlm_Ximports = \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes GetCurrentAddressSpace \
e76fdcdfb8994ad70776526f50fa013b3e9a6033bnicholes# Don't link with Winsock if standard sockets are being used
9558e9fdb620dd6f42ca93beac6c3ab734086706bnicholesifndef USE_STDSOCKETS
9558e9fdb620dd6f42ca93beac6c3ab734086706bnicholesFILES_nlm_Ximports += @ws2nlm.imp \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Any symbols exported to here
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesFILES_nlm_exports = \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# These are the OBJ files needed to create the LIB target above.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Paths must all use the '/' character
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesFILES_lib_objs = \
8492a2583e10c69f40de92f9d5da884b64d9f379fuankg $(OBJDIR)/pcre.o \
8492a2583e10c69f40de92f9d5da884b64d9f379fuankgFILES_lib_objs = \
78cd886c3a98c95c0ddedf3a3bcbdcf8c9220979fuankgifeq "$(wildcard $(PCRE)/pcre_try_flipped.c)" "$(PCRE)/pcre_try_flipped.c"
78cd886c3a98c95c0ddedf3a3bcbdcf8c9220979fuankgFILES_lib_objs += \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# implement targets and dependancies (leave this section alone)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholeslibs :: $(OBJDIR) $(TARGET_lib)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesnlms :: libs $(TARGET_nlm)
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg# Updated this target to create necessary directories and copy files to the
0662ed52e814f8f08ef0e09956413a792584eddffuankg# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
b65ed0988706147773876bc16386d4a8ce942392fuankgMKCNF = $(AWK) -v BDIR=$(BASEDIR) -v PORT=$(PORT) -v SSLPORT=$(SSLPORT) -v MODSSL=$(WITH_SSL) -v BSDSKT=$(USE_STDSOCKETS) -f build/mkconfNW.awk $1 > $2
25b3aa26ee94824bb1e9ff2631aa1588b37e5f72fuankginstall :: nlms instscripts FORCE
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(OBJDIR)/$(NLM_NAME).nlm, $(INSTALLBASE)/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,ABOUT_APACHE, $(INSTALLBASE)/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,CHANGES, $(INSTALLBASE)/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,LICENSE, $(INSTALLBASE)/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,README, $(INSTALLBASE)/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,VERSIONING, $(INSTALLBASE)/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,STATUS, $(INSTALLBASE)/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,support/dbmmanage.in, $(INSTALLBASE)/bin/dbmmanage.pl)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,support/logresolve.pl.in, $(INSTALLBASE)/bin/logresolve.pl)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,support/split-logfile.in, $(INSTALLBASE)/bin/split-logfile.pl)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,support/check_forensic, $(INSTALLBASE)/bin/check_forensic.sh)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,docs/conf/magic, $(INSTALLBASE)/conf/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,docs/conf/mime.types, $(INSTALLBASE)/conf/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,docs/conf/charset.conv, $(INSTALLBASE)/conf/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,docs/cgi-examples/printenv, $(INSTALLBASE)/cgi-bin/printenv.pl)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call MKCNF,docs/conf/httpd.conf.in, $(INSTALLBASE)/conf/httpd.conf)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call MKCNF,docs/conf/extra/httpd-autoindex.conf.in, $(INSTALLBASE)/conf/extra/httpd-autoindex.conf)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call MKCNF,docs/conf/extra/httpd-dav.conf.in, $(INSTALLBASE)/conf/extra/httpd-dav.conf)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call MKCNF,docs/conf/extra/httpd-default.conf.in, $(INSTALLBASE)/conf/extra/httpd-default.conf)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call MKCNF,docs/conf/extra/httpd-info.conf.in, $(INSTALLBASE)/conf/extra/httpd-info.conf)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call MKCNF,docs/conf/extra/httpd-languages.conf.in, $(INSTALLBASE)/conf/extra/httpd-languages.conf)
e12540cc4fadfe6de6ea492b6f3e3d210d92af4afuankg $(call MKCNF,docs/conf/extra/httpd-macro.conf.in, $(INSTALLBASE)/conf/extra/httpd-macro.conf)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call MKCNF,docs/conf/extra/httpd-manual.conf.in, $(INSTALLBASE)/conf/extra/httpd-manual.conf)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call MKCNF,docs/conf/extra/httpd-mpm.conf.in, $(INSTALLBASE)/conf/extra/httpd-mpm.conf)
00d1c0c914426a97022d8205a875c48b211001c2fuankg $(call MKCNF,docs/conf/extra/httpd-multilang-errordoc.conf.in, $(INSTALLBASE)/conf/extra/httpd-multilang-errordoc.conf)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call MKCNF,docs/conf/extra/httpd-userdir.conf.in, $(INSTALLBASE)/conf/extra/httpd-userdir.conf)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call MKCNF,docs/conf/extra/httpd-vhosts.conf.in, $(INSTALLBASE)/conf/extra/httpd-vhosts.conf)
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin $(call MKCNF,docs/conf/extra/httpd-policy.conf.in, $(INSTALLBASE)/conf/extra/httpd-policy.conf)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call MKCNF,docs/conf/extra/httpd-ssl.conf.in, $(INSTALLBASE)/conf/extra/httpd-ssl.conf)
078e5d9e9c559a4375522ad4709eec6cfb6f3352rjung $(call MKCNF,docs/conf/extra/proxy-html.conf.in, $(INSTALLBASE)/conf/extra/proxy-html.conf)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPYR,docs/docroot, $(INSTALLBASE)/htdocs)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPYR,docs/error, $(INSTALLBASE)/error)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPYR,docs/icons, $(INSTALLBASE)/icons)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPYR,docs/man, $(INSTALLBASE)/man)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPYR,docs/manual, $(INSTALLBASE)/manual)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesinstalldev :: FORCE
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(SRC)/include/*.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(NWOS)/*.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(APR)/include/*.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(APRUTIL)/include/*.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/core/mod_so.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/core/mod_watchdog.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/cache/mod_cache.h, $(INSTALLBASE)/include/)
e9782fa49707580315dedad6164892965ff9600cfuankg $(call COPY,$(STDMOD)/cache/cache_common.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/database/mod_dbd.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/dav/main/mod_dav.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/filters/mod_include.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/generators/mod_cgi.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/generators/mod_status.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/loggers/mod_log_config.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/mappers/mod_rewrite.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/proxy/mod_proxy.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/proxy/mod_serf.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/session/mod_session.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(STDMOD)/ssl/mod_ssl.h, $(INSTALLBASE)/include/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(APR)/*.imp, $(INSTALLBASE)/lib/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(NWOS)/*.imp, $(INSTALLBASE)/lib/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(NWOS)/*.xdc, $(INSTALLBASE)/lib/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(APBUILD)/NWGNU*.inc, $(INSTALLBASE)/build/)
273e1eccdc9e5b94f1e3e13e3ffca7360b6f461fbnicholesprebuild :: FORCE
b387b9d37fc71c534f4718777454a8f5a1169017fuankg $(MAKE) -C $(SERVER) -f NWGNUmakefile
b387b9d37fc71c534f4718777454a8f5a1169017fuankg $(MAKE) -C $(PCRE) -f NWGNUmakefile
0662ed52e814f8f08ef0e09956413a792584eddffuankg $(call MKDIR,$(PREBUILD_INST))
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(SERVER)/$(OBJDIR)/*.nlm, $(PREBUILD_INST)/)
b819d97849e89dad276b0e079414a1012aa1ead4fuankg $(call COPY,$(PCRE)/$(OBJDIR)/*.nlm, $(PREBUILD_INST)/)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Any specialized rules here
8410c53aaf5e0372a19d5f4d2bc696b9c609ce3cbnicholesvpath %.c server:modules/arch/netware:modules/http:modules/aaa:modules/mappers
8410c53aaf5e0372a19d5f4d2bc696b9c609ce3cbnicholesvpath %.c modules/generators:modules/metadata:modules/filters:modules/loggers
bfd312b5e6b4bf7113ef8f655b044f93f5c18f28fuankgvpath %.c modules/core:os/netware:server/mpm/netware:$(PCRE)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Include the 'tail' makefile that has targets that depend on variables defined
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# in this makefile
0662ed52e814f8f08ef0e09956413a792584eddffuankginclude $(APBUILD)/NWGNUtail.inc
0662ed52e814f8f08ef0e09956413a792584eddffuankginclude $(APBUILD)/NWGNUscripts.inc