##
##  Makefile -- Build procedure for sample mod_dav_fs_diskquota Apache module
##  Autogenerated via ``apxs -n mod_dav_fs_diskquota -g''.
##

builddir=.
top_srcdir=/usr/share/apache2
top_builddir=/usr/share/apache2
include /usr/share/apache2/build/special.mk

#   the used tools
APXS=apxs2
APACHECTL=apache2ctl

TARGET=mod_dav_fs_diskquota.so

#   the default target
all: local-shared-build

#   install the shared object file into Apache 
install: install-modules

#   cleanup
clean:
	-rm -f mod_dav_fs_diskquota.o mod_dav_fs_diskquota.lo mod_dav_fs_diskquota.slo mod_dav_fs_diskquota.la 

#   simple test
test: reload
	lynx -mime_header http://localhost/mod_dav_fs_diskquota

#   install and activate shared object by reloading Apache to
#   force a reload of the shared object file
reload: install restart

#   the general Apache start/restart/stop
#   procedures
start:
	$(APACHECTL) start
restart:
	$(APACHECTL) restart
stop:
	$(APACHECTL) stop

