Makefile.am revision 285830
1146040Stjr# $Id$
2250724Sjkim
3146040Stjrinclude $(top_srcdir)/Makefile.am.common
4146040Stjr
5218SconklinSUBDIRS = kadm5 hcrypto gssapi
6126209Sache
7146040Stjrnoinst_PROGRAMS = bits
8146040StjrCHECK_LOCAL = no-check-local
9146040Stjr
10218SconklinAM_CPPFLAGS += -DHOST=\"$(CANONICAL_HOST)\"
11126209Sache
12218Sconklinnodist_include_HEADERS = krb5-types.h
13126209Sache
14146040Stjrnoinst_HEADERS = heim_threads.h crypto-headers.h
15218Sconklin
16146040StjrEXTRA_DIST = NTMakefile krb5-types.cross
17250724Sjkim
18250724Sjkimif !CROSS_COMPILE
19218Sconklin
20218Sconklinkrb5-types.h: bits$(EXEEXT)
21146040Stjr	./bits$(EXEEXT) krb5-types.h
22218Sconklin
23218Sconklinelse
24250724Sjkim
25250724Sjkimkrb5-types.h: krb5-types.cross
26250724Sjkim	cp $(srcdir)/krb5-types.cross krb5-types.h
27218Sconklin
28218Sconklinendif
29126209Sache
30126209SacheCLEANFILES =			\
31126209Sache	asn1.h			\
32126209Sache	asn1-common.h		\
33126209Sache	asn1-template.h		\
34126209Sache	asn1_err.h		\
35126209Sache	base64.h		\
36126209Sache	cms_asn1.h 		\
37126209Sache	crmf_asn1.h		\
38126209Sache	com_err.h		\
39126209Sache	com_right.h		\
40126209Sache	ccache_plugin.h		\
41126209Sache	der-protos.h 		\
42126209Sache	der-private.h 		\
43126209Sache	der.h			\
44126209Sache	digest_asn1.h 		\
45126209Sache	editline.h		\
46126209Sache	err.h			\
47126209Sache	getarg.h		\
48126209Sache	glob.h			\
49126209Sache	gssapi.h		\
50218Sconklin	hdb-protos.h		\
51146040Stjr	hdb.h			\
52218Sconklin	hdb_asn1.h		\
53218Sconklin	hdb_err.h		\
54146040Stjr	heim-ipc.h		\
55146040Stjr	heim_asn1.h		\
56146040Stjr	heim_err.h		\
57146040Stjr	heimbase.h		\
58131543Stjr	heimntlm-protos.h	\
59250724Sjkim	heimntlm.h		\
60250724Sjkim	hex.h			\
61250724Sjkim	hx509-protos.h		\
62126209Sache	hx509.h			\
63146040Stjr	hx509_err.h		\
64218Sconklin	k524_err.h		\
65146040Stjr	kafs.h			\
66146040Stjr	kdc-protos.h		\
67146040Stjr	kdc.h			\
68218Sconklin	krb5-private.h		\
69146040Stjr	krb5-protos.h		\
70146040Stjr	krb5-types.h		\
71146040Stjr	krb5.h			\
72146040Stjr	krb5_asn1.h		\
73146040Stjr	krb5_ccapi.h		\
74126209Sache	krb5_err.h		\
75126209Sache	krb_err.h		\
76126209Sache	kx509_asn1.h		\
77	kx509_err.h		\
78	locate_plugin.h		\
79	ntlm_err.h		\
80	ocsp_asn1.h		\
81	otp.h			\
82	parse_bytes.h		\
83	parse_time.h		\
84	parse_units.h		\
85	pkcs10_asn1.h		\
86	pkcs12_asn1.h		\
87	pkcs8_asn1.h		\
88	pkcs9_asn1.h		\
89	pkinit_asn1.h		\
90	resolve.h		\
91	rfc2459_asn1.h		\
92	roken-common.h		\
93	roken.h			\
94	rtbl.h			\
95	send_to_kdc_plugin.h	\
96	sl.h			\
97	test-mem.h		\
98	vers.h			\
99	vis.h			\
100	wind.h			\
101	wind_err.h		\
102	windc_plugin.h		\
103	xdbm.h
104
105DISTCLEANFILES = 	\
106	version.h	\
107	version.h.in
108