blob: c531054590ba729d1497c9f9ae142d770353782a (
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
|
# $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()
INCLUDES=-I.
OBJS= \
rc_base.o \
rc_dfl.o \
rc_io.o \
rcdef.o \
rc_conv.o
SRCS= \
rc_base.c \
rc_dfl.c \
rc_io.c \
rcdef.c \
rc_conv.c
OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS))
|