NWGNUproxyhtp revision cf7ca2f9eaa6523fefcccba4287b91637391fb51
51ee3c5891d7e95247adb6b605a2e3ab591dc449Evgeni Golov# Make sure all needed macro's are defined
250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77Stéphane Graber# Get the 'head' of the build environment if necessary. This includes default
250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77Stéphane Graber# targets and paths to tools
250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77Stéphane Graberifndef EnvironmentDefined
250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77Stéphane Graber# These directories will be at the beginning of the include list, followed by
250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77Stéphane Graber $(APR)/include \
250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77Stéphane Graber $(APRUTIL)/include \
250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77Stéphane Graber $(AP_WORK)/include \
b515981702133b9aaea1aff378493f054c14d46cDwight Engen# These flags will come after CFLAGS
39ffde307ad83bd407aaa6a0d81682902bab248bStéphane Graber# These defines will come after DEFINES
b515981702133b9aaea1aff378493f054c14d46cDwight EngenXDEFINES += \
b515981702133b9aaea1aff378493f054c14d46cDwight Engen# These flags will be added to the link.opt file
b515981702133b9aaea1aff378493f054c14d46cDwight Engen# These values will be appended to the correct variables based on the value of
b515981702133b9aaea1aff378493f054c14d46cDwight Engenifeq "$(RELEASE)" "debug"
b515981702133b9aaea1aff378493f054c14d46cDwight EngenXINCDIRS += \
b515981702133b9aaea1aff378493f054c14d46cDwight EngenXDEFINES += \
b515981702133b9aaea1aff378493f054c14d46cDwight Engenifeq "$(RELEASE)" "noopt"
b515981702133b9aaea1aff378493f054c14d46cDwight EngenXINCDIRS += \
b515981702133b9aaea1aff378493f054c14d46cDwight EngenXDEFINES += \
b515981702133b9aaea1aff378493f054c14d46cDwight Engenifeq "$(RELEASE)" "release"
b515981702133b9aaea1aff378493f054c14d46cDwight EngenXINCDIRS += \
# $(AP_WORK)/build/NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/proxyhtp.nlm \
$(OBJDIR)/mod_proxy_http.o \
$(OBJDIR)/proxy_util.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