NWGNUhtpasswd revision b8022feeb260e31994600a65c2193278838a4802
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# Make sure all needed macro's are defined
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# Get the 'head' of the build environment if necessary. This includes default
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# targets and paths to tools
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylorifndef EnvironmentDefined
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylorinclude $(AP_WORK)\build\NWGNUhead.inc
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# These directories will be at the beginning of the include list, followed by
9e39c5ba00a55fa05777cc94b148296af305e135Bill TaylorXINCDIRS += \
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# These flags will come after CFLAGS
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# These defines will come after DEFINES
9e39c5ba00a55fa05777cc94b148296af305e135Bill TaylorXDEFINES += \
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# These flags will be added to the link.opt file
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# These values will be appended to the correct variables based on the value of
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylorifeq "$(RELEASE)" "debug"
9e39c5ba00a55fa05777cc94b148296af305e135Bill TaylorXINCDIRS += \
9e39c5ba00a55fa05777cc94b148296af305e135Bill TaylorXDEFINES += \
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylorifeq "$(RELEASE)" "noopt"
9e39c5ba00a55fa05777cc94b148296af305e135Bill TaylorXINCDIRS += \
9e39c5ba00a55fa05777cc94b148296af305e135Bill TaylorXDEFINES += \
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylorifeq "$(RELEASE)" "release"
9e39c5ba00a55fa05777cc94b148296af305e135Bill TaylorXINCDIRS += \
9e39c5ba00a55fa05777cc94b148296af305e135Bill TaylorXDEFINES += \
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# These are used by the link target if an NLM is being generated
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# This is used by the link 'name' directive to name the nlm. If left blank
9e39c5ba00a55fa05777cc94b148296af305e135Bill Taylor# TARGET_nlm (see below) will be used.
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/htpasswd.nlm \
$(OBJDIR)/htpasswd.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 \
@libc.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
include $(AP_WORK)\build\NWGNUtail.inc