NWGNUproxyajp revision 70953fb44a7140fe206c3a5f011e24209c8c5c6a
02e38eae1b9cb5df2036a707dafd86f6047c17deSumit Bose# Make sure all needed macro's are defined
02e38eae1b9cb5df2036a707dafd86f6047c17deSumit Bose# Get the 'head' of the build environment if necessary. This includes default
02e38eae1b9cb5df2036a707dafd86f6047c17deSumit Bose# targets and paths to tools
02e38eae1b9cb5df2036a707dafd86f6047c17deSumit Boseifndef EnvironmentDefined
02e38eae1b9cb5df2036a707dafd86f6047c17deSumit Boseinclude $(AP_WORK)\build\NWGNUhead.inc
$(AP_WORK)/modules/http \
$(AP_WORK)/modules/arch/netware \
# 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)/proxyajp.nlm \
$(OBJDIR)/proxy_ajp.o \
$(OBJDIR)/proxy_util.o \
$(OBJDIR)/ajp_header.o \
$(OBJDIR)/ajp_msg.o \
$(OBJDIR)/ajp_link.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