NWGNUsession_dbd revision 0662ed52e814f8f08ef0e09956413a792584eddf
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney# Make sure all needed macro's are defined
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney# Get the 'head' of the build environment if necessary. This includes default
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney# targets and paths to tools
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeneyifndef EnvironmentDefined
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeneyinclude $(AP_WORK)/build/NWGNUhead.inc
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney# These directories will be at the beginning of the include list, followed by
d2854acf6eef44cf0aca645de3a37cca1388f51aDav GlassXINCDIRS += \
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney $(APR)/include \
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney $(APRUTIL)/include \
7db19a177889ecbab7588eb69413515649018bd3Matt Sweeney $(AP_WORK)/include \
$(AP_WORK)/modules/database \
$(AP_WORK)/modules/generators \
$(AP_WORK)/modules/ssl \
$(AP_WORK)/server/mpm/netware \
# 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_dbd.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