NWGNUsession_cookie revision cf7ca2f9eaa6523fefcccba4287b91637391fb51
c747b0c875785ce693f70b50bdda0237c4b04e35Pavel Březina# Make sure all needed macro's are defined
c747b0c875785ce693f70b50bdda0237c4b04e35Pavel Březina# Get the 'head' of the build environment if necessary. This includes default
c747b0c875785ce693f70b50bdda0237c4b04e35Pavel Březina# targets and paths to tools
c747b0c875785ce693f70b50bdda0237c4b04e35Pavel Březinaifndef EnvironmentDefined
c747b0c875785ce693f70b50bdda0237c4b04e35Pavel Březina# These directories will be at the beginning of the include list, followed by
c747b0c875785ce693f70b50bdda0237c4b04e35Pavel Březina $(APR)/include \
c747b0c875785ce693f70b50bdda0237c4b04e35Pavel Březina $(APRUTIL)/include \
c747b0c875785ce693f70b50bdda0237c4b04e35Pavel Březina $(AP_WORK)/include \
c747b0c875785ce693f70b50bdda0237c4b04e35Pavel Březina# These flags will come after CFLAGS
c747b0c875785ce693f70b50bdda0237c4b04e35Pavel Březina# These defines will come after DEFINES
c747b0c875785ce693f70b50bdda0237c4b04e35Pavel Březina# These flags will be added to the link.opt file
861dbe0794739a1c93a5bed00913c7442a2bdac9Sumit Bose# These values will be appended to the correct variables based on the value of
861dbe0794739a1c93a5bed00913c7442a2bdac9Sumit Boseifeq "$(RELEASE)" "debug"
861dbe0794739a1c93a5bed00913c7442a2bdac9Sumit BoseXINCDIRS += \
c747b0c875785ce693f70b50bdda0237c4b04e35Pavel Březinaifeq "$(RELEASE)" "noopt"
a1e4113a5388e34c08459c5b69679c82ac2bddc9Pavel Březinaifeq "$(RELEASE)" "release"
a1e4113a5388e34c08459c5b69679c82ac2bddc9Pavel Březina# These are used by the link target if an NLM is being generated
a1e4113a5388e34c08459c5b69679c82ac2bddc9Pavel Březina# This is used by the link 'name' directive to name the nlm. If left blank
a1e4113a5388e34c08459c5b69679c82ac2bddc9Pavel Březina# TARGET_nlm (see below) will be used.
e9a2e7afbd09c23dd8748246e09831ed7b17d7c5Thomas EqueterNLM_NAME = session_cookie
a1e4113a5388e34c08459c5b69679c82ac2bddc9Pavel Březina# This is used by the link '-desc ' directive.
a1e4113a5388e34c08459c5b69679c82ac2bddc9Pavel Březina# If left blank, NLM_NAME will be used.
a1e4113a5388e34c08459c5b69679c82ac2bddc9Pavel BřezinaNLM_DESCRIPTION = Apache $(VERSION_STR) Session Cookie Module
37d2194cc9ea4d0254c88a3419e2376572562babPavel Březina# This is used by the '-threadname' directive. If left blank,
37d2194cc9ea4d0254c88a3419e2376572562babPavel Březina# NLM_NAME Thread will be used.
37d2194cc9ea4d0254c88a3419e2376572562babPavel BřezinaNLM_THREAD_NAME = SessionCookie Module
37d2194cc9ea4d0254c88a3419e2376572562babPavel Březina# If this is specified, it will override VERSION value in
d3c82d0170d6d7407549afdadd08aa7e11aeb9a2Pavel Březina# If this is specified, it will override the default of 64K
d3c82d0170d6d7407549afdadd08aa7e11aeb9a2Pavel BřezinaNLM_STACK_SIZE = 8192
d3c82d0170d6d7407549afdadd08aa7e11aeb9a2Pavel Březina# If this is specified it will be used by the link '-entry' directive
d3c82d0170d6d7407549afdadd08aa7e11aeb9a2Pavel BřezinaNLM_ENTRY_SYM =
d3c82d0170d6d7407549afdadd08aa7e11aeb9a2Pavel Březina# If this is specified it will be used by the link '-exit' directive
d3c82d0170d6d7407549afdadd08aa7e11aeb9a2Pavel BřezinaNLM_EXIT_SYM =
d3c82d0170d6d7407549afdadd08aa7e11aeb9a2Pavel Březina# 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)/mod_session_cookie.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)
vpath %.c ../arch/netware
include $(APBUILD)/NWGNUtail.inc