NWGNUauthdigt revision 2b32c9f6c744852dcd34344add090be19d2f6fbb
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Logan# Make sure all needed macro's are defined
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Logan# Get the 'head' of the build environment if necessary. This includes default
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Logan# targets and paths to tools
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Loganifndef EnvironmentDefined
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Loganinclude $(AP_WORK)\build\NWGNUhead.inc
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Logan# These directories will be at the beginning of the include list, followed by
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark LoganXINCDIRS += \
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Logan $(AP_WORK)/include \
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Logan# These flags will come after CFLAGS
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Logan# These defines will come after DEFINES
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark LoganXDEFINES += \
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Logan# These flags will be added to the link.opt file
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Logan# These values will be appended to the correct variables based on the value of
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Loganifeq "$(RELEASE)" "debug"
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark LoganXINCDIRS += \
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark LoganXDEFINES += \
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Loganifeq "$(RELEASE)" "noopt"
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark LoganXINCDIRS += \
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark LoganXDEFINES += \
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Loganifeq "$(RELEASE)" "release"
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark LoganXINCDIRS += \
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark LoganXDEFINES += \
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Logan# These are used by the link target if an NLM is being generated
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Logan# This is used by the link 'name' directive to name the nlm. If left blank
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Logan# TARGET_nlm (see below) will be used.
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark LoganNLM_NAME = authdigt
617e2443dfc17fe44fd44c0675d6aad2ffc9df42Mark Logan# This is used by the link '-desc ' directive.
# $(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 \
$(OBJDIR)/auth_provider.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