NWGNUproxybalancer revision 9b2bd54c98edb185a3985410367754ab33217362
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Make sure all needed macro's are defined
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Get the 'head' of the build environment if necessary. This includes default
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# targets and paths to tools
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteifndef EnvironmentDefined
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteinclude $(AP_WORK)\build\NWGNUhead.inc
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# These directories will be at the beginning of the include list, followed by
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteXINCDIRS += \
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte $(AP_WORK)/include \
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# These flags will come after CFLAGS
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# These defines will come after DEFINES
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteXDEFINES += \
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# These flags will be added to the link.opt file
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# These values will be appended to the correct variables based on the value of
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteifeq "$(RELEASE)" "debug"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteXINCDIRS += \
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteXDEFINES += \
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteifeq "$(RELEASE)" "noopt"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteXINCDIRS += \
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteXDEFINES += \
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteifeq "$(RELEASE)" "release"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteXINCDIRS += \
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteXDEFINES += \
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/proxybalancer.nlm \
$(OBJDIR)/proxy_balancer.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.
@$(APR)/aprlib.imp \
@$(NWOS)/httpd.imp \
@libc.imp \
@ws2nlm.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
vpath %.c ../arch/netware
include $(AP_WORK)\build\NWGNUtail.inc