NWGNUhtdbm revision 0662ed52e814f8f08ef0e09956413a792584eddf
178f6ad061e54bc5babfca3577f72058fa0797c1Bob Halley# Make sure all needed macro's are defined
178f6ad061e54bc5babfca3577f72058fa0797c1Bob Halley# Get the 'head' of the build environment if necessary. This includes default
178f6ad061e54bc5babfca3577f72058fa0797c1Bob Halley# targets and paths to tools
15a44745412679c30a6d022733925af70a38b715David Lawrenceifndef EnvironmentDefined
15a44745412679c30a6d022733925af70a38b715David Lawrence# These directories will be at the beginning of the include list, followed by
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley $(APR)/include \
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley $(APRUTIL)/include \
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# These flags will come after CFLAGS
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# These defines will come after DEFINES
b897c52f865b2fc4e220e2110b874e59c716456bBob HalleyXDEFINES += \
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# These flags will be added to the link.opt file
460b427411b72da26b1836b9424e2e70d65d9394David Lawrence# These values will be appended to the correct variables based on the value of
460b427411b72da26b1836b9424e2e70d65d9394David Lawrenceifeq "$(RELEASE)" "debug"
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyXINCDIRS += \
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyXDEFINES += \
12e63bfe1d111ccb57f482b28d56c785cccc7cf7David Lawrenceifeq "$(RELEASE)" "noopt"
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halleyifeq "$(RELEASE)" "release"
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyXINCDIRS += \
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyXDEFINES += \
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# These are used by the link target if an NLM is being generated
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# This is used by the link 'name' directive to name the nlm. If left blank
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# TARGET_nlm (see below) will be used.
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyNLM_NAME = htdbm
0014d6342b0d50ae37126ac16d5bf821d02ffff7David Lawrence# This is used by the link '-desc ' directive.
0014d6342b0d50ae37126ac16d5bf821d02ffff7David Lawrence# If left blank, NLM_NAME will be used.
0014d6342b0d50ae37126ac16d5bf821d02ffff7David LawrenceNLM_DESCRIPTION = Apache $(VERSION_STR) HT Database Management Utility for NetWare
0014d6342b0d50ae37126ac16d5bf821d02ffff7David Lawrence# This is used by the '-threadname' directive. If left blank,
0014d6342b0d50ae37126ac16d5bf821d02ffff7David Lawrence# NLM_NAME Thread will be used.
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyNLM_THREAD_NAME = htdbm
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# This is used by the '-screenname' directive. If left blank,
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# 'Apache for NetWare' Thread will be used.
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyNLM_SCREEN_NAME = htdbm Password Management
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# If this is specified, it will override VERSION value in
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyNLM_VERSION =
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# If this is specified, it will override the default of 64K
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyNLM_STACK_SIZE = 8192
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# If this is specified it will be used by the link '-entry' directive
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyNLM_ENTRY_SYM =
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# If this is specified it will be used by the link '-exit' directive
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyNLM_EXIT_SYM =
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# If this is specified it will be used by the link '-check' directive
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyNLM_CHECK_SYM =
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# If these are specified it will be used by the link '-flags' directive
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyNLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/htdbm.nlm \
$(OBJDIR)/htdbm.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 $(APBUILD)/NWGNUtail.inc