From 9aa669090e978dce5e1f4d1ca9d23a4d92208518 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 13 Feb 2005 17:01:51 +0000 Subject: 1. made fastcgi support optional 2. added 'plain' cgi support (kingate 0.0.1 required for it) 3. bumped version to 0.0.1 4. excluded doxygen 'dox' target from 'all' --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 68f550d..fb04e49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,21 +7,16 @@ pkgconfigdir=@PKGCONFIG_DIR@ pkgconfig_DATA=sitecing.pc endif -LOCAL_TARGETS= +all-local: NEWS if HAVE_DOXYGEN -LOCAL_TARGETS+=doxygen +clean-local: + rm -rf doxydox endif -all-local: NEWS $(addprefix all-lota-,${LOCAL_TARGETS}) -clean-local: $(addprefix clean-lota-,${LOCAL_TARGETS}) - NEWS: NEWS.xsl NEWS.xml ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml -all-lota-doxygen: doxydox/built -doxydox/built: $(wildcard ${top_srcdir}/include/sitecing/*.h) +if HAVE_DOXYGEN +dox: ${DOXYGEN} - touch $@ - -clean-lota-doxygen: - rm -rf doxydox +endif -- cgit v0.9.0.2