NWGNUsession_crypto revision fd7c287b8fcccc3e1e7834bf8daf8fe7fd6cd49d
db3dbd0ed7eb69f804a8921fa23a1267ea01f46evboxsync# Make sure all needed macro's are defined
92a27575521748a392dcd1b996fce55b87411a00vboxsync# Get the 'head' of the build environment if necessary. This includes default
92a27575521748a392dcd1b996fce55b87411a00vboxsync# targets and paths to tools
92a27575521748a392dcd1b996fce55b87411a00vboxsyncifndef EnvironmentDefined
92a27575521748a392dcd1b996fce55b87411a00vboxsyncinclude $(AP_WORK)\build\NWGNUhead.inc
db3dbd0ed7eb69f804a8921fa23a1267ea01f46evboxsync# These directories will be at the beginning of the include list, followed by
db3dbd0ed7eb69f804a8921fa23a1267ea01f46evboxsyncXINCDIRS += \
db3dbd0ed7eb69f804a8921fa23a1267ea01f46evboxsync $(AP_WORK)/include \
$(AP_WORK)/modules/http \
$(AP_WORK)/modules/arch/netware \
$(AP_WORK)/modules/ssl \
$(AP_WORK)/modules/generators \
# These flags will be added to the link.opt file
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/mod_session_crypto.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