xref: /netbsd-src/crypto/external/bsd/heimdal/dist/include/Makefile.am (revision b9d004c6cc8d38329417ae29768c81e5f2a296cf)
1# Id
2
3include $(top_srcdir)/Makefile.am.common
4
5SUBDIRS = kadm5 hcrypto gssapi
6
7noinst_PROGRAMS = bits
8CHECK_LOCAL = no-check-local
9
10AM_CPPFLAGS += -DHOST=\"$(CANONICAL_HOST)\"
11
12nodist_include_HEADERS = krb5-types.h
13
14noinst_HEADERS = heim_threads.h crypto-headers.h
15
16EXTRA_DIST = NTMakefile krb5-types.cross config.h.w32
17
18if !CROSS_COMPILE
19
20krb5-types.h: bits$(EXEEXT)
21	./bits$(EXEEXT) krb5-types.h
22
23else
24
25krb5-types.h: krb5-types.cross
26	cp $(srcdir)/krb5-types.cross krb5-types.h
27
28endif
29
30CLEANFILES =			\
31	an2ln_plugin.h		\
32	asn1-common.h		\
33	asn1-template.h		\
34	asn1.h			\
35	asn1_err.h		\
36	base64.h		\
37	ccache_plugin.h		\
38	cms_asn1.h 		\
39	com_err.h		\
40	com_right.h		\
41	crmf_asn1.h		\
42	db_plugin.h		\
43	der-private.h 		\
44	der-protos.h 		\
45	der.h			\
46	digest_asn1.h 		\
47	editline.h		\
48	err.h			\
49	getarg.h		\
50	glob.h			\
51	gssapi.h		\
52	gssapi_mech.h		\
53	hdb-private.h		\
54	hdb-protos.h		\
55	hdb.h			\
56	hdb_asn1.h		\
57	hdb_err.h		\
58	heim-ipc.h		\
59	heim_asn1.h		\
60	heim_err.h		\
61	heimbase.h		\
62	heimntlm-protos.h	\
63	heimntlm.h		\
64	hex.h			\
65	hx509-private.h		\
66	hx509-protos.h		\
67	hx509.h			\
68	hx509_err.h		\
69	k524_err.h		\
70	kafs.h			\
71	kcm-protos.h		\
72	kdc-private.h		\
73	kdc-protos.h		\
74	kdc.h			\
75	krb5-private.h		\
76	krb5-protos.h		\
77	krb5-types.h		\
78	krb5.h			\
79	krb5_asn1.h		\
80	krb5_ccapi.h		\
81	krb5_err.h		\
82	krb_err.h		\
83	kx509_asn1.h		\
84	kx509_err.h		\
85	locate_plugin.h		\
86	login-protos.h		\
87	ntlm_err.h		\
88	ocsp_asn1.h		\
89	otp.h			\
90	parse_bytes.h		\
91	parse_time.h		\
92	parse_units.h		\
93	pkcs10_asn1.h		\
94	pkcs12_asn1.h		\
95	pkcs8_asn1.h		\
96	pkcs9_asn1.h		\
97	pkinit_asn1.h		\
98	resolve.h		\
99	rfc2459_asn1.h		\
100	roken-common.h		\
101	roken.h			\
102	rtbl.h			\
103	send_to_kdc_plugin.h	\
104	sl.h			\
105	sqlite3.h		\
106	sqlite3ext.h		\
107	test-mem.h		\
108	vers.h			\
109	vis.h			\
110	wind.h			\
111	wind_err.h		\
112	windc_plugin.h		\
113	xdbm.h
114
115DISTCLEANFILES = 	\
116	version.h	\
117	version.h.in
118