X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=regress%2FMakefile.in;h=d41cf29eee8c0eb545e1f0775b6fbacf486f305f;hb=e22eb8c7e434da83b8fae9bd6937a79fe86836de;hp=5da4e2891fd53fee4867e4e8bc4242ef36519a40;hpb=67a57aae0e981c235a2cb8d27214a3d4213ff941;p=adns.git diff --git a/regress/Makefile.in b/regress/Makefile.in index 5da4e28..d41cf29 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -1,11 +1,10 @@ -# regress/Makefile - regression test Makefile +# regress/Makefile[.in] - regression test Makefile # -# This file is -# Copyright (C) 1997-2000 Ian Jackson -# -# It is part of adns, which is -# Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# This file is part of adns, which is +# Copyright (C) 1997-2000,2003,2006 Ian Jackson +# Copyright (C) 1999-2000,2003,2006 Tony Finch +# Copyright (C) 1991 Massachusetts Institute of Technology +# (See the file INSTALL for full details.) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,7 +23,9 @@ srcdir= @srcdir@ VPATH= @srcdir@ -CLIENTS= adnstest adnshost adnslogres adnsresfilter +PROGS_SYSDEP= @PROGS_HAVE_TSEARCH@ + +CLIENTS= adnstest adnshost adnslogres $(PROGS_SYSDEP) AUTOCHDRS= harness.h hsyscalls.h hredirect.h AUTOCSRCS= hrecord.c hplayback.c hcommon.c include $(srcdir)/../settings.make @@ -59,10 +60,10 @@ adnshost_%: $(ADH_OBJS) h%.o $(HARNLOBJS) $(LINK_CMD) %_d.o: $(srcdir)/../src/%.c hredirect.h - $(CC) $(HCPPFLAGS) -c -g -o $@ $< + $(CC) $(CFLAGS) $(HCPPFLAGS) -c -g -o $@ $< %_c.o: $(srcdir)/../client/%.c hredirect.h - $(CC) $(HCPPFLAGS) -I $(srcdir)/../src -c -g -o $@ $< + $(CC) $(CFLAGS) $(HCPPFLAGS) -I $(srcdir)/../src -c -g -o $@ $< $(ALL_OBJS): $(srcdir)/../src/adns.h $(srcdir)/../src/internal.h $(ALL_OBJS): harness.h hsyscalls.h