blob: 3d82b3331e14b6aff91aa809530cd81ed30a684c (
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
|
# $Source$
# $Author$
# $Id$
#
# Copyright 1990,1991 by the Massachusetts Institute of Technology.
# All Rights Reserved.
#
# 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 fcc_defops.o fcc_errs.o fcc_maybe.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 fcc_defops.c fcc_errs.c fcc_maybe.c
all:: ${OBJS}
OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS))
|