mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
DEPLIBS
This commit is contained in:
@@ -26,16 +26,19 @@ CINCLUDES = -I${srcdir}/../../../lib/isc/unix/include \
|
|||||||
CDEFINES =
|
CDEFINES =
|
||||||
CWARNINGS =
|
CWARNINGS =
|
||||||
|
|
||||||
LIBS = ../../../lib/dns/libdns.a \
|
|
||||||
../../../lib/isc/libisc.a \
|
DEPLIBS = ../../../lib/dns/libdns.@A@ \
|
||||||
../../../lib/tests/libt_api.a \
|
../../../lib/isc/libisc.@A@ \
|
||||||
|
../../../lib/tests/libt_api.@A@
|
||||||
|
|
||||||
|
LIBS = ${DEPLIBS} \
|
||||||
@LIBS@
|
@LIBS@
|
||||||
|
|
||||||
TARGETS = t_tasks
|
TARGETS = t_tasks
|
||||||
|
|
||||||
@BIND9_MAKE_RULES@
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
t_tasks: t_tasks.o ${LIBS}
|
t_tasks: t_tasks.o ${DEPLIBS}
|
||||||
${CC} -o $@ t_tasks.o ${LIBS}
|
${CC} -o $@ t_tasks.o ${LIBS}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
Reference in New Issue
Block a user