depend support

This commit is contained in:
Bob Halley
1999-07-13 21:56:59 +00:00
parent 0886b450e7
commit 56b40c0185
7 changed files with 32 additions and 5 deletions

View File

@@ -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}