NWGNUmakefile revision be5bd52e27f7609ecfa7b472935e1fb422f02c09
8499f3389c528698d6e4c32fe0e63d809267e953Eugen Kuksa# Declare the sub-directories to be built here
8499f3389c528698d6e4c32fe0e63d809267e953Eugen Kuksa $(APR_WORK) \
8499f3389c528698d6e4c32fe0e63d809267e953Eugen Kuksa# Get the 'head' of the build environment. This includes default targets and
8499f3389c528698d6e4c32fe0e63d809267e953Eugen Kuksa# paths to tools
8499f3389c528698d6e4c32fe0e63d809267e953Eugen Kuksainclude $(AP_WORK)\build\NWGNUhead.inc
8499f3389c528698d6e4c32fe0e63d809267e953Eugen Kuksa# build this level's files
8499f3389c528698d6e4c32fe0e63d809267e953Eugen Kuksa# Make sure all needed macro's are defined
8499f3389c528698d6e4c32fe0e63d809267e953Eugen Kuksa# These directories will be at the beginning of the include list, followed by
8499f3389c528698d6e4c32fe0e63d809267e953Eugen KuksaXINCDIRS += \
8499f3389c528698d6e4c32fe0e63d809267e953Eugen Kuksa $(APR)/include \
8499f3389c528698d6e4c32fe0e63d809267e953Eugen Kuksa $(APRUTIL)/include \
8499f3389c528698d6e4c32fe0e63d809267e953Eugen Kuksa $(AP_WORK)/include \
$(AP_WORK)/modules/mappers/ \
$(AP_WORK)/modules/proxy/ \
$(AP_WORK)/os/NetWare \
$(AP_WORK)/server/mpm/NetWare \
$(AP_WORK)/srclib/pcre \
# 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)/Apache2.nlm \
$(OBJDIR)/buildmark.o \
$(OBJDIR)/config.o \
$(OBJDIR)/connection.o \
$(OBJDIR)/core.o \
$(OBJDIR)/core_filters.o \
$(OBJDIR)/eoc_bucket.o \
$(OBJDIR)/error_bucket.o \
$(OBJDIR)/http_core.o \
$(OBJDIR)/http_protocol.o \
$(OBJDIR)/http_request.o \
$(OBJDIR)/byterange_filter.o \
$(OBJDIR)/chunk_filter.o \
$(OBJDIR)/http_etag.o \
$(OBJDIR)/http_filters.o \
$(OBJDIR)/listen.o \
$(OBJDIR)/log.o \
$(OBJDIR)/main.o \
$(OBJDIR)/mod_authz_host.o \
$(OBJDIR)/mod_alias.o \
$(OBJDIR)/mod_dir.o \
$(OBJDIR)/mod_env.o \
$(OBJDIR)/mod_include.o \
$(OBJDIR)/mod_log_config.o \
$(OBJDIR)/mod_mime.o \
$(OBJDIR)/mod_negotiation.o \
$(OBJDIR)/mod_netware.o \
$(OBJDIR)/mod_nw_ssl.o \
$(OBJDIR)/mod_setenvif.o \
$(OBJDIR)/mod_so.o \
$(OBJDIR)/modules.o \
$(OBJDIR)/mpm_common.o \
$(OBJDIR)/mpm_netware.o \
$(OBJDIR)/pcre.o \
$(OBJDIR)/protocol.o \
$(OBJDIR)/provider.o \
$(OBJDIR)/request.o \
$(OBJDIR)/scoreboard.o \
$(OBJDIR)/util.o \
$(OBJDIR)/util_cfgtree.o \
$(OBJDIR)/util_charset.o \
$(OBJDIR)/util_debug.o \
$(OBJDIR)/util_filter.o \
$(OBJDIR)/util_md5.o \
$(OBJDIR)/util_nw.o \
$(OBJDIR)/util_pcre.o \
$(OBJDIR)/util_script.o \
$(OBJDIR)/util_time.o \
$(OBJDIR)/util_xml.o \
$(OBJDIR)/vhost.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.
@netware.imp \
@$(APR)/aprlib.imp \
@libc.imp \
@ws2nlm.imp \
@$(NWOS)/httpd.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
-copy $(OBJDIR)\Apache2.nlm $(INSTALL)\Apache2\*.*
-copy docs\cgi-examples\printenv $(INSTALL)\Apache2\cgi-bin\printenv.pl
@echo rem copying the docs directories > xc.bat
@echo xcopy docs\error $(INSTALL)\Apache2\error $(XCOPYSW) >> xc.bat
@echo xcopy docs\docroot $(INSTALL)\Apache2\htdocs $(XCOPYSW) >> xc.bat
@echo xcopy docs\icons $(INSTALL)\Apache2\icons $(XCOPYSW) >> xc.bat
@echo xcopy docs\man $(INSTALL)\Apache2\man $(XCOPYSW) >> xc.bat
@echo xcopy docs\manual $(INSTALL)\Apache2\manual $(XCOPYSW) >> xc.bat
$(CMD) xc.bat
$(DEL) xc.bat
$(MAKE) -C srclib/pcre -f NWGNUMakefile
include $(AP_WORK)\build\NWGNUtail.inc