NWGNUvhost revision 16b55a35cff91315d261d1baa776138af465c4e4
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# Make sure all needed macro's are defined
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# Get the 'head' of the build environment if necessary. This includes default
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# targets and paths to tools
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amoreifndef EnvironmentDefined
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amoreinclude $(AP_WORK)\build\NWGNUhead.inc
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# These directories will be at the beginning of the include list, followed by
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore $(APR)/include \
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore $(APRUTIL)/include \
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore $(AP_WORK)/include \
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# These flags will come after CFLAGS
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# These defines will come after DEFINES
# 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)/vhost.nlm \
$(OBJDIR)/mod_vhost_alias.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