NWGNUmodident revision 8ffac2c334103c0336602aaede650cb578611151
4e5b757fbcf21077677360be274461dcd9064106kupfer# Make sure all needed macro's are defined
4e5b757fbcf21077677360be274461dcd9064106kupfer# Get the 'head' of the build environment if necessary. This includes default
4e5b757fbcf21077677360be274461dcd9064106kupfer# targets and paths to tools
4e5b757fbcf21077677360be274461dcd9064106kupferifndef EnvironmentDefined
4e5b757fbcf21077677360be274461dcd9064106kupferinclude $(AP_WORK)/build/NWGNUhead.inc
4e5b757fbcf21077677360be274461dcd9064106kupfer# These directories will be at the beginning of the include list, followed by
4e5b757fbcf21077677360be274461dcd9064106kupferXINCDIRS += \
4e5b757fbcf21077677360be274461dcd9064106kupfer $(APR)/include \
4e5b757fbcf21077677360be274461dcd9064106kupfer $(APRUTIL)/include \
4e5b757fbcf21077677360be274461dcd9064106kupfer $(AP_WORK)/include \
4e5b757fbcf21077677360be274461dcd9064106kupfer# These flags will come after CFLAGS
4e5b757fbcf21077677360be274461dcd9064106kupferXCFLAGS += \
4e5b757fbcf21077677360be274461dcd9064106kupfer# These defines will come after DEFINES
# 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)/modident.nlm \
$(OBJDIR)/mod_ident.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.
@aprlib.imp \
@httpd.imp \
@libc.imp \
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
include $(APBUILD)/NWGNUtail.inc