Reads some config file directives; simple test program created.
[adns] / src / Makefile
diff --git a/src/Makefile b/src/Makefile
new file mode 100644 (file)
index 0000000..7e5312e
--- /dev/null
@@ -0,0 +1,10 @@
+CC=gcc $(WARNS) $(WERROR) $(OPTIMISE) $(DEBUG)
+DEBUG=-g
+OPTIMISE=-O2
+WARNS= -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes \
+       -Wcast-qual -Wpointer-arith
+WERROR=-Werror
+
+all:           dtest
+
+dtest:         dtest.o adns.o