NWGNUsession_cookie revision 0662ed52e814f8f08ef0e09956413a792584eddf
3daenzerorama# Make sure all needed macro's are defined
3daenzerorama# Get the 'head' of the build environment if necessary. This includes default
3daenzerorama# targets and paths to tools
3daenzeroramaifndef EnvironmentDefined
3daenzeroramainclude $(AP_WORK)/build/NWGNUhead.inc
3daenzeroramaendif
3daenzerorama# These directories will be at the beginning of the include list, followed by
3daenzerorama# INCDIRS
3daenzeroramaXINCDIRS += \
3daenzerorama $(APR)/include \
3daenzerorama $(APRUTIL)/include \
3daenzerorama $(AP_WORK)/include \
3daenzerorama $(AP_WORK)/modules/http \
3daenzerorama $(AP_WORK)/modules/generators \
3daenzerorama $(AP_WORK)/modules/ssl \
3daenzerorama $(NWOS) \
3daenzerorama $(EOLIST)
3daenzerorama# These flags will come after CFLAGS
3daenzeroramaXCFLAGS += \
3daenzerorama $(EOLIST)
3daenzerorama# These defines will come after DEFINES
3daenzeroramaXDEFINES += \
3daenzerorama $(EOLIST)
3daenzerorama# These flags will be added to the link.opt file
3daenzeroramaXLFLAGS += \
3daenzerorama $(EOLIST)
3daenzerorama# These values will be appended to the correct variables based on the value of
3daenzerorama# RELEASE
3daenzeroramaifeq "$(RELEASE)" "debug"
3daenzeroramaXINCDIRS += \
3daenzerorama $(EOLIST)
# $(AP_WORK)/build/NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/mod_session_cookie.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.
@$(APR)/aprlib.imp \
@$(NWOS)/httpd.imp \
@libc.imp \
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
vpath %.c ../arch/netware
include $(APBUILD)/NWGNUtail.inc