Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / util / test / Makefile.in
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
4 # This software has been released under the terms of the IBM Public
5 # License. For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 srcdir=@srcdir@
9 include @TOP_OBJDIR@/src/config/Makefile.config
10 include @TOP_OBJDIR@/src/config/Makefile.lwp
11
12
13
14 CFLAGS = -I. -I.. -I${SRCDIR}/include ${XCFLAGS} ${ARCHFLAGS} ${DBG}
15
16 tests: test_ktime ktest dirpath_test
17
18 ktests.o: ktests.c ../ktime.h
19
20 ktest: ktest.o ../util.a
21 $(AFS_LDRULE) ktest.o ../util.a ${XLIBS}
22
23 test_ktime.o: test_ktime.c ../ktime.h
24
25 test_ktime: test_ktime.o ../util.a
26 $(AFS_LDRULE) test_ktime.o ../util.a ${XLIBS}
27
28 dirpath_test: dirpath_test.o ../util.a
29 $(AFS_LDRULE) dirpath_test.o ../util.a ${XLIBS}
30
31 b64: b64.o ../util.a
32 $(AFS_LDRULE) b64.o ../util.a ${XLIBS}
33
34 fb64: fb64.o ../util.a
35 $(AFS_LDRULE) fb64.o ../util.a ${XLIBS}