blob: b30094f8d3b511a420a8cc670d90bacc86c9643b (
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
# $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= \
an_to_ln.o \
def_realm.o \
ccdefname.o \
free_krbhs.o \
free_hstrl.o \
full_ipadr.o \
get_krbhst.o \
gen_port.o \
gen_rname.o \
hst_realm.o \
ktdefname.o \
kuserok.o \
localaddr.o \
locate_kdc.o \
lock_file.o \
net_read.o \
net_write.o \
osconfig.o \
port2ip.o \
rnd_confoun.o \
read_pwd.o \
sendto_kdc.o \
sn2princ.o \
timeofday.o \
unlck_file.o \
ustime.o
SRCS= \
an_to_ln.c \
def_realm.c \
ccdefname.c \
free_krbhs.c \
free_hstrl.c \
full_ipadr.c \
get_krbhst.c \
gen_port.c \
gen_rname.c \
hst_realm.c \
ktdefname.c \
kuserok.c \
localaddr.c \
locate_kdc.c \
lock_file.c \
net_read.c \
net_write.c \
osconfig.c \
read_pwd.c \
port2ip.c \
rnd_confoun.c \
sendto_kdc.c \
sn2princ.c \
timeofday.c \
unlck_file.c \
ustime.c
Krb5LibraryTarget(os,${OBJS})
|