NWGNUmem_cach revision 6c1988a8aebd38d847d8c0fc5d2e3f7865552d35
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens# Declare the sub-directories to be built here
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens# Get the 'head' of the build environment. This includes default targets and
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens# paths to tools
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrensinclude $(AP_WORK)\build\NWGNUhead.inc
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens# build this level's files
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens# Make sure all needed macro's are defined
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens# These directories will be at the beginning of the include list, followed by
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens $(AP_WORK)/include \
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens# These flags will come after CFLAGS
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens# These defines will come after DEFINES
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens# These flags will be added to the link.opt file
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens# These values will be appended to the correct variables based on the value of
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/mem_cach.nlm \
$(OBJDIR)/mod_mem_cache.o \
# These will be added as a library command in the link.opt file.
# These will be added as a module command in the link.opt file.
# If this is specified, it will override $(NWOS)\copyright.txt.
@libc.imp \
@$(APR)/aprlib.imp \
@httpd.imp \
# @cache.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
copy $(OBJDIR)\mem_cach.nlm $(INSTALL)\Apache2\modules\*.*
include $(AP_WORK)\build\NWGNUtail.inc