mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:30:00 -04:00
add wire_test; remove generated targets on distclean
This commit is contained in:
parent
e4cf160c38
commit
3d7e707dd6
1 changed files with 6 additions and 2 deletions
|
|
@ -20,13 +20,17 @@ TARGETS = name_test \
|
|||
sym_test \
|
||||
lex_test \
|
||||
task_test \
|
||||
timer_test
|
||||
timer_test \
|
||||
wire_test
|
||||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
name_test: name_test.o ../../lib/isc/libisc.a ../../lib/dns/libdns.a
|
||||
${CC} -o $@ name_test.o ${LIBS}
|
||||
|
||||
wire_test: wire_test.o ../../lib/isc/libisc.a ../../lib/dns/libdns.a
|
||||
${CC} -o $@ wire_test.o ${LIBS}
|
||||
|
||||
rwlock_test: rwlock_test.o ../../lib/isc/libisc.a ../../lib/dns/libdns.a
|
||||
${CC} -o $@ rwlock_test.o ${LIBS}
|
||||
|
||||
|
|
@ -45,5 +49,5 @@ task_test: task_test.o ../../lib/isc/libisc.a ../../lib/dns/libdns.a
|
|||
timer_test: timer_test.o ../../lib/isc/libisc.a ../../lib/dns/libdns.a
|
||||
${CC} -o $@ timer_test.o ${LIBS}
|
||||
|
||||
clean::
|
||||
clean distclean::
|
||||
rm -f ${TARGETS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue