# $Id$ APXS=@APXS@ APACHECTL=@APACHECTL@ LIBS=-Wl,"@LIBS@" @AVAHI_LIBS@ CFLAGS=-Wc,"@CFLAGS@" @AVAHI_CFLAGS@ all: mod_dnssd.la mod_dnssd.la: @srcdir@/mod_dnssd.c $(APXS) -c $(CFLAGS) $(LIBS) $< install: mod_dnssd.la $(APXS) -i -a mod_dnssd.la clean: rm -rf *.o *.so *.loT .deps/ *.la *.lo *.slo .libs/ reload: install restart start: $(APACHECTL) start restart: $(APACHECTL) restart stop: $(APACHECTL) stop mostlyclean: clean distclean: clean maintainer-clean: clean rm -f Makefile Makefile: @srcdir@/Makefile.in (cd .. && ./config.status ) .PHONY: all install clean reload start restart stop mostlyclean distclean maintainer-clean distdir