aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/file/Imakefile
blob: 6a8685a01b395b286203ef76e3212ac33519cc8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#	$Source$
#	$Author$
#	$Id$
#
#  Copyright 1990,1991 by the Massachusetts Institute of Technology.
#  All Rights Reserved.
# 
# Export of this software from the United States of America may
#   require a specific license from the United States Government.
#   It is the responsibility of any person or organization contemplating
#   export to obtain such a license before exporting.
# 
# WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
# distribute this software and its documentation for any purpose and
# without fee is hereby granted, provided that the above copyright
# notice appear in all copies and that both that copyright notice and
# this permission notice appear in supporting documentation, and that
# the name of M.I.T. not be used in advertising or publicity pertaining
# to distribution of the software without specific, written prior
# permission.  M.I.T. makes no representations about the suitability of
# this software for any purpose.  It is provided "as is" without express
# or implied warranty.
# 
# 
NormalLibraryObjectRule()

OBJS 	= fcc_close.o fcc_destry.o fcc_eseq.o \
	fcc_gennew.o fcc_getnam.o fcc_gprin.o fcc_init.o \
	fcc_nseq.o fcc_read.o fcc_reslv.o fcc_retrv.o \
	fcc_sseq.o fcc_store.o fcc_skip.o fcc_ops.o fcc_write.o \
	fcc_sflags.o fcc_defops.o fcc_errs.o fcc_maybe.o

SRCS 	= $(SRCDIR)fcc_close.c $(SRCDIR)fcc_destry.c $(SRCDIR)fcc_eseq.c \
	$(SRCDIR)fcc_gennew.c $(SRCDIR)fcc_getnam.c $(SRCDIR)fcc_gprin.c \
	$(SRCDIR)fcc_init.c $(SRCDIR)fcc_nseq.c $(SRCDIR)fcc_read.c      \
	$(SRCDIR)fcc_reslv.c $(SRCDIR)fcc_retrv.c $(SRCDIR)fcc_sseq.c    \
	$(SRCDIR)fcc_store.c $(SRCDIR)fcc_skip.c $(SRCDIR)fcc_ops.c      \
	$(SRCDIR)fcc_write.c $(SRCDIR)fcc_sflags.c $(SRCDIR)fcc_defops.c \
	$(SRCDIR)fcc_errs.c $(SRCDIR)fcc_maybe.c

all:: ${OBJS}

SubdirLibraryRule($(OBJS))

DependTarget()