NWGNUauthdigt revision ac7985784d08a3655291f24f711812b4d8b1cbcf
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrews# Make sure all needed macro's are defined
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrews# Get the 'head' of the build environment if necessary. This includes default
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrews# targets and paths to tools
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrewsifndef EnvironmentDefined
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrewsinclude $(AP_WORK)\build\NWGNUhead.inc
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrews# These directories will be at the beginning of the include list, followed by
ed12ab17de6d192fd46914be8dc55fb573470664Mark AndrewsXINCDIRS += \
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrews $(AP_WORK)/include \
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrews $(APR)/include \
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrews $(APRUTIL)/include \
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrews# These flags will come after CFLAGS
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrews# These defines will come after DEFINES
ed12ab17de6d192fd46914be8dc55fb573470664Mark AndrewsXDEFINES += \
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrews# These flags will be added to the link.opt file
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrews# These values will be appended to the correct variables based on the value of
ed12ab17de6d192fd46914be8dc55fb573470664Mark Andrewsifeq "$(RELEASE)" "debug"
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/authdigt.nlm \
$(OBJDIR)/mod_auth_digest.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