Submitted by: Greg Stein
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87441
13f79535-47bb-0310-9956-
ffa450edef68
install-include:
@echo Installing header files
@test -d $(includedir) || $(MKINSTALLDIRS) $(includedir)
- @test -d $(includedir)/xml || $(MKINSTALLDIRS) $(includedir)
- @test -d $(includedir)/pcre || $(MKINSTALLDIRS) $(includedir)
- @test -d $(includedir)/apr || $(MKINSTALLDIRS) $(includedir)
- @test -d $(includedir)/apr-util || $(MKINSTALLDIRS) $(includedir)
@cp -p include/*.h $(srcdir)/include/*.h $(includedir)
@cp -p $(srcdir)/os/$(OS_DIR)/os.h $(includedir)
@if test -f $(srcdir)/os/$(OS_DIR)/os-inline.c; then \