head	1.1;
branch	1.1.1;
access;
symbols
	openafs_debian_version_1_0-1:1.1.1.1
	openafs_upstream_version_1_0:1.1.1.1
	source-dist:1.1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.1
date	2000.11.02.03.35.58;	author hartmans;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.11.02.03.35.58;	author hartmans;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@
include ../../config/Makefile.${SYS_NAME}

CFLAGS = -I. -I.. -I${SRCDIR}include ${XCFLAGS} -g

tests: test_ktime ktest dirpath_test

ktests.o: ktests.c ../ktime.h
	${CC} ${CFLAGS} -c ktests.c

ktest: ktest.o ../util.a
	${CC} ${CFLAGS} -o ktest ktest.o ../util.a ${XLIBS}

test_ktime.o: test_ktime.c ../ktime.h
	${CC} ${CFLAGS} -c test_ktime.c

test_ktime: test_ktime.o ../util.a
	${CC} ${CFLAGS} -o test_ktime test_ktime.o ../util.a ${XLIBS}

dirpath_test: dirpath_test.o ../util.a 
	${CC} dirpath_test.o  ${CFLAGS} -o dirpath_test ../util.a ${XLIBS}

b64: b64.o ../util.a
	${CC} b64.o ${CFLAGS} -o b64 ../util.a ${XLIBS}

fb64: fb64.o ../util.a
	${CC} fb64.o ${CFLAGS} -o fb64 ../util.a ${XLIBS}
@


1.1.1.1
log
@Initial Import. 
@
text
@@
