blob: a9f8ea4fc562bdb73036f379c670ec11a7bd288b (
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
|
# $Source$
# $Author$
# $Id$
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
# For copying and distribution information, please see the file
# <krb5/copyright.h>.
#
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
SRCS = fcc_close.c fcc_destry.c fcc_eseq.c \
fcc_gennew.c fcc_getnam.c fcc_gprin.c fcc_init.c \
fcc_nseq.c fcc_read.c fcc_reslv.c fcc_retrv.c \
fcc_sseq.c fcc_store.c fcc_skip.c fcc_ops.c fcc_write.c \
fcc_sflags.c
all:: ${OBJS}
OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS))
|