NWGNUhtdbm revision 16b55a35cff91315d261d1baa776138af465c4e4
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# Make sure all needed macro's are defined
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# Get the 'head' of the build environment if necessary. This includes default
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# targets and paths to tools
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkifndef EnvironmentDefined
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkinclude $(AP_WORK)\build\NWGNUhead.inc
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# These directories will be at the beginning of the include list, followed by
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkXINCDIRS += \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk $(APR)/include \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk $(APRUTIL)/include \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# These flags will come after CFLAGS
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# These defines will come after DEFINES
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkXDEFINES += \
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# These flags will be added to the link.opt file
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk# 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)/htdbm.nlm \
$(OBJDIR)/htdbm.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 \
@libc.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
include $(AP_WORK)\build\NWGNUtail.inc