NWGNUcase_flt revision cf7ca2f9eaa6523fefcccba4287b91637391fb51
c69906bdd99a073749de104d2fa9cd6bf889f3c5anish# Declare the sub-directories to be built here
c69906bdd99a073749de104d2fa9cd6bf889f3c5anish# Get the 'head' of the build environment. This includes default targets and
c69906bdd99a073749de104d2fa9cd6bf889f3c5anish# paths to tools
c69906bdd99a073749de104d2fa9cd6bf889f3c5anishinclude $(AP_WORK)/build/NWGNUhead.inc
c69906bdd99a073749de104d2fa9cd6bf889f3c5anish# build this level's files
c69906bdd99a073749de104d2fa9cd6bf889f3c5anish# Make sure all needed macro's are defined
c69906bdd99a073749de104d2fa9cd6bf889f3c5anish# These directories will be at the beginning of the include list, followed by
c69906bdd99a073749de104d2fa9cd6bf889f3c5anishXINCDIRS += \
c69906bdd99a073749de104d2fa9cd6bf889f3c5anish $(APR)/include \
c69906bdd99a073749de104d2fa9cd6bf889f3c5anish $(APRUTIL)/include \
c69906bdd99a073749de104d2fa9cd6bf889f3c5anish $(AP_WORK)/include \
c69906bdd99a073749de104d2fa9cd6bf889f3c5anish# These flags will come after CFLAGS
c69906bdd99a073749de104d2fa9cd6bf889f3c5anishXCFLAGS += \
c69906bdd99a073749de104d2fa9cd6bf889f3c5anish# These defines will come after DEFINES
c69906bdd99a073749de104d2fa9cd6bf889f3c5anishXDEFINES += \
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek# 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)/mod_case_filter.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.
@aprlib.imp \
@httpd.imp \
@libc.imp \
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
include $(APBUILD)/NWGNUtail.inc