NWGNUuniqueid revision 44f575c8cb19a7a5cd61664a7848be6bc197df02
5b99af0079813347d90c935ea540ed7f96dcea38Stéphane Graber# Make sure all needed macro's are defined
1609f0fbe1407e083f612a25475de2cb6b9954f7gza# Get the 'head' of the build environment if necessary. This includes default
cae3584efccc63f544c8748bd13d80e11bc79aefgza# targets and paths to tools
cae3584efccc63f544c8748bd13d80e11bc79aefgzaifndef EnvironmentDefined
cae3584efccc63f544c8748bd13d80e11bc79aefgzainclude $(AP_WORK)/build/NWGNUhead.inc
cae3584efccc63f544c8748bd13d80e11bc79aefgza# These directories will be at the beginning of the include list, followed by
cae3584efccc63f544c8748bd13d80e11bc79aefgzaXINCDIRS += \
cae3584efccc63f544c8748bd13d80e11bc79aefgza $(APR)/include \
cae3584efccc63f544c8748bd13d80e11bc79aefgza $(APRUTIL)/include \
cae3584efccc63f544c8748bd13d80e11bc79aefgza $(SRC)/include \
cae3584efccc63f544c8748bd13d80e11bc79aefgza# These flags will come after CFLAGS
cae3584efccc63f544c8748bd13d80e11bc79aefgzaXCFLAGS += \
cae3584efccc63f544c8748bd13d80e11bc79aefgza# 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)/uniqueid.nlm \
$(OBJDIR)/mod_unique_id.o \
$(OBJDIR)/libprews.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.
@aprlib.imp \
@httpd.imp \
@libc.imp \
FILES_nlm_Ximports += @ws2nlm.imp \
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
vpath %.c ../arch/netware
include $(APBUILD)/NWGNUtail.inc