# Makefile for mod_cvs - apxs version # $Id: Makefile,v 1.6 1999/05/12 12:44:38 main Exp $ # Using ideas from auth_ldap (Copyright (C), 1998, Enbridge Pipelines Inc.) # Thanks to Bear Giles (bear@coyotesong.com) for the tip # No configuration needs to be done below this point (hopefully) mod_cvs.so: mod_cvs.c apxs -c ${INCLUDES} ${LIBS} mod_cvs.c all: mod_cvs.so install: mod_cvs.so apxs -i mod_cvs.so run: install apachectl stop sleep 1 apachectl start clean: rm -f *~ core ${OBJS} mod_cvs.so