From 396931c93e46f5d130f0df7044a9c0e63fd12ebd Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Fri, 8 Jan 2010 11:45:43 +0000 Subject: Tag 1.3.42 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/1.3@897175 13f79535-47bb-0310-9956-ffa450edef68 --- APACHE_1_3_42/NWGNUmakefile | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 APACHE_1_3_42/NWGNUmakefile (limited to 'APACHE_1_3_42/NWGNUmakefile') diff --git a/APACHE_1_3_42/NWGNUmakefile b/APACHE_1_3_42/NWGNUmakefile new file mode 100644 index 0000000000..10b7383345 --- /dev/null +++ b/APACHE_1_3_42/NWGNUmakefile @@ -0,0 +1,41 @@ +# +# Declare the sub-directories to be built here +# + +SUBDIRS = \ + src \ + $(EOLIST) + +# +# Get the 'head' of the build environment. This includes default targets and +# paths to tools +# + +include $(AP_WORK)\NWGNUhead.inc + +# +# build this level's files + +ifeq "$(wildcard NWGNUmakefile.mak)" "NWGNUmakefile.mak" +include NWGNUmakefile.mak +endif + +# +# You can use this target if all that is needed is to copy files to the +# installation area +# +install :: nlms FORCE + xcopy cgi-bin $(INSTALL)\Apache\cgi-bin /s/e/y + copy conf\access.conf-dist $(INSTALL)\Apache\conf\access.conf + copy conf\httpd.conf-dist-nw $(INSTALL)\Apache\conf\httpd.conf + copy conf\highperformance.conf-dist $(INSTALL)\Apache\conf\highperformance.conf + copy conf\magic $(INSTALL)\Apache\conf\magic + copy conf\mime.types $(INSTALL)\Apache\conf\mime.types + copy conf\srm.conf-dist $(INSTALL)\Apache\conf\srm.conf + copy ABOUT_APACHE $(INSTALL)\Apache\ABOUT_APACHE + copy src\CHANGES $(INSTALL)\Apache\CHANGES + copy LICENSE $(INSTALL)\Apache\LICENSE + copy README $(INSTALL)\Apache\README + copy NOTICE $(INSTALL)\Apache\NOTICE + xcopy htdocs $(INSTALL)\Apache\htdocs /s/e/y + xcopy icons $(INSTALL)\Apache\icons /s/e/y -- cgit v1.2.1