summaryrefslogtreecommitdiffstats
path: root/src/tests/Imakefile
blob: 10ab329dc8a5aae1344b00967b025e5b5c512658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$Source$
#	$Author$
#	$Id$
#
#  Copyright 1990 by the Massachusetts Institute of Technology.
#  All Rights Reserved.
# 
#  For copying and distribution information, please see the file
#  <krb5/copyright.h>.
# 
#define IHaveSubdirs
#define PassCDebugFlags
        DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
        SUBDIRS = jon

           OBJS = test1.o dump.o 

           SRCS = test1.c dump.c 

#ComplexProgramTarget(test)