NWGNUcernmeta revision 0662ed52e814f8f08ef0e09956413a792584eddf
8ebea46a72db798f14907a09fa8ce99422f01809Luke Smith# Make sure all needed macro's are defined
8ebea46a72db798f14907a09fa8ce99422f01809Luke Smith# Get the 'head' of the build environment if necessary. This includes default
8ebea46a72db798f14907a09fa8ce99422f01809Luke Smith# targets and paths to tools
8ebea46a72db798f14907a09fa8ce99422f01809Luke Smithifndef EnvironmentDefined
8ebea46a72db798f14907a09fa8ce99422f01809Luke Smithinclude $(AP_WORK)/build/NWGNUhead.inc
8ebea46a72db798f14907a09fa8ce99422f01809Luke Smith# These directories will be at the beginning of the include list, followed by
8ebea46a72db798f14907a09fa8ce99422f01809Luke SmithXINCDIRS += \
8ebea46a72db798f14907a09fa8ce99422f01809Luke Smith $(APR)/include \
8ebea46a72db798f14907a09fa8ce99422f01809Luke Smith $(APRUTIL)/include \
8ebea46a72db798f14907a09fa8ce99422f01809Luke Smith $(AP_WORK)/include \
8ebea46a72db798f14907a09fa8ce99422f01809Luke Smith# These flags will come after CFLAGS
# 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)/cernmeta.nlm \
$(OBJDIR)/mod_cern_meta.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 $(APBUILD)/NWGNUtail.inc