NWGNUmakefile revision bdcbf81429c581d9d1d0c7cb11634a78e424c140
4b22b9337f359bfd063322244f5336cc7c6ffcfars# Declare the sub-directories to be built here
4b22b9337f359bfd063322244f5336cc7c6ffcfarsSUBDIRS = \
4b22b9337f359bfd063322244f5336cc7c6ffcfars# Get the 'head' of the build environment. This includes default targets and
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# paths to tools
4b22b9337f359bfd063322244f5336cc7c6ffcfarsinclude $(AP_WORK)\build\NWGNUhead.inc
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# build this level's files
4b22b9337f359bfd063322244f5336cc7c6ffcfars# Make sure all needed macro's are defined
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# These directories will be at the beginning of the include list, followed by
4b22b9337f359bfd063322244f5336cc7c6ffcfarsXINCDIRS += \
4b22b9337f359bfd063322244f5336cc7c6ffcfars# These flags will come after CFLAGS
4b22b9337f359bfd063322244f5336cc7c6ffcfarsXCFLAGS += \
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# These defines will come after DEFINES
4b22b9337f359bfd063322244f5336cc7c6ffcfarsXDEFINES += \
4b22b9337f359bfd063322244f5336cc7c6ffcfars# These flags will be added to the link.opt file
4b22b9337f359bfd063322244f5336cc7c6ffcfarsXLFLAGS += \
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# These values will be appended to the correct variables based on the value of
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soomeifeq "$(RELEASE)" "debug"
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas SoomeXINCDIRS += \
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas SoomeXDEFINES += \
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soomeifeq "$(RELEASE)" "noopt"
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas SoomeXINCDIRS += \
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas SoomeXDEFINES += \
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soomeifeq "$(RELEASE)" "release"
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas SoomeXINCDIRS += \
4b22b9337f359bfd063322244f5336cc7c6ffcfarsXDEFINES += \
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/proxy.nlm \
$(OBJDIR)/proxycon.nlm \
$(OBJDIR)/proxyftp.nlm \
$(OBJDIR)/proxyhtp.nlm \
$(OBJDIR)/proxybalancer.nlm \
$(OBJDIR)/proxyajp.nlm \
# 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.
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
include $(AP_WORK)\build\NWGNUtail.inc