From: Guenter Knauf Date: Thu, 22 Mar 2007 15:29:03 +0000 (+0000) Subject: removed obsolete stuff which is done by APR makefiles. X-Git-Tag: 2.3.0~1857 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=459c6eccea8f6894dab4a6c3ca47810040f3782d;p=apache removed obsolete stuff which is done by APR makefiles. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521309 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile index 582c2c9332..7709b9c052 100644 --- a/build/NWGNUmakefile +++ b/build/NWGNUmakefile @@ -16,9 +16,6 @@ include $(AP_WORK)\build\NWGNUhead.inc # build this level's files FILES_prebuild_headers = \ - $(APR)/include/apr.h \ - $(APRUTIL)/include/apu.h \ - $(APRUTIL)/include/apr_ldap.h \ $(PCRE)/config.h \ $(PCRE)/pcre.h \ $(EOLIST) @@ -32,7 +29,7 @@ $(NWOS)/httpd.imp : make_nw_export.awk nw_export.i nw_export.i : nw_export.inc $(FILES_prebuild_headers) cc.opt @echo Generating $(subst /,\,$@) $(CC) $< @cc.opt - + cc.opt : NWGNUmakefile $(AP_WORK)\build\NWGNUenvironment.inc $(AP_WORK)\build\NWGNUtail.inc $(AP_WORK)\build\NWGNUhead.inc $(CHK) $@ $(DEL) $@ @echo -P >> $@ @@ -50,14 +47,6 @@ cc.opt : NWGNUmakefile $(AP_WORK)\build\NWGNUenvironment.inc $(AP_WORK)\build\NW @echo -I$(APRUTIL)\include >> $@ @echo -ir $(NOVELLLIBC) >> $@ -$(APR)/include/%.h: $(subst /,\,$(APR))\include\%.hnw - @echo Creating $(subst /,\,$@) - copy $< $(subst /,\,$(APR))\include\$(@F) - -$(APRUTIL)/include/%.h: $(subst /,\,$(APRUTIL))\include\%.hnw - @echo Creating $(subst /,\,$@) - copy $< $(subst /,\,$(APRUTIL))\include\$(@F) - $(PCRE)/%.h: $(subst /,\,$(PCRE))\%.hw @echo Creating $(subst /,\,$@) copy $< $(subst /,\,$(PCRE))\$(@F) @@ -67,16 +56,13 @@ $(PCRE)/%.h: $(subst /,\,$(PCRE))\%.hw # installation area # install :: nlms FORCE - clean :: - $(CHK) nw_export.i $(DEL) nw_export.i - $(CHK) cc.opt $(DEL) cc.opt - $(CHK) NWGNUversion.inc $(DEL) NWGNUversion.inc - $(CHK) $(subst /,\,$(APR))\include\apr.h $(DEL) $(subst /,\,$(APR))\include\apr.h - $(CHK) $(subst /,\,$(APRUTIL))\include\apu.h $(DEL) $(subst /,\,$(APRUTIL))\include\apu.h - $(CHK) $(subst /,\,$(APRUTIL))\include\apr_ldap.h $(DEL) $(subst /,\,$(APRUTIL))\include\apr_ldap.h $(CHK) $(subst /,\,$(PCRE))\config.h $(DEL) $(subst /,\,$(PCRE))\config.h $(CHK) $(subst /,\,$(PCRE))\pcre.h $(DEL) $(subst /,\,$(PCRE))\pcre.h $(CHK) $(subst /,\,$(NWOS))\httpd.imp $(DEL) $(subst /,\,$(NWOS))\httpd.imp + $(CHK) nw_export.i $(DEL) nw_export.i + $(CHK) cc.opt $(DEL) cc.opt + $(CHK) NWGNUversion.inc $(DEL) NWGNUversion.inc +