NWGNUsession_cookie revision b2f248e974a6f537e06aa69f08303e78b8357ded
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumsey# Make sure all needed macro's are defined
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumsey# Get the 'head' of the build environment if necessary. This includes default
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumsey# targets and paths to tools
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumseyifndef EnvironmentDefined
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumseyinclude $(AP_WORK)\build\NWGNUhead.inc
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumsey# These directories will be at the beginning of the include list, followed by
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom RumseyXINCDIRS += \
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumsey $(AP_WORK)/include \
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumsey $(APR)/include \
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumsey $(APRUTIL)/include \
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumsey# These flags will come after CFLAGS
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumsey# These defines will come after DEFINES
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom RumseyXDEFINES += \
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumsey# These flags will be added to the link.opt file
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumsey# These values will be appended to the correct variables based on the value of
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom Rumseyifeq "$(RELEASE)" "debug"
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom RumseyXINCDIRS += \
c7f49d0c8e57b8d3a75b0dae2c5fd3216a4ce2f4Tom RumseyXDEFINES += \
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/session_cookie.nlm \
$(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 $(AP_WORK)\build\NWGNUtail.inc