APXS_CFLAGS = -Wc,-Wall -Wc,-Werror COMPILE_APACHE_MOD = @APXS@ -c -I@GENX_DIR@ -L@GENX_DIR@ -lgenx $(APXS_CFLAGS) INSTALL_MOD_SHARED = @APXS@ -i all: mod_speedyfeed.la install: install-mods clean: @rm -rf mod_speedyfeed.la @rm -rf mod_speedyfeed.lo @rm -rf mod_speedyfeed.o @rm -rf mod_speedyfeed.slo @rm -rf .libs @if [ -e t/TEST ]; then ./t/TEST -clean; fi maintainer-clean: clean @rm -rf Makefile @rm -rf config @rm -rf config.log @rm -rf config.status @rm -rf configure @rm -rf t/htdocs/index.html @rm -rf t/conf/apache_test_config.pm @rm -rf t/conf/extra.conf @rm -rf t/conf/httpd.conf @rm -rf t/logs @rm -rf t/TEST t/TEST: @perl -MApache::TestMM -e "Apache::TestMM::generate_script('t/TEST')" check: mod_speedyfeed.la t/TEST @./t/TEST -apxs @APXS@ mod_speedyfeed.la: mod_speedyfeed.c $(COMPILE_APACHE_MOD) mod_speedyfeed.c install-mods: mod_speedyfeed.la $(INSTALL_MOD_SHARED) -n speedyfeed mod_speedyfeed.la