NWGNUrewrite_flt revision 8dfeaa0ca9a6b1866ca91acbf37b3d6742e985f7
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Declare the sub-directories to be built here
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Get the 'head' of the build environment. This includes default targets and
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# paths to tools
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinclude $(AP_WORK)\build\NWGNUhead.inc
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# build this level's files
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Make sure all needed macro's are defined
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# These directories will be at the beginning of the include list, followed by
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweXINCDIRS += \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe $(AP_WORK)/include \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe $(APR)/include \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe $(APRUTIL)/include \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# These flags will come after CFLAGS
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# These defines will come after DEFINES
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweXDEFINES += \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# These flags will be added to the link.opt file
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# These values will be appended to the correct variables based on the value of
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovifeq "$(RELEASE)" "debug"
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovXINCDIRS += \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweXDEFINES += \
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/rewrite_flt.nlm \
$(OBJDIR)/mod_rewrite_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.
@$(APR)/aprlib.imp \
@$(NWOS)/httpd.imp \
@libc.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
include $(AP_WORK)\build\NWGNUtail.inc