NWGNUusertrk revision bb2b38cd44b032118359afbc743efbea12f48e61
439ae5e0cc60411040831b89655c3a4c19fb7779Luke Smith# Make sure all needed macro's are defined
439ae5e0cc60411040831b89655c3a4c19fb7779Luke Smith# Get the 'head' of the build environment if necessary. This includes default
439ae5e0cc60411040831b89655c3a4c19fb7779Luke Smith# targets and paths to tools
439ae5e0cc60411040831b89655c3a4c19fb7779Luke Smithifndef EnvironmentDefined
439ae5e0cc60411040831b89655c3a4c19fb7779Luke Smithinclude $(AP_WORK)\build\NWGNUhead.inc
439ae5e0cc60411040831b89655c3a4c19fb7779Luke Smith# These directories will be at the beginning of the include list, followed by
439ae5e0cc60411040831b89655c3a4c19fb7779Luke SmithXINCDIRS += \
439ae5e0cc60411040831b89655c3a4c19fb7779Luke Smith $(AP_WORK)/include \
-prefix pre_nw.h \
# 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)/usertrk.nlm \
$(OBJDIR)/mod_usertrack.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)
include $(AP_WORK)\build\NWGNUtail.inc