NWGNUmakefile revision 5716f9c6daa92dde5f2f9d11ed63f7c9549c223a
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# Define our required macro's if not already done.
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifndef AP_WORK
c533a883a71cff9ff32df1c53c31201e1cbf371fhxexport AP_WORK = $(CURDIR)
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifndef APR_WORK
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifeq "$(wildcard $(AP_WORK)/srclib/apr)" "$(AP_WORK)/srclib/apr"
c533a883a71cff9ff32df1c53c31201e1cbf371fhxexport APR_WORK = $(AP_WORK)/srclib/apr
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifneq "$(wildcard $(APR_WORK)/include/apr_version.h)" "$(APR_WORK)/include/apr_version.h"
c533a883a71cff9ff32df1c53c31201e1cbf371fhx$(error APR_WORK does not point to a valid APR source tree)
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifndef APU_WORK
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifeq "$(wildcard $(AP_WORK)/srclib/apr-util)" "$(AP_WORK)/srclib/apr-util"
c533a883a71cff9ff32df1c53c31201e1cbf371fhxexport APU_WORK = $(AP_WORK)/srclib/apr-util
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifndef APU_WORK
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifeq "$(wildcard $(APR_WORK)/include/apu_version.h)" "$(APR_WORK)/include/apu_version.h"
c533a883a71cff9ff32df1c53c31201e1cbf371fhxexport APU_WORK = $(APR_WORK)
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifneq "$(wildcard $(APU_WORK)/include/apu_version.h)" "$(APU_WORK)/include/apu_version.h"
c533a883a71cff9ff32df1c53c31201e1cbf371fhx$(error APU_WORK does not point to a valid APU source tree)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# Declare the sub-directories to be built here
c533a883a71cff9ff32df1c53c31201e1cbf371fhxSUBDIRS = \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(APR_WORK) \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# Get the 'head' of the build environment. This includes default targets and
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# paths to tools
c533a883a71cff9ff32df1c53c31201e1cbf371fhxinclude $(AP_WORK)/build/NWGNUhead.inc
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# build this level's files
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# Make sure all needed macro's are defined
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# These directories will be at the beginning of the include list, followed by
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXINCDIRS += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(APR)/include \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(APRUTIL)/include \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(SRC)/include \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(STDMOD)/core \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(STDMOD)/filters \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(STDMOD)/generators \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(STDMOD)/proxy \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# These flags will come after CFLAGS
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXCFLAGS += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx -DHAVE_CONFIG_H \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# These defines will come after DEFINES
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXDEFINES += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# These flags will be added to the link.opt file
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXLFLAGS += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# These values will be appended to the correct variables based on the value of
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifeq "$(RELEASE)" "debug"
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXINCDIRS += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXCFLAGS += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXDEFINES += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXLFLAGS += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifeq "$(RELEASE)" "noopt"
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXINCDIRS += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXCFLAGS += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXDEFINES += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXLFLAGS += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifeq "$(RELEASE)" "release"
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXINCDIRS += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXCFLAGS += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXDEFINES += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhxXLFLAGS += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# These are used by the link target if an NLM is being generated
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# This is used by the link 'name' directive to name the nlm. If left blank
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# TARGET_nlm (see below) will be used.
c533a883a71cff9ff32df1c53c31201e1cbf371fhxNLM_NAME = Apache2
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# This is used by the link '-desc ' directive.
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# If left blank, NLM_NAME will be used.
c533a883a71cff9ff32df1c53c31201e1cbf371fhxNLM_DESCRIPTION = Apache Web Server $(VERSION_STR) $(VERSION_SKT)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# This is used by the '-threadname' directive. If left blank,
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# NLM_NAME Thread will be used.
c533a883a71cff9ff32df1c53c31201e1cbf371fhxNLM_THREAD_NAME = $(NLM_NAME)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# This is used by the '-screenname' directive. If left blank,
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# 'Apache for NetWare' Thread will be used.
c533a883a71cff9ff32df1c53c31201e1cbf371fhxNLM_SCREEN_NAME = Apache $(VERSION_STR) for NetWare
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# If this is specified, it will override VERSION value in
c533a883a71cff9ff32df1c53c31201e1cbf371fhxNLM_VERSION =
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# If this is specified, it will override the default of 64K
c533a883a71cff9ff32df1c53c31201e1cbf371fhxNLM_STACK_SIZE = 65536
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# If this is specified it will be used by the link '-entry' directive
c533a883a71cff9ff32df1c53c31201e1cbf371fhxNLM_ENTRY_SYM =
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# If this is specified it will be used by the link '-exit' directive
c533a883a71cff9ff32df1c53c31201e1cbf371fhxNLM_EXIT_SYM =
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# If this is specified it will be used by the link '-check' directive
c533a883a71cff9ff32df1c53c31201e1cbf371fhxNLM_CHECK_SYM = _LibCCheckUnload
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# If these are specified it will be used by the link '-flags' directive
c533a883a71cff9ff32df1c53c31201e1cbf371fhxNLM_FLAGS = PSEUDOPREEMPTION
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# If this is specified it will be linked in with the XDCData option in the def
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# by setting APACHE_UNIPROC in the environment
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# If there is an NLM target, put it here
c533a883a71cff9ff32df1c53c31201e1cbf371fhxTARGET_nlm = \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/$(NLM_NAME).nlm \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# If there is an LIB target, put it here
c533a883a71cff9ff32df1c53c31201e1cbf371fhxTARGET_lib = \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(PCRELIB) \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# These are the OBJ files needed to create the NLM target above.
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# Paths must all use the '/' character
c533a883a71cff9ff32df1c53c31201e1cbf371fhxFILES_nlm_objs = \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/config.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/core.o \
43439c96b8398c01c375889c79bed72d78fb4c39hx $(OBJDIR)/listen.o \
43439c96b8398c01c375889c79bed72d78fb4c39hx $(OBJDIR)/log.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/main.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/mod_dir.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/mod_env.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/mod_mime.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/mod_so.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/modules.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/protocol.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/provider.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/request.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/util.o \
43439c96b8398c01c375889c79bed72d78fb4c39hx $(OBJDIR)/util_md5.o \
43439c96b8398c01c375889c79bed72d78fb4c39hx $(OBJDIR)/util_nw.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/util_xml.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/vhost.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# Build in mod_nw_ssl if Winsock is being used
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifndef USE_STDSOCKETS
c533a883a71cff9ff32df1c53c31201e1cbf371fhxFILES_nlm_objs += $(OBJDIR)/mod_nw_ssl.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# These are the LIB files needed to create the NLM target above.
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# These will be added as a library command in the link.opt file.
c533a883a71cff9ff32df1c53c31201e1cbf371fhxFILES_nlm_libs = \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(PCRELIB) \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(PRELUDE) \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# These are the modules that the above NLM target depends on to load.
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# These will be added as a module command in the link.opt file.
c533a883a71cff9ff32df1c53c31201e1cbf371fhxFILES_nlm_modules = \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# If the nlm has a msg file, put it's path here
c533a883a71cff9ff32df1c53c31201e1cbf371fhxFILE_nlm_msg =
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# If the nlm has a hlp file put it's path here
c533a883a71cff9ff32df1c53c31201e1cbf371fhxFILE_nlm_hlp =
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# If this is specified, it will override $(NWOS)\copyright.txt.
c533a883a71cff9ff32df1c53c31201e1cbf371fhxFILE_nlm_copyright =
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# Any additional imports go here
c533a883a71cff9ff32df1c53c31201e1cbf371fhxFILES_nlm_Ximports = \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx GetCurrentAddressSpace \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# Don't link with Winsock if standard sockets are being used
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifndef USE_STDSOCKETS
c533a883a71cff9ff32df1c53c31201e1cbf371fhxFILES_nlm_Ximports += @ws2nlm.imp \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# Any symbols exported to here
c533a883a71cff9ff32df1c53c31201e1cbf371fhxFILES_nlm_exports = \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# These are the OBJ files needed to create the LIB target above.
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# Paths must all use the '/' character
c533a883a71cff9ff32df1c53c31201e1cbf371fhxFILES_lib_objs = \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(OBJDIR)/pcre.o \
c533a883a71cff9ff32df1c53c31201e1cbf371fhxFILES_lib_objs = \
c533a883a71cff9ff32df1c53c31201e1cbf371fhxifeq "$(wildcard $(PCRE)/pcre_try_flipped.c)" "$(PCRE)/pcre_try_flipped.c"
c533a883a71cff9ff32df1c53c31201e1cbf371fhxFILES_lib_objs += \
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# implement targets and dependancies (leave this section alone)
c533a883a71cff9ff32df1c53c31201e1cbf371fhxlibs :: $(OBJDIR) $(TARGET_lib)
c533a883a71cff9ff32df1c53c31201e1cbf371fhxnlms :: libs $(TARGET_nlm)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# Updated this target to create necessary directories and copy files to the
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
c533a883a71cff9ff32df1c53c31201e1cbf371fhxMKCNF = $(AWK) -v BDIR=$(BASEDIR) -v PORT=$(PORT) -v SSLPORT=$(SSLPORT) -v MODSSL=$(WITH_SSL) -v BSDSKT=$(USE_STDSOCKETS) -f build/mkconfNW.awk $1 > $2
c533a883a71cff9ff32df1c53c31201e1cbf371fhxinstall :: nlms instscripts FORCE
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(OBJDIR)/$(NLM_NAME).nlm, $(INSTALLBASE)/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,ABOUT_APACHE, $(INSTALLBASE)/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,CHANGES, $(INSTALLBASE)/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,LICENSE, $(INSTALLBASE)/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,README, $(INSTALLBASE)/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,VERSIONING, $(INSTALLBASE)/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,STATUS, $(INSTALLBASE)/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,support/dbmmanage.in, $(INSTALLBASE)/bin/dbmmanage.pl)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,support/logresolve.pl.in, $(INSTALLBASE)/bin/logresolve.pl)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,support/split-logfile.in, $(INSTALLBASE)/bin/split-logfile.pl)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,support/check_forensic, $(INSTALLBASE)/bin/check_forensic.sh)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,docs/conf/magic, $(INSTALLBASE)/conf/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,docs/conf/mime.types, $(INSTALLBASE)/conf/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,docs/conf/charset.conv, $(INSTALLBASE)/conf/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,docs/cgi-examples/printenv, $(INSTALLBASE)/cgi-bin/printenv.pl)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call MKCNF,docs/conf/httpd.conf.in, $(INSTALLBASE)/conf/httpd.conf)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call MKCNF,docs/conf/extra/httpd-autoindex.conf.in, $(INSTALLBASE)/conf/extra/httpd-autoindex.conf)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call MKCNF,docs/conf/extra/httpd-dav.conf.in, $(INSTALLBASE)/conf/extra/httpd-dav.conf)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call MKCNF,docs/conf/extra/httpd-default.conf.in, $(INSTALLBASE)/conf/extra/httpd-default.conf)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call MKCNF,docs/conf/extra/httpd-info.conf.in, $(INSTALLBASE)/conf/extra/httpd-info.conf)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call MKCNF,docs/conf/extra/httpd-languages.conf.in, $(INSTALLBASE)/conf/extra/httpd-languages.conf)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call MKCNF,docs/conf/extra/httpd-macro.conf.in, $(INSTALLBASE)/conf/extra/httpd-macro.conf)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call MKCNF,docs/conf/extra/httpd-manual.conf.in, $(INSTALLBASE)/conf/extra/httpd-manual.conf)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call MKCNF,docs/conf/extra/httpd-mpm.conf.in, $(INSTALLBASE)/conf/extra/httpd-mpm.conf)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call MKCNF,docs/conf/extra/httpd-multilang-errordoc.conf.in, $(INSTALLBASE)/conf/extra/httpd-multilang-errordoc.conf)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call MKCNF,docs/conf/extra/httpd-userdir.conf.in, $(INSTALLBASE)/conf/extra/httpd-userdir.conf)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call MKCNF,docs/conf/extra/httpd-vhosts.conf.in, $(INSTALLBASE)/conf/extra/httpd-vhosts.conf)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call MKCNF,docs/conf/extra/httpd-policy.conf.in, $(INSTALLBASE)/conf/extra/httpd-policy.conf)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call MKCNF,docs/conf/extra/httpd-ssl.conf.in, $(INSTALLBASE)/conf/extra/httpd-ssl.conf)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call MKCNF,docs/conf/extra/proxy-html.conf.in, $(INSTALLBASE)/conf/extra/proxy-html.conf)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call COPYR,docs/docroot, $(INSTALLBASE)/htdocs)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call COPYR,docs/error, $(INSTALLBASE)/error)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call COPYR,docs/icons, $(INSTALLBASE)/icons)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call COPYR,docs/man, $(INSTALLBASE)/man)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call COPYR,docs/manual, $(INSTALLBASE)/manual)
d62cb7fff63265824a8e6725a3bcef698f6134c9hxinstalldev :: FORCE
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call COPY,$(SRC)/include/*.h, $(INSTALLBASE)/include/)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call COPY,$(NWOS)/*.h, $(INSTALLBASE)/include/)
d62cb7fff63265824a8e6725a3bcef698f6134c9hx $(call COPY,$(APR)/include/*.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(APRUTIL)/include/*.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/core/mod_so.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/core/mod_watchdog.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/cache/mod_cache.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/cache/cache_common.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/database/mod_dbd.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/dav/main/mod_dav.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/filters/mod_include.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/generators/mod_cgi.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/generators/mod_status.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/loggers/mod_log_config.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/mappers/mod_rewrite.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/proxy/mod_proxy.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/proxy/mod_serf.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/session/mod_session.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/ssl/mod_ssl.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(STDMOD)/ssl/mod_ssl_openssl.h, $(INSTALLBASE)/include/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(APR)/*.imp, $(INSTALLBASE)/lib/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(NWOS)/*.imp, $(INSTALLBASE)/lib/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(NWOS)/*.xdc, $(INSTALLBASE)/lib/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(APBUILD)/NWGNU*.inc, $(INSTALLBASE)/build/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhxprebuild :: FORCE
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(MAKE) -C $(SERVER) -f NWGNUmakefile
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(MAKE) -C $(PCRE) -f NWGNUmakefile
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call MKDIR,$(PREBUILD_INST))
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(SERVER)/$(OBJDIR)/*.nlm, $(PREBUILD_INST)/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx $(call COPY,$(PCRE)/$(OBJDIR)/*.nlm, $(PREBUILD_INST)/)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# Any specialized rules here
c533a883a71cff9ff32df1c53c31201e1cbf371fhxvpath %.c server:modules/arch/netware:modules/http:modules/aaa:modules/mappers
c533a883a71cff9ff32df1c53c31201e1cbf371fhxvpath %.c modules/generators:modules/metadata:modules/filters:modules/loggers
c533a883a71cff9ff32df1c53c31201e1cbf371fhxvpath %.c modules/core:os/netware:server/mpm/netware:$(PCRE)
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# Include the 'tail' makefile that has targets that depend on variables defined
c533a883a71cff9ff32df1c53c31201e1cbf371fhx# in this makefile
c533a883a71cff9ff32df1c53c31201e1cbf371fhxinclude $(APBUILD)/NWGNUtail.inc
c533a883a71cff9ff32df1c53c31201e1cbf371fhxinclude $(APBUILD)/NWGNUscripts.inc