# $Source: /mit/kerberos/src/appl/sample/RCS/Imakefile,v $
# $Author: jtkohl $
# $Header: Imakefile,v 4.0 89/01/23 09:53:27 jtkohl 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})
