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.43;	author hartmans;	state Exp;
branches
	1.1.1.1;
next	;

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


desc
@@



1.1
log
@Initial revision
@
text
@
SRCDIR=DEST/
DESTDIR=DEST/
BACKDIR=../../../../PARENT/dest/
OPTIMIZE=-O
CC	= cc
#  Test programs
PROGS 	= \
	key_test \
	testit \
	verify

INCDIRS= -I${DESTDIR}include -I.. -I${BACKDIR}include
LDIRS= -L${DESTDIR}lib -L${DESTDIR}lib/afs -L.. -L${BACKDIR}lib -L${BACKDIR}lib/afs
utilib=${DESTDIR}lib/afs/util.a
LIBS= -ldes

CFLAGS = ${OPTIMIZE} ${INCDIRS} ${LDIRS} ${LIBS} ${XCFLAGS}

all system test: $(PROGS)

clean:
	rm -f *.o *.a testit verify key_test core

kinstall:
	@@echo No kernel source here.

testit: testit.o 
	${CC} ${CFLAGS} testit.o -o testit
verify: verify.o libdes.a
	${CC} ${CFLAGS} verify.o -o verify
key_test: key_test.o libdes.a
	${CC}  ${CFLAGS} key_test.o -o key_test

@


1.1.1.1
log
@Initial Import. 
@
text
@@
