# $Id: Imakefile,v 1.2 1996/06/12 21:28:26 bg Exp $
#
# Copyright 1987, 1988 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.

# Imakefile for sample application.

SRCDIR=${SRCTOP}/appl/sample

SRCS=sample_client.c sample_server.c simple_client.c simple_server.c \
	simple.h

CODE=$(SRCS) Imakefile

genutil(sample_client,sample_client.o,${KRB_LIBDEP} ${DES_LIBDEP},${KRB_LIB} ${DES_LIB})
genutil(sample_server,sample_server.o,${KRB_LIBDEP} ${DES_LIBDEP},${KRB_LIB} ${DES_LIB})
genutil(simple_client,simple_client.o,${KRB_LIBDEP} ${DES_LIBDEP},${KRB_LIB} ${DES_LIB})
genutil(simple_server,simple_server.o,${KRB_LIBDEP} ${DES_LIBDEP},${KRB_LIB} ${DES_LIB})
