NWGNUauthzgrp revision 8ffac2c334103c0336602aaede650cb578611151
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# Make sure all needed macro's are defined
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# Get the 'head' of the build environment if necessary. This includes default
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# targets and paths to tools
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldifndef EnvironmentDefined
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldinclude $(AP_WORK)/build/NWGNUhead.inc
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# These directories will be at the beginning of the include list, followed by
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldXINCDIRS += \
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald $(APR)/include \
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald $(APRUTIL)/include \
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald $(AP_WORK)/include \
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# These flags will come after CFLAGS
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# These defines will come after DEFINES
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldXDEFINES += \
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# These flags will be added to the link.opt file
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# These values will be appended to the correct variables based on the value of
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldifeq "$(RELEASE)" "debug"
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldXINCDIRS += \
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldXDEFINES += \
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldifeq "$(RELEASE)" "noopt"
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldXINCDIRS += \
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldXDEFINES += \
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldifeq "$(RELEASE)" "release"
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldXINCDIRS += \
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldXDEFINES += \
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# These are used by the link target if an NLM is being generated
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# This is used by the link 'name' directive to name the nlm. If left blank
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# TARGET_nlm (see below) will be used.
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldNLM_NAME = authzgrp
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# This is used by the link '-desc ' directive.
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# If left blank, NLM_NAME will be used.
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldNLM_DESCRIPTION = Apache $(VERSION_STR) Group File Authorization Module
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# This is used by the '-threadname' directive. If left blank,
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# NLM_NAME Thread will be used.
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonaldNLM_THREAD_NAME = AuthzGrp Module
a2290a3621fa5498b33edb7037d8e95c15ddf455Dan McDonald# If this is specified, it will override VERSION value in
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/authzgrp.nlm \
$(OBJDIR)/mod_authz_groupfile.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.
@aprlib.imp \
@httpd.imp \
@libc.imp \
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
include $(APBUILD)/NWGNUtail.inc