mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
depend support
This commit is contained in:
@@ -40,6 +40,9 @@ TARGETS = named
|
|||||||
OBJS = server.o udpclient.o tcpclient.o printmsg.o \
|
OBJS = server.o udpclient.o tcpclient.o printmsg.o \
|
||||||
interfacemgr.o
|
interfacemgr.o
|
||||||
|
|
||||||
|
SRCS = server.c udpclient.c tcpclient.c \
|
||||||
|
interfacemgr.c
|
||||||
|
|
||||||
@BIND9_MAKE_RULES@
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
printmsg.o: ${srcdir}/../tests/printmsg.c
|
printmsg.o: ${srcdir}/../tests/printmsg.c
|
||||||
|
@@ -54,6 +54,25 @@ TARGETS = res_test \
|
|||||||
dispatch_test \
|
dispatch_test \
|
||||||
dispatch_tcp_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@
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
res_test: res_test.o ${ISCDEPLIBS} ${DNSDEPLIBS}
|
res_test: res_test.o ${ISCDEPLIBS} ${DNSDEPLIBS}
|
||||||
|
@@ -32,6 +32,8 @@ LIBS = ../../../lib/dns/libdns.@A@ \
|
|||||||
|
|
||||||
TARGETS = dst_test
|
TARGETS = dst_test
|
||||||
|
|
||||||
|
SRCS = dst_test.c
|
||||||
|
|
||||||
@BIND9_MAKE_RULES@
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
dst_test: dst_test.o
|
dst_test: dst_test.o
|
||||||
|
@@ -34,6 +34,8 @@ LIBS = ../../../lib/dns/libdns.@A@ \
|
|||||||
|
|
||||||
TARGETS = t_master
|
TARGETS = t_master
|
||||||
|
|
||||||
|
SRCS = t_master.c
|
||||||
|
|
||||||
@BIND9_MAKE_RULES@
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
t_master: t_master.o
|
t_master: t_master.o
|
||||||
|
@@ -34,6 +34,8 @@ LIBS = ../../../lib/dns/libdns.@A@ \
|
|||||||
|
|
||||||
TARGETS = t_names
|
TARGETS = t_names
|
||||||
|
|
||||||
|
SRCS = t_names.c
|
||||||
|
|
||||||
@BIND9_MAKE_RULES@
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
t_names: t_names.o
|
t_names: t_names.o
|
||||||
|
@@ -34,6 +34,8 @@ LIBS = ../../../lib/dns/libdns.@A@ \
|
|||||||
|
|
||||||
TARGETS = t_rbt
|
TARGETS = t_rbt
|
||||||
|
|
||||||
|
SRCS = t_rbt.c
|
||||||
|
|
||||||
@BIND9_MAKE_RULES@
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
t_rbt: t_rbt.o
|
t_rbt: t_rbt.o
|
||||||
|
@@ -17,8 +17,6 @@ srcdir = @srcdir@
|
|||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
@BIND9_VERSION@
|
|
||||||
|
|
||||||
CINCLUDES = -I${srcdir}/unix/include \
|
CINCLUDES = -I${srcdir}/unix/include \
|
||||||
-I${srcdir}/pthreads/include \
|
-I${srcdir}/pthreads/include \
|
||||||
-I${srcdir}/include \
|
-I${srcdir}/include \
|
||||||
@@ -30,14 +28,13 @@ CWARNINGS =
|
|||||||
# Note: we are not using libtool with this library.
|
# Note: we are not using libtool with this library.
|
||||||
OBJS = t_api.o
|
OBJS = t_api.o
|
||||||
|
|
||||||
|
SRCS = t_api.c
|
||||||
|
|
||||||
SUBDIRS = include
|
SUBDIRS = include
|
||||||
TARGETS = timestamp
|
TARGETS = timestamp
|
||||||
|
|
||||||
@BIND9_MAKE_RULES@
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
version.o: version.c
|
|
||||||
${CC} ${ALL_CFLAGS} -DVERSION=\"${VERSION}\" -c $<
|
|
||||||
|
|
||||||
libt_api.a: ${OBJS}
|
libt_api.a: ${OBJS}
|
||||||
${AR} cruv libt_api.a ${OBJS}
|
${AR} cruv libt_api.a ${OBJS}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user