depend support
This commit is contained in:
@@ -17,8 +17,6 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
||||
@BIND9_VERSION@
|
||||
|
||||
CINCLUDES = -I${srcdir}/unix/include \
|
||||
-I${srcdir}/pthreads/include \
|
||||
-I${srcdir}/include \
|
||||
@@ -30,14 +28,13 @@ CWARNINGS =
|
||||
# Note: we are not using libtool with this library.
|
||||
OBJS = t_api.o
|
||||
|
||||
SRCS = t_api.c
|
||||
|
||||
SUBDIRS = include
|
||||
TARGETS = timestamp
|
||||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
version.o: version.c
|
||||
${CC} ${ALL_CFLAGS} -DVERSION=\"${VERSION}\" -c $<
|
||||
|
||||
libt_api.a: ${OBJS}
|
||||
${AR} cruv libt_api.a ${OBJS}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user