X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=regress%2FMakefile.in;h=606359ace9973e5c2ef6b1ae0222d1c1f567eedc;hb=2345cc9b2cf1eb59444d33c17d443bd93c6a5743;hp=2055f08cb2c3de45b527da49b45f5ba709d40cc9;hpb=053b9ec6b3baf06c69318d6864e78417979eb78c;p=adns.git diff --git a/regress/Makefile.in b/regress/Makefile.in index 2055f08..606359a 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -27,7 +27,7 @@ include $(srcdir)/../src/adns.make DIRCFLAGS= -I$(srcdir)/../src HCPPFLAGS:= $(foreach F, \ - gettimeofday select \ + gettimeofday select poll \ socket fcntl connect close \ sendto recvfrom read write writev \ , -D$F=H$F) @@ -40,6 +40,8 @@ ALLOBJS= $(HARNLOBJS) dtest.o hrecord.o hplayback.o hcommon.o check: $(TARGETS) ./checkall +all install uninstall: + hrecord: adnstest_c.o hrecord.o hcommon.o $(HARNLOBJS) hplayback: adnstest_c.o hplayback.o hcommon.o $(HARNLOBJS)