NWGNUmakefile revision 0a39e7683f6611d66c55712f50bb240428d832a1
97a9a944b5887e91042b019776c41d5dd74557aferikabele# Declare the sub-directories to be built here
97a9a944b5887e91042b019776c41d5dd74557aferikabele# Get the 'head' of the build environment. This includes default targets and
97a9a944b5887e91042b019776c41d5dd74557aferikabele# paths to tools
06ba4a61654b3763ad65f52283832ebf058fdf1csliveinclude $(AP_WORK)\build\NWGNUhead.inc
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# build this level's files
117c1f888a14e73cdd821dc6c23eb0411144a41cnd# Make sure all needed macro's are defined
117c1f888a14e73cdd821dc6c23eb0411144a41cnd# These directories will be at the beginning of the include list, followed by
$(AP_WORK)/srclib/apr/include \
$(AP_WORK)/srclib/include/arch/NetWare \
$(AP_WORK)/srclib/apr-util/include \
$(AP_WORK)/os/NetWare \
$(AP_WORK)/server/mpm/NetWare \
$(AP_WORK)/srclib/pcre \
$(AP_WORK)/modules/dav/main \
# These flags will be added to the link.opt file
XDCData $(NWOS)\apache.xdc \
# $(AP_WORK)\build\NWGNUenvironment.inc
$(OBJDIR)/moddavfs.nlm \
$(OBJDIR)/mod_dav_fs.o \
$(OBJDIR)/dbm.o \
$(OBJDIR)/lock.o \
$(OBJDIR)/repos.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.
@libc.imp \
@$(APR)/aprlib.imp \
@httpd.imp \
@ws2nlm.imp \
@../main/dav.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
copy $(OBJDIR)\moddavfs.nlm $(INSTALL)\Apache2\modules
$(CC) $< -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
include $(AP_WORK)\build\NWGNUtail.inc