3 -DSRCDIR=\""$(abs_srcdir)"\" \
4 -DBUILDDIR=\""$(builddir)"\" \
5 $(SOUP_MAINTAINER_FLAGS) \
10 $(top_builddir)/libsoup/libsoup-2.4.la \
55 noinst_DATA = soup-tests.gresource
57 noinst_LTLIBRARIES = libtest.la
59 libtest_la_SOURCES = \
67 httpd_conf_in = httpd.conf.22.in
69 httpd_conf_in = httpd.conf.24.in
71 httpd.conf: $(httpd_conf_in)
72 $(AM_V_GEN) sed -e 's,[@]srcdir@,$(srcdir),' \
73 -e 's,[@]builddir@,$(builddir),' \
74 -e 's,[@]APACHE_MODULE_DIR@,$(APACHE_MODULE_DIR),' \
75 -e 's,[@]APACHE_PHP_MODULE_DIR@,$(APACHE_PHP_MODULE_DIR),' \
76 -e 's,[@]APACHE_PHP_MODULE@,$(APACHE_PHP_MODULE),' \
77 -e 's,[@]IF_HAVE_PHP@,$(IF_HAVE_PHP),' \
78 -e 's,[@]APACHE_SSL_MODULE_DIR@,$(APACHE_SSL_MODULE_DIR),' \
81 BUILT_SOURCES = httpd.conf
84 soup-tests.gresource: soup-tests.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/soup-tests.gresource.xml)
85 $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) $<
90 resources/html_binary.html \
95 resources/ps_binary.ps \
98 resources/text_binary.txt
107 soup-tests.gresource.xml \
113 DISTCLEANFILES = soup-tests.gresource httpd.conf
115 TESTS_ENVIRONMENT = \
116 SOUP_TESTS_IN_MAKE_CHECK=1
120 check-local: check-TESTS
122 if MISSING_REGRESSION_TEST_PACKAGES
124 @echo "NOTE: some tests were not run due to missing packages:" $(MISSING_REGRESSION_TEST_PACKAGES)
128 .PHONY: start-httpd kill-httpd
132 @$(APACHE_HTTPD) -d `pwd` -f httpd.conf -k start;
137 @if [ -f httpd.pid ]; then \
138 $(APACHE_HTTPD) -d `pwd` -f httpd.conf -k stop; \