NWGNUmakefile revision 16b55a35cff91315d261d1baa776138af465c4e4
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Make sure all needed macro's are defined
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Get the 'head' of the build environment if necessary. This includes default
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# targets and paths to tools
4bff34e37def8a90f9194d81bc345c52ba20086athurlowifndef EnvironmentDefined
4bff34e37def8a90f9194d81bc345c52ba20086athurlowinclude $(AP_WORK)\build\NWGNUhead.inc
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# These directories will be at the beginning of the include list, followed by
4bff34e37def8a90f9194d81bc345c52ba20086athurlowXINCDIRS += \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow $(APR)/include \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow $(APRUTIL)/include \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow $(AP_WORK)/include \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow $(LDAPSDK)/inc \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# These flags will come after CFLAGS
4bff34e37def8a90f9194d81bc345c52ba20086athurlowXCFLAGS += \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# These defines will come after DEFINES
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon RossXDEFINES += \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#LDAP client requires the use of Winsock
4bff34e37def8a90f9194d81bc345c52ba20086athurlowifdef USE_STDSOCKETS
4bff34e37def8a90f9194d81bc345c52ba20086athurlowXDEFINES += -DUSE_WINSOCK \
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross# 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)/utilldap.nlm \
$(OBJDIR)/util_ldap.o \
$(OBJDIR)/util_ldap_cache.o \
$(OBJDIR)/util_ldap_cache_mgr.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 \
@$(LDAPSDK)/imports/lldapsdk.imp \
@$(LDAPSDK)/imports/lldapssl.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
include $(AP_WORK)\build\NWGNUtail.inc