depend support

This commit is contained in:
Bob Halley
1999-07-13 21:56:59 +00:00
parent 0886b450e7
commit 56b40c0185
7 changed files with 32 additions and 5 deletions

View File

@@ -54,6 +54,25 @@ TARGETS = res_test \
dispatch_test \
dispatch_tcp_test
SRCS = res_test.c \
lex_test.c \
name_test.c \
sock_test.c \
sym_test.c \
task_test.c \
shutdown_test.c \
timer_test.c \
rbt_test.c \
rdata_test.c \
rwlock_test.c \
wire_test.c \
master_test.c \
db_test.c \
compress_test.c \
mempool_test.c \
dispatch_test.c \
dispatch_tcp_test.c
@BIND9_MAKE_RULES@
res_test: res_test.o ${ISCDEPLIBS} ${DNSDEPLIBS}

View File

@@ -32,6 +32,8 @@ LIBS = ../../../lib/dns/libdns.@A@ \
TARGETS = dst_test
SRCS = dst_test.c
@BIND9_MAKE_RULES@
dst_test: dst_test.o

View File

@@ -34,6 +34,8 @@ LIBS = ../../../lib/dns/libdns.@A@ \
TARGETS = t_master
SRCS = t_master.c
@BIND9_MAKE_RULES@
t_master: t_master.o

View File

@@ -34,6 +34,8 @@ LIBS = ../../../lib/dns/libdns.@A@ \
TARGETS = t_names
SRCS = t_names.c
@BIND9_MAKE_RULES@
t_names: t_names.o

View File

@@ -34,6 +34,8 @@ LIBS = ../../../lib/dns/libdns.@A@ \
TARGETS = t_rbt
SRCS = t_rbt.c
@BIND9_MAKE_RULES@
t_rbt: t_rbt.o