From 56b9485f26d6811e9afe9e45ccecd5bfeb33c1a7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 19 Jan 2006 01:00:17 +0000 Subject: add autoconf stuff git-svn-id: file:///home/lennart/svn/public/mod_dnssd/trunk@11 634eccf8-0006-0410-930e-e16565b0b7de --- Makefile | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 4156e3b..0000000 --- a/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $Id$ - -APXS=/usr/bin/apxs2 -APACHECTL=apache2ctl -LIBS=$(shell pkg-config --libs avahi-client) -CFLAGS=$(shell pkg-config --cflags avahi-client) - -all: mod_dnssd.la - -mod_dnssd.la: mod_dnssd.c - $(APXS) -c $(CFLAGS) $(LIBS) mod_dnssd.c - -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 - -.PHONY: all install clean reload start restart stop -- cgit