# $Header: /afs/net.mit.edu/project/krb4/src/lib/kstream/RCS/Imakefile,v 1.1 92/11/10 14:48:30 tytso Exp Locker: tytso $
#
# Copyright 1992 by Cygnus Support.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# Imakefile for encrypted-stream library.

#ifdef NOENCRYPTION
SRCS = kstream.c
OBJECTS	= kstream.o
#else
SRCS = kstream.c kstream-des.c
OBJECTS	= kstream.o kstream-des.o
#endif

SRCDIR=$(SRCTOP)/lib/kstream
CODE=$(SRCS) Imakefile kstream-int.h

all::

depend:: ${CODE} 

library_obj_rule()

install_library_target(kstream,$(OBJECTS),$(SRCS),$(KRB_LINTLIB) $(DES_LINTLIB))
