# $Source: /afs/nada.kth.se/src/packages/kth-krb/SourceRepository/krb4/appl/sample/Imakefile,v $
# $Author: d91-jda $
# $Header: /afs/nada.kth.se/src/packages/kth-krb/SourceRepository/krb4/appl/sample/Imakefile,v 1.1.1.1 1995/10/23 11:17:43 d91-jda 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})
