summaryrefslogtreecommitdiffstats
path: root/contrib/queryperf/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/queryperf/Makefile.in')
-rw-r--r--contrib/queryperf/Makefile.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/contrib/queryperf/Makefile.in b/contrib/queryperf/Makefile.in
new file mode 100644
index 0000000..6e16cad
--- /dev/null
+++ b/contrib/queryperf/Makefile.in
@@ -0,0 +1,28 @@
+# Copyright (C) 2000, 2001 Nominum, Inc. All Rights Reserved.
+
+CC = @CC@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+DEFS = @DEFS@
+
+queryperf: queryperf.o $(LIBOBJS)
+ $(CC) $(CFLAGS) $(DEFS) $(LDFLAGS) queryperf.o $(LIBOBJS) $(LIBS) -lm -o queryperf
+
+queryperf.o: queryperf.c
+ $(CC) $(CFLAGS) $(DEFS) -c queryperf.c
+
+# under missing subdir
+getaddrinfo.o: ./missing/getaddrinfo.c
+ $(CC) $(CFLAGS) -c ./missing/$*.c
+
+getnameinfo.o: ./missing/getnameinfo.c
+ $(CC) $(CFLAGS) -c ./missing/$*.c
+
+clean:
+ rm -f *.o queryperf
+
+distclean: clean
+ rm -f config.log
+ rm -f config.cache
+ rm -f config.status
+ rm -f Makefile