NWGNUauthzdbm revision ac7985784d08a3655291f24f711812b4d8b1cbcf
fe0eaf3c7c1942b0a300cd5f3952ada16fb18781Jenny Han Donnelly# Make sure all needed macro's are defined
fe0eaf3c7c1942b0a300cd5f3952ada16fb18781Jenny Han Donnelly# Get the 'head' of the build environment if necessary. This includes default
fe0eaf3c7c1942b0a300cd5f3952ada16fb18781Jenny Han Donnelly# targets and paths to tools
fe0eaf3c7c1942b0a300cd5f3952ada16fb18781Jenny Han Donnellyifndef EnvironmentDefined
fe0eaf3c7c1942b0a300cd5f3952ada16fb18781Jenny Han Donnellyinclude $(AP_WORK)\build\NWGNUhead.inc
fe0eaf3c7c1942b0a300cd5f3952ada16fb18781Jenny Han Donnelly# These directories will be at the beginning of the include list, followed by
fe0eaf3c7c1942b0a300cd5f3952ada16fb18781Jenny Han Donnelly $(AP_WORK)/include \
$(AP_WORK)/modules/arch/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)/authzdbm.nlm \
$(OBJDIR)/mod_authz_dbm.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