NWGNUproxybalancer revision 16b55a35cff91315d261d1baa776138af465c4e4
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKST# Make sure all needed macro's are defined
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKST# Get the 'head' of the build environment if necessary. This includes default
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKST# targets and paths to tools
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKSTifndef EnvironmentDefined
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKSTinclude $(AP_WORK)\build\NWGNUhead.inc
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKST# These directories will be at the beginning of the include list, followed by
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKSTXINCDIRS += \
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKST $(APR)/include \
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKST $(APRUTIL)/include \
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKST $(AP_WORK)/include \
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKST# These flags will come after CFLAGS
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKSTXCFLAGS += \
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKST# These defines will come after DEFINES
5aba682bd5155278b79b1e48e82a748d6a4d601dJHKSTXDEFINES += \
# These flags will be added to the link.opt file
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/proxybalancer.nlm \
$(OBJDIR)/mod_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 \
@$(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 $(AP_WORK)\build\NWGNUtail.inc