NWGNUproxyajp revision 44f575c8cb19a7a5cd61664a7848be6bc197df02
c25356d5978632df6203437e1953bcb29e0c736fTimo Sirainen# Make sure all needed macro's are defined
8e9666f46faceeef0f3c6f706f10f3a873e4b0ebTimo Sirainen# Get the 'head' of the build environment if necessary. This includes default
0b2b090cdc3d36f30d6d2ec99b35ac0b7657d538Timo Sirainen# targets and paths to tools
0b2b090cdc3d36f30d6d2ec99b35ac0b7657d538Timo Sirainenifndef EnvironmentDefined
0b2b090cdc3d36f30d6d2ec99b35ac0b7657d538Timo Sirainen# These directories will be at the beginning of the include list, followed by
0b2b090cdc3d36f30d6d2ec99b35ac0b7657d538Timo Sirainen $(APR)/include \
0b2b090cdc3d36f30d6d2ec99b35ac0b7657d538Timo Sirainen $(APRUTIL)/include \
0b2b090cdc3d36f30d6d2ec99b35ac0b7657d538Timo Sirainen $(SRC)/include \
0b2b090cdc3d36f30d6d2ec99b35ac0b7657d538Timo Sirainen $(STDMOD)/http \
aa883f5fbc68920c48c4f52919e8a5bb9611e678Timo Sirainen# These flags will come after CFLAGS
d9076f5939edf5d20a261494b1a861dcbb0d32e2Timo Sirainen# These defines will come after DEFINES
aa883f5fbc68920c48c4f52919e8a5bb9611e678Timo Sirainen# These flags will be added to the link.opt file
c6ead31ba07401556abe0c69374d7fbed99844e7Timo Sirainen# These values will be appended to the correct variables based on the value of
2a7605bb97dc9ed8accf2537fad1073a5fc5ff48Timo Sirainenifeq "$(RELEASE)" "debug"
f66c8939c39e6bcd9dd5482bfd9689bd177ce0d4Timo Sirainenifeq "$(RELEASE)" "noopt"
aa883f5fbc68920c48c4f52919e8a5bb9611e678Timo Sirainenifeq "$(RELEASE)" "release"
7aa59f55d8a4e02c7039fbd22660c4055bfc8393Timo Sirainen# These are used by the link target if an NLM is being generated
ef1d718c6a3a3a48b9835b004b8496de9dc4bec5Timo Sirainen# This is used by the link 'name' directive to name the nlm. If left blank
ef1d718c6a3a3a48b9835b004b8496de9dc4bec5Timo Sirainen# TARGET_nlm (see below) will be used.
296857bde8dbe965bcfe5e96cf06d37c297d9315Timo SirainenNLM_NAME = proxyajp
# $(AP_WORK)/build/NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/proxyajp.nlm \
$(OBJDIR)/mod_proxy_ajp.o \
$(OBJDIR)/ajp_header.o \
$(OBJDIR)/ajp_msg.o \
$(OBJDIR)/ajp_link.o \
$(OBJDIR)/ajp_utils.o \
$(OBJDIR)/libprews.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 \
@$(OBJDIR)/mod_proxy.imp \
@libc.imp \
FILES_nlm_Ximports += @ws2nlm.imp \
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
vpath %.c ../arch/netware
include $(APBUILD)/NWGNUtail.inc