AUTOMAKE_OPTIONS=foreign EXTRA_DIST=mod_cvs.c LICENSE.AFL ChangeLog mod_cvs.spec 0mod_cvs.conf SUBDIRS=doc all: mod_cvs.la mod_cvs.la: mod_cvs.c $(APXS) -c mod_cvs.c execdir=`$(APXS) -q LIBEXECDIR` install: mod_cvs.la mkdir -p $(DESTDIR)$(execdir) $(APXS) -i -S LIBEXECDIR=$(DESTDIR)$(execdir) mod_cvs.la clean: rm -rf *.loT .libs *.la *.lo *.o *.slo