Makefile.in revision f03dbdf787054ac7bb3ba5aa78c654e4c1b113d2
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. ClulowSUBDIRS = srclib os server modules support
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. ClulowCLEAN_SUBDIRS = test
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. ClulowPROGRAM_NAME = $(progname)
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. ClulowPROGRAM_SOURCES = modules.c
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. ClulowPROGRAM_LDADD = buildmark.o $(HTTPD_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS) $(LIBS)
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. ClulowPROGRAM_PRELINK = $(COMPILE) -c $(top_srcdir)/server/buildmark.c
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. ClulowPROGRAM_DEPENDENCIES = \
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. Clulow $(BUILTIN_LIBS) \
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. ClulowPROGRAMS = $(PROGRAM_NAME)
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. ClulowTARGETS = $(PROGRAMS) $(shared_build) $(other_targets)
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. ClulowINSTALL_TARGETS = install-conf install-htdocs install-error install-icons \
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. Clulow install-other install-cgi install-include install-suexec install-build \
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. ClulowDISTCLEAN_TARGETS = include/ap_config_auto.h include/ap_config_layout.h \
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. Clulow modules.c config.cache config.log config.status build/config_vars.mk \
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. Clulow build/rules.mk docs/conf/httpd.conf docs/conf/extra/*.conf shlibtool \
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. ClulowEXTRACLEAN_TARGETS = configure include/ap_config_auto.h.in generated_lists \
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. Clulowinclude $(top_builddir)/build/rules.mk
37c79205ad46187f54b2edbf6a468160935f14d9Joshua M. Clulowinclude $(top_srcdir)/build/program.mk
@$(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir)/original/extra
@cd $(top_srcdir)/docs/conf; \
for i in mime.types magic; do \
if [ "$$i" = "httpd.conf" ]; then \
# Create a sanitized config_vars.mk
install-build: build/config_vars.out
@for f in $(top_builddir)/config.nice \
$(top_srcdir)/build/mkdir.sh \
$(top_srcdir)/build/instdso.sh; do \
htdocs-srcdir = $(top_srcdir)/docs/docroot
@if test -d $(top_srcdir)/docs/manual/build; then \
doxygen $(top_srcdir)/docs/doxygen.conf
cd $(DESTDIR)$(htdocsdir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) ; \
test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) ; \
test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) ; \
test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
file=httpd.dll; \
$(srcdir)/os/$(OS_DIR)/os.h \
$(srcdir)/server/mpm/$(MPM_SUBDIR_NAME)/*.h \
$(srcdir)/modules/aaa/mod_auth.h \
$(srcdir)/modules/dav/main/mod_dav.h \
$(srcdir)/modules/filters/mod_include.h \
$(srcdir)/modules/generators/mod_cgi.h \
$(srcdir)/modules/generators/mod_status.h \
$(srcdir)/modules/loggers/mod_log_config.h \
$(srcdir)/modules/http/mod_core.h \
$(srcdir)/modules/proxy/mod_proxy.h \
$(srcdir)/modules/ssl/mod_ssl.h \
@cp -p $(top_srcdir)/docs/man/*.1 $(DESTDIR)$(mandir)/man1
@cp -p $(top_srcdir)/docs/man/*.8 $(DESTDIR)$(mandir)/man8
@(cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir))
@(cd $(DESTDIR)$(manualdir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null ) || true
@if test -f $(builddir)/support/suexec; then \
$(INSTALL_PROGRAM) $(top_builddir)/support/suexec $(DESTDIR)$(sbindir); \
@rm -rf autom4te.cache
include $(top_srcdir)/os/os2/core.mk