chiark / gitweb /
Better usage messages (and no default query domain) for adnstest.
[adns.git] / regress / Makefile.in
index 9a249c25ddd69fbac974af2e55c645d8b0aff9c1..606359ace9973e5c2ef6b1ae0222d1c1f567eedc 100644 (file)
@@ -27,12 +27,12 @@ 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)
 
-HARNLOBJS=     $(addsuffix _d.o, $(basename $(LIBOBJS))) $(LDLIBS)
+HARNLOBJS=     $(addsuffix _d.o, $(basename $(LIBOBJS)))
 ALLOBJS=       $(HARNLOBJS) dtest.o hrecord.o hplayback.o hcommon.o
 
 .PRECIOUS:     $(AUTOCSRCS)
@@ -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)