]> git.karo-electronics.de Git - mdnsd.git/commitdiff
Added autotools support
authorOle Reinhardt <ole.reinhardt@kernelconcepts.de>
Thu, 20 Mar 2014 13:21:24 +0000 (14:21 +0100)
committerOle Reinhardt <ole.reinhardt@kernelconcepts.de>
Fri, 10 Mar 2017 14:36:54 +0000 (15:36 +0100)
Makefile [deleted file]

diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index 07f3d94..0000000
--- a/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: mhttp mquery
-
-mhttp: mhttp.c mdnsd.c rfc1035.c dns_sd_txt.c shash.c
-       $(CC) -D_GNU_SOURCE -Wall -Wextra -Wno-pointer-sign -g -o mhttp mhttp.c mdnsd.c rfc1035.c dns_sd_txt.c shash.c
-
-mquery: mquery.c mdnsd.c rfc1035.c dns_sd_txt.c shash.c
-       $(CC) -D_GNU_SOURCE -Wall -Wextra -Wno-pointer-sign -g -o mquery mquery.c mdnsd.c rfc1035.c dns_sd_txt.c shash.c
-
-netwatch: netwatch.c
-       $(CC) -D_GNU_SOURCE -Wall -Wextra -DNETWATCH_MAIN -g -o $@ $<
-
-clean:
-       rm -f mquery mhttp netwatch