summaryrefslogtreecommitdiffstats
path: root/src/lib/krb425/Imakefile
blob: 1868618631b57fcf3124a7f15b96a73aff445552 (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
#	$Source$
#	$Author$
#	$Id$
#
#  Copyright 1990 by the Massachusetts Institute of Technology.
# 
#  For copying and distribution information, please see the file
#  <krb5/copyright.h>.
# 
NormalLibraryObjectRule()

INCLUDES=-I$(TOP)/include/kerberosIV

OBJS=	425data.o \
	425error.o \
	des_sched.o \
	err_txt.o \
	get_cred.o \
	get_krbhst.o \
	get_lrealm.o \
	get_phost.o \
	kn_parse.o \
	kntoln.o \
	kuserok.o \
	mk_priv.o \
	mk_req.o \
	mk_safe.o \
	net_read.o \
	net_write.o \
	rd_priv.o \
	rd_req.o \
	rd_safe.o \
	realmhost.o \
	recvauth.o \
	sendauth.o \
	set_key.o

SRCS=	425data.c \
	425error.c \
	des_sched.c \
	err_txt.c \
	get_cred.c \
	get_krbhst.c \
	get_lrealm.c \
	get_phost.c \
	kn_parse.c \
	kntoln.c \
	kuserok.c \
	mk_priv.c \
	mk_req.c \
	mk_safe.c \
	net_read.c \
	net_write.c \
	rd_priv.c \
	rd_req.c \
	rd_safe.c \
	realmhost.c \
	recvauth.c \
	sendauth.c \
	set_key.c

Krb5LibraryTarget(krb425,${OBJS})