NWGNUdeflate revision f2f3f241c00a7a4bd597e57a19023940e072918a
4e456e445297d61870d9301661f36e5cc946cbefvboxsync# The MOD_DEFLATE module requires the ZLib source which
4e456e445297d61870d9301661f36e5cc946cbefvboxsync# can be downloaded from http://www.gzip.org/zlib/
4e456e445297d61870d9301661f36e5cc946cbefvboxsync# Declare the sub-directories to be built here
4e456e445297d61870d9301661f36e5cc946cbefvboxsync# Get the 'head' of the build environment. This includes default targets and
4e456e445297d61870d9301661f36e5cc946cbefvboxsync# paths to tools
4e456e445297d61870d9301661f36e5cc946cbefvboxsyncinclude $(AP_WORK)\build\NWGNUhead.inc
4e456e445297d61870d9301661f36e5cc946cbefvboxsync# build this level's files
4e456e445297d61870d9301661f36e5cc946cbefvboxsync# Make sure all needed macro's are defined
4e456e445297d61870d9301661f36e5cc946cbefvboxsync# These directories will be at the beginning of the include list, followed by
845d0e4d3aefdc097ff0b3f1b1808f4b72e0a7d0vboxsyncXINCDIRS += \
845d0e4d3aefdc097ff0b3f1b1808f4b72e0a7d0vboxsync $(AP_WORK)/include \
845d0e4d3aefdc097ff0b3f1b1808f4b72e0a7d0vboxsync $(APR)/include \
845d0e4d3aefdc097ff0b3f1b1808f4b72e0a7d0vboxsync $(APRUTIL)/include \
4e456e445297d61870d9301661f36e5cc946cbefvboxsync# These flags will come after CFLAGS
# 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)/deflate.nlm \
$(OBJDIR)/mod_deflate.o \
$(OBJDIR)/adler32.o \
$(OBJDIR)/crc32.o \
$(OBJDIR)/deflate.o \
$(OBJDIR)/inflate.o \
$(OBJDIR)/inffast.o \
$(OBJDIR)/inftrees.o \
$(OBJDIR)/trees.o \
$(OBJDIR)/zutil.o \
$(OBJDIR)/infblock.o \
$(OBJDIR)/infcodes.o \
$(OBJDIR)/infutil.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 \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
include $(AP_WORK)\build\NWGNUtail.inc