NWGNUauthnzldap revision c23e501e3dfa4414a310ae311073bb64649c63ee
8f1316a0c677f211eaaa1346e21a03446b8c4fb1Lukas Slebodnik# Make sure all needed macro's are defined
8f1316a0c677f211eaaa1346e21a03446b8c4fb1Lukas Slebodnik# Get the 'head' of the build environment if necessary. This includes default
8f1316a0c677f211eaaa1346e21a03446b8c4fb1Lukas Slebodnik# targets and paths to tools
8f1316a0c677f211eaaa1346e21a03446b8c4fb1Lukas Slebodnikifndef EnvironmentDefined
8f1316a0c677f211eaaa1346e21a03446b8c4fb1Lukas Slebodnikinclude $(AP_WORK)\build\NWGNUhead.inc
8f1316a0c677f211eaaa1346e21a03446b8c4fb1Lukas Slebodnik# These directories will be at the beginning of the include list, followed by
8f1316a0c677f211eaaa1346e21a03446b8c4fb1Lukas Slebodnik $(AP_WORK)/include \
8f1316a0c677f211eaaa1346e21a03446b8c4fb1Lukas Slebodnik# These flags will come after CFLAGS
8f1316a0c677f211eaaa1346e21a03446b8c4fb1Lukas Slebodnik# These defines will come after DEFINES
8f1316a0c677f211eaaa1346e21a03446b8c4fb1Lukas Slebodnik# 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)/authnzldap.nlm \
$(OBJDIR)/mod_authnz_ldap.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 \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
include $(AP_WORK)\build\NWGNUtail.inc