mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
DEPLIBS
This commit is contained in:
@@ -27,8 +27,10 @@ CINCLUDES = -I${srcdir}/../../../lib/isc/unix/include \
|
|||||||
CDEFINES =
|
CDEFINES =
|
||||||
CWARNINGS =
|
CWARNINGS =
|
||||||
|
|
||||||
LIBS = ../../../lib/dns/libdns.@A@ \
|
DEPLIBS = ../../../lib/dns/libdns.@A@ \
|
||||||
../../../lib/isc/libisc.@A@ \
|
../../../lib/isc/libisc.@A@
|
||||||
|
|
||||||
|
LIBS = ${DEPLIBS} \
|
||||||
@LIBS@
|
@LIBS@
|
||||||
|
|
||||||
TLIB = ../../../lib/tests/libt_api.@A@
|
TLIB = ../../../lib/tests/libt_api.@A@
|
||||||
@@ -42,7 +44,7 @@ SRCS = dst_test.c t_dst.c
|
|||||||
dst_test: dst_test.o
|
dst_test: dst_test.o
|
||||||
${LIBTOOL} ${CC} -o $@ dst_test.o ${LIBS}
|
${LIBTOOL} ${CC} -o $@ dst_test.o ${LIBS}
|
||||||
|
|
||||||
t_dst: t_dst.o ${LIBS} ${TLIB}
|
t_dst: t_dst.o ${DEPLIBS} ${TLIB}
|
||||||
${LIBTOOL} ${CC} -o $@ t_dst.o ${LIBS} ${TLIB}
|
${LIBTOOL} ${CC} -o $@ t_dst.o ${LIBS} ${TLIB}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
@@ -26,16 +26,18 @@ CINCLUDES = -I${srcdir}/../../../lib/isc/unix/include \
|
|||||||
CDEFINES =
|
CDEFINES =
|
||||||
CWARNINGS =
|
CWARNINGS =
|
||||||
|
|
||||||
LIBS = ../../../lib/dns/libdns.a \
|
DEPLIBS = ../../../lib/dns/libdns.a \
|
||||||
../../../lib/isc/libisc.a \
|
../../../lib/isc/libisc.a \
|
||||||
../../../lib/tests/libt_api.a \
|
../../../lib/tests/libt_api.a
|
||||||
|
|
||||||
|
LIBS = ${DEPLIBS} \
|
||||||
@LIBS@
|
@LIBS@
|
||||||
|
|
||||||
TARGETS = t_mem
|
TARGETS = t_mem
|
||||||
|
|
||||||
@BIND9_MAKE_RULES@
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
t_mem: t_mem.o ${LIBS}
|
t_mem: t_mem.o ${DEPLIBS}
|
||||||
${CC} -o $@ t_mem.o ${LIBS}
|
${CC} -o $@ t_mem.o ${LIBS}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
Reference in New Issue
Block a user