1516N/A#
581N/A# Declare the sub-directories to be built here
581N/A#
581N/A
581N/ASUBDIRS = \
581N/A $(EOLIST)
581N/A
581N/A#
581N/A# Get the 'head' of the build environment. This includes default targets and
581N/A# paths to tools
581N/A#
581N/A
581N/Ainclude $(AP_WORK)/build/NWGNUhead.inc
581N/A
581N/A#
581N/A# build this level's files
581N/A#
581N/A# Make sure all needed macro's are defined
581N/A#
581N/A
581N/A#
581N/A# These directories will be at the beginning of the include list, followed by
817N/A# INCDIRS
581N/A#
581N/AXINCDIRS += \
581N/A $(APR)/include \
581N/A $(APRUTIL)/include \
817N/A $(SRC)/include \
581N/A $(STDMOD)/generators \
742N/A $(SERVER)/mpm/netware \
581N/A $(NWOS) \
581N/A $(EOLIST)
817N/A
1020N/A#
1117N/A# These flags will come after CFLAGS
738N/A#
742N/AXCFLAGS += \
1117N/A $(EOLIST)
581N/A
1507N/A#
1507N/A# These defines will come after DEFINES
1507N/A#
1507N/AXDEFINES += \
1507N/A $(EOLIST)
581N/A
581N/A#
581N/A# These flags will be added to the link.opt file
581N/A#
581N/AXLFLAGS += \
1151N/A $(EOLIST)
1151N/A
1151N/A#
1151N/A# These values will be appended to the correct variables based on the value of
1151N/A# RELEASE
1151N/A#
1151N/Aifeq "$(RELEASE)" "debug"
1151N/AXINCDIRS += \
1151N/A $(EOLIST)
1151N/A
581N/AXCFLAGS += \
581N/A $(EOLIST)
581N/A
581N/AXDEFINES += \
581N/A $(EOLIST)
581N/A
581N/AXLFLAGS += \
689N/A $(EOLIST)
689N/Aendif
689N/A
689N/Aifeq "$(RELEASE)" "noopt"
1025N/AXINCDIRS += \
1025N/A $(EOLIST)
1025N/A
1025N/AXCFLAGS += \
1025N/A $(EOLIST)
1025N/A
1025N/AXDEFINES += \
1025N/A $(EOLIST)
738N/A
738N/AXLFLAGS += \
738N/A $(EOLIST)
738N/Aendif
738N/A
738N/Aifeq "$(RELEASE)" "release"
738N/AXINCDIRS += \
581N/A $(EOLIST)
581N/A
581N/AXCFLAGS += \
581N/A $(EOLIST)
581N/A
581N/AXDEFINES += \
581N/A $(EOLIST)
581N/A
581N/AXLFLAGS += \
873N/A $(EOLIST)
581N/Aendif
581N/A
581N/A#
581N/A# These are used by the link target if an NLM is being generated
581N/A# This is used by the link 'name' directive to name the nlm. If left blank
581N/A# TARGET_nlm (see below) will be used.
581N/A#
581N/ANLM_NAME = cach_socache
581N/A
581N/A#
581N/A# This is used by the link '-desc ' directive.
581N/A# If left blank, NLM_NAME will be used.
581N/A#
581N/ANLM_DESCRIPTION = Apache $(VERSION_STR) Cache Socache Module
581N/A
581N/A#
581N/A# This is used by the '-threadname' directive. If left blank,
581N/A# NLM_NAME Thread will be used.
581N/A#
581N/ANLM_THREAD_NAME = cach_socache
581N/A
581N/A#
581N/A# If this is specified, it will override VERSION value in
581N/A# $(AP_WORK)/build/NWGNUenvironment.inc
581N/A#
581N/ANLM_VERSION =
581N/A
581N/A#
581N/A# If this is specified, it will override the default of 64K
581N/A#
581N/ANLM_STACK_SIZE = 65536
581N/A
581N/A
581N/A#
581N/A# If this is specified it will be used by the link '-entry' directive
581N/A#
581N/ANLM_ENTRY_SYM =
581N/A
581N/A#
581N/A# If this is specified it will be used by the link '-exit' directive
581N/A#
581N/ANLM_EXIT_SYM =
581N/A
581N/A#
581N/A# If this is specified it will be used by the link '-check' directive
581N/A#
581N/ANLM_CHECK_SYM =
581N/A
581N/A#
581N/A# If this is specified it will be used by the link '-flags' directive
581N/A#
581N/ANLM_FLAGS =
581N/A
581N/A#
581N/A# If this is specified it will be linked in with the XDCData option in the def
581N/A# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
581N/A# by setting APACHE_UNIPROC in the environment
581N/A#
581N/AXDCDATA =
581N/A
581N/A#
581N/A# Declare all target files (you must add your files here)
581N/A#
581N/A
581N/A#
581N/A# If there is an NLM target, put it here
581N/A#
581N/ATARGET_nlm = \
599N/A $(OBJDIR)/$(NLM_NAME).nlm \
599N/A $(EOLIST)
599N/A
599N/A#
599N/A# If there is an LIB target, put it here
599N/A#
817N/ATARGET_lib = \
599N/A $(EOLIST)
599N/A
599N/A#
599N/A# These are the OBJ files needed to create the NLM target above.
599N/A# Paths must all use the '/' character
599N/A#
599N/AFILES_nlm_objs = \
599N/A $(OBJDIR)/mod_cache_socache.o \
599N/A $(EOLIST)
599N/A
599N/A#
599N/A# These are the LIB files needed to create the NLM target above.
599N/A# These will be added as a library command in the link.opt file.
599N/A#
599N/AFILES_nlm_libs = \
599N/A $(PRELUDE) \
689N/A $(EOLIST)
689N/A
689N/A#
689N/A# These are the modules that the above NLM target depends on to load.
689N/A# These will be added as a module command in the link.opt file.
689N/A#
581N/AFILES_nlm_modules = \
933N/A Apache2 \
933N/A Libc \
933N/A mod_cach \
933N/A $(EOLIST)
933N/A
933N/A#
933N/A# If the nlm has a msg file, put it's path here
933N/A#
933N/AFILE_nlm_msg =
933N/A
933N/A#
933N/A# If the nlm has a hlp file put it's path here
933N/A#
933N/AFILE_nlm_hlp =
933N/A
933N/A#
738N/A# If this is specified, it will override $(NWOS)\copyright.txt.
738N/A#
738N/AFILE_nlm_copyright =
738N/A
738N/A#
738N/A# Any additional imports go here
738N/A#
738N/AFILES_nlm_Ximports = \
738N/A @libc.imp \
738N/A @aprlib.imp \
738N/A @httpd.imp \
738N/A @mod_cache.imp \
738N/A $(EOLIST)
738N/A
738N/A#
1151N/A# Any symbols exported to here
1151N/A#
1151N/AFILES_nlm_exports = \
1151N/A cache_socache_module \
1151N/A $(EOLIST)
1151N/A
1151N/A#
1151N/A# These are the OBJ files needed to create the LIB target above.
1151N/A# Paths must all use the '/' character
1151N/A#
1151N/AFILES_lib_objs = \
1151N/A $(EOLIST)
1151N/A
1151N/A#
1151N/A# implement targets and dependancies (leave this section alone)
1151N/A#
1151N/A
1151N/Alibs :: $(OBJDIR) $(TARGET_lib)
1151N/A
1151N/Anlms :: libs $(TARGET_nlm)
1505N/A
1151N/A#
1151N/A# Updated this target to create necessary directories and copy files to the
742N/A# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
742N/A#
742N/Ainstall :: nlms FORCE
742N/A
742N/A#
742N/A# Any specialized rules here
742N/A#
742N/A
742N/A#
742N/A# Include the 'tail' makefile that has targets that depend on variables defined
742N/A# in this makefile
742N/A#
742N/A
742N/Ainclude $(APBUILD)/NWGNUtail.inc
742N/A
742N/A
742N/A