Commit 963624f0 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

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
parent bb1ced8e
Loading
Loading
Loading
Loading
+5 −19
Original line number Diff line number Diff line
@@ -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) 
@@ -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)
@@ -68,15 +57,12 @@ $(PCRE)/%.h: $(subst /,\,$(PCRE))\%.hw
#
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