NWGNUmakefile revision 06509499ae5b6676db799057108433170a23ed28
dcc09ab92cd466b11873cc978166d35ee7f0f1c4Gabor Melkvi# Declare the sub-directories to be built here
dcc09ab92cd466b11873cc978166d35ee7f0f1c4Gabor Melkvi# Get the 'head' of the build environment. This includes default targets and
dcc09ab92cd466b11873cc978166d35ee7f0f1c4Gabor Melkvi# paths to tools
dcc09ab92cd466b11873cc978166d35ee7f0f1c4Gabor Melkviinclude $(AP_WORK)\build\NWGNUhead.inc
dcc09ab92cd466b11873cc978166d35ee7f0f1c4Gabor Melkvi# build this level's files
6e0a0ca21e56101e0fa97958b396c16eaf4df906sean oneill# Make sure all needed macro's are defined
346b70b0b9c67c8e339e96e15fc27c55ae334ec3Gabor Melkvi# These directories will be at the beginning of the include list, followed by
dcc09ab92cd466b11873cc978166d35ee7f0f1c4Gabor MelkviXINCDIRS += \
dcc09ab92cd466b11873cc978166d35ee7f0f1c4Gabor Melkvi# These flags will come after CFLAGS
dcc09ab92cd466b11873cc978166d35ee7f0f1c4Gabor Melkvi# These defines will come after DEFINES
dcc09ab92cd466b11873cc978166d35ee7f0f1c4Gabor MelkviXDEFINES += \
dcc09ab92cd466b11873cc978166d35ee7f0f1c4Gabor Melkvi# These flags will be added to the link.opt file
dcc09ab92cd466b11873cc978166d35ee7f0f1c4Gabor Melkvi# These values will be appended to the correct variables based on the value of
dcc09ab92cd466b11873cc978166d35ee7f0f1c4Gabor Melkviifeq "$(RELEASE)" "debug"
dcc09ab92cd466b11873cc978166d35ee7f0f1c4Gabor MelkviXINCDIRS += \
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/authbasc.nlm \
$(OBJDIR)/authdigt.nlm \
$(OBJDIR)/authform.nlm \
$(OBJDIR)/authnano.nlm \
$(OBJDIR)/authndbd.nlm \
$(OBJDIR)/authndbm.nlm \
$(OBJDIR)/authnfil.nlm \
$(OBJDIR)/authzdbd.nlm \
$(OBJDIR)/authzdbm.nlm \
$(OBJDIR)/authzgrp.nlm \
$(OBJDIR)/authzusr.nlm \
$(OBJDIR)/accesscompat.nlm \
TARGET_nlm += $(OBJDIR)/authnzldap.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