mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 00:58:39 -04:00
libtoolize
This commit is contained in:
parent
28577e973b
commit
f508da4200
5 changed files with 12 additions and 12 deletions
|
|
@ -26,8 +26,8 @@ CINCLUDES = -I${srcdir}/../../../lib/isc/unix/include \
|
|||
CDEFINES =
|
||||
CWARNINGS =
|
||||
|
||||
LIBS = ../../../lib/dns/libdns.a \
|
||||
../../../lib/isc/libisc.a \
|
||||
LIBS = ../../../lib/dns/libdns.@A@ \
|
||||
../../../lib/isc/libisc.@A@ \
|
||||
../../../lib/tests/libt_api.a \
|
||||
@LIBS@
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ TARGETS = t_db
|
|||
@BIND9_MAKE_RULES@
|
||||
|
||||
t_db: t_db.o
|
||||
${CC} -o $@ t_db.o ${LIBS}
|
||||
${LIBTOOL} ${CC} -o $@ t_db.o ${LIBS}
|
||||
|
||||
test:
|
||||
-@./t_db -c @top_srcdir@/t_config -a >> ../t_journal 2>&1
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ DEPLIBS = ../../../lib/dns/libdns.@A@ \
|
|||
LIBS = ${DEPLIBS} \
|
||||
@LIBS@
|
||||
|
||||
TLIB = ../../../lib/tests/libt_api.@A@
|
||||
TLIB = ../../../lib/tests/libt_api.a
|
||||
|
||||
TARGETS = dst_test t_dst
|
||||
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ CINCLUDES = -I${srcdir}/../../../lib/isc/unix/include \
|
|||
CDEFINES =
|
||||
CWARNINGS =
|
||||
|
||||
DEPLIBS = ../../../lib/dns/libdns.a \
|
||||
../../../lib/isc/libisc.a \
|
||||
DEPLIBS = ../../../lib/dns/libdns.@A@ \
|
||||
../../../lib/isc/libisc.@A@ \
|
||||
../../../lib/tests/libt_api.a
|
||||
|
||||
LIBS = ${DEPLIBS} \
|
||||
|
|
@ -38,7 +38,7 @@ TARGETS = t_mem
|
|||
@BIND9_MAKE_RULES@
|
||||
|
||||
t_mem: t_mem.o ${DEPLIBS}
|
||||
${CC} -o $@ t_mem.o ${LIBS}
|
||||
${LIBTOOL} ${CC} -o $@ t_mem.o ${LIBS}
|
||||
|
||||
test:
|
||||
-@./t_mem -c @top_srcdir@/t_config >>@top_srcdir@/bin/tests/t_journal 2>&1
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ CWARNINGS =
|
|||
|
||||
DEPLIBS = ../../../lib/dns/libdns.@A@ \
|
||||
../../../lib/isc/libisc.@A@ \
|
||||
../../../lib/tests/libt_api.@A@
|
||||
../../../lib/tests/libt_api.a
|
||||
|
||||
LIBS = ${DEPLIBS} \
|
||||
@LIBS@
|
||||
|
|
@ -39,7 +39,7 @@ TARGETS = t_tasks
|
|||
@BIND9_MAKE_RULES@
|
||||
|
||||
t_tasks: t_tasks.o ${DEPLIBS}
|
||||
${CC} -o $@ t_tasks.o ${LIBS}
|
||||
${LIBTOOL} ${CC} -o $@ t_tasks.o ${LIBS}
|
||||
|
||||
test:
|
||||
-@./t_tasks -c @top_srcdir@/t_config >>@top_srcdir@/bin/tests/t_journal 2>&1
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ CINCLUDES = -I${srcdir}/../../../lib/isc/unix/include \
|
|||
CDEFINES =
|
||||
CWARNINGS =
|
||||
|
||||
LIBS = ../../../lib/dns/libdns.a \
|
||||
../../../lib/isc/libisc.a \
|
||||
LIBS = ../../../lib/dns/libdns.@A@ \
|
||||
../../../lib/isc/libisc.@A@ \
|
||||
../../../lib/tests/libt_api.a \
|
||||
@LIBS@
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ TARGETS = t_timers
|
|||
@BIND9_MAKE_RULES@
|
||||
|
||||
t_timers: t_timers.o
|
||||
${CC} -o $@ t_timers.o ${LIBS}
|
||||
${LIBTOOL} ${CC} -o $@ t_timers.o ${LIBS}
|
||||
|
||||
test:
|
||||
-@./t_timers -c @top_srcdir@/t_config -a >> ../t_journal 2>&1
|
||||
|
|
|
|||
Loading…
Reference in a new issue