chiark
/
gitweb
/
~mdw
/
adns
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Various improvements and more code; post-crash.
[adns]
/
src
/
Makefile.in
1
CC=gcc $(WARNS) $(WERROR) $(OPTIMISE) $(DEBUG)
2
DEBUG=-g
3
OPTIMISE=-O2
4
WARNS= -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes \
5
-Wcast-qual -Wpointer-arith
6
WERROR=-Werror
7
8
all: dtest
9
10
dtest: dtest.o event.o query.o setup.o submit.o
11
12
%.o: adns-internal.h adns.h