NWGNUhtpasswd revision 70953fb44a7140fe206c3a5f011e24209c8c5c6a
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# Make sure all needed macro's are defined
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# Get the 'head' of the build environment if necessary. This includes default
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# targets and paths to tools
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeneyifndef EnvironmentDefined
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeneyinclude $(AP_WORK)\build\NWGNUhead.inc
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# These directories will be at the beginning of the include list, followed by
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyXINCDIRS += \
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney $(APR)/include \
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney $(APRUTIL)/include \
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# These flags will come after CFLAGS
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# These defines will come after DEFINES
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyXDEFINES += \
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# These flags will be added to the link.opt file
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# These values will be appended to the correct variables based on the value of
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeneyifeq "$(RELEASE)" "debug"
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyXINCDIRS += \
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyXDEFINES += \
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeneyifeq "$(RELEASE)" "noopt"
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyXINCDIRS += \
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyXDEFINES += \
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeneyifeq "$(RELEASE)" "release"
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyXINCDIRS += \
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyXDEFINES += \
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# These are used by the link target if an NLM is being generated
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# This is used by the link 'name' directive to name the nlm. If left blank
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# TARGET_nlm (see below) will be used.
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyNLM_NAME = htpasswd
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# This is used by the link '-desc ' directive.
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# If left blank, NLM_NAME will be used.
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyNLM_DESCRIPTION = Apache $(VERSION_STR) HT Password Utility for NetWare
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# This is used by the '-threadname' directive. If left blank,
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# NLM_NAME Thread will be used.
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyNLM_THREAD_NAME = htpasswd
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# This is used by the '-screenname' directive. If left blank,
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# 'Apache for NetWare' Thread will be used.
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyNLM_SCREEN_NAME = htpasswd Password Management
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# If this is specified, it will override VERSION value in
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# $(AP_WORK)\build\NWGNUenvironment.inc
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyNLM_VERSION =
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# If this is specified, it will override the default of 64K
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyNLM_STACK_SIZE = 8192
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# If this is specified it will be used by the link '-entry' directive
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyNLM_ENTRY_SYM = _LibCPrelude
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# If this is specified it will be used by the link '-exit' directive
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt SweeneyNLM_EXIT_SYM = _LibCPostlude
6f22811f3148a8875c32d1e4a34f19dc1b8579d4Matt Sweeney# If this is specified it will be used by the link '-check' directive
# 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