include: add more generated files to CLEANFILES
[heimdal.git] / include / Makefile.am
blob52f0f46a959ece33a82c1619c11ff257777ea900
1 # $Id$
3 include $(top_srcdir)/Makefile.am.common
5 SUBDIRS = kadm5 hcrypto gssapi
7 noinst_PROGRAMS = bits
8 CHECK_LOCAL = no-check-local
10 AM_CPPFLAGS += -DHOST=\"$(CANONICAL_HOST)\"
12 nodist_include_HEADERS = krb5-types.h
14 noinst_HEADERS = heimqueue.h heim_threads.h crypto-headers.h
16 EXTRA_DIST = NTMakefile krb5-types.cross config.h.w32
18 if !CROSS_COMPILE
20 krb5-types.h: bits$(EXEEXT)
21         ./bits$(EXEEXT) krb5-types.h
23 else
25 krb5-types.h: krb5-types.cross
26         cp $(srcdir)/krb5-types.cross krb5-types.h
28 endif
30 CLEANFILES =                    \
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         cms_template_asn1.h     \
40         com_err.h               \
41         com_right.h             \
42         common_plugin.h         \
43         crmf_asn1.h             \
44         crmf_template_asn1.h    \
45         db_plugin.h             \
46         der-private.h           \
47         der-protos.h            \
48         der.h                   \
49         digest_asn1.h           \
50         digest_template_asn1.h  \
51         editline.h              \
52         err.h                   \
53         getarg.h                \
54         glob.h                  \
55         gss-preauth-protos.h    \
56         gss-preauth-private.h   \
57         gssapi.h                \
58         gssapi_asn1.h           \
59         gssapi_mech.h           \
60         gssapi/gssapi_preauth.h \
61         hdb-private.h           \
62         hdb-protos.h            \
63         hdb.h                   \
64         hdb_asn1.h              \
65         hdb_err.h               \
66         heim-ipc.h              \
67         heim_asn1.h             \
68         heim_err.h              \
69         heimbase.h              \
70         heimbase-svc.h          \
71         heimbase-protos.h       \
72         heimntlm-protos.h       \
73         heimntlm.h              \
74         hex.h                   \
75         hx509-private.h         \
76         hx509-protos.h          \
77         hx509.h                 \
78         hx509_err.h             \
79         k524_err.h              \
80         k5e1_err.h              \
81         kafs.h                  \
82         kcm-protos.h            \
83         kdc-private.h           \
84         kdc-protos.h            \
85         kdc.h                   \
86         krb5-private.h          \
87         krb5-protos.h           \
88         krb5-types.h            \
89         krb5.h                  \
90         krb5_asn1.h             \
91         krb5_template_asn1.h    \
92         krb5_ccapi.h            \
93         krb5_err.h              \
94         krb_err.h               \
95         kuserok_plugin.h        \
96         kx509_asn1.h            \
97         kx509_template_asn1.h   \
98         kx509_err.h             \
99         locate_plugin.h         \
100         login-protos.h          \
101         ntlm_err.h              \
102         ocsp_asn1.h             \
103         ocsp_template_asn1.h    \
104         otp.h                   \
105         parse_bytes.h           \
106         parse_time.h            \
107         parse_units.h           \
108         pkcs10_asn1.h           \
109         pkcs10_template_asn1.h  \
110         pkcs12_asn1.h           \
111         pkcs12_template_asn1.h  \
112         pkcs8_asn1.h            \
113         pkcs8_template_asn1.h   \
114         pkcs9_asn1.h            \
115         pkcs9_template_asn1.h   \
116         pkinit_asn1.h           \
117         pkinit_template_asn1.h  \
118         resolve.h               \
119         rfc2459_asn1.h          \
120         rfc2459_template_asn1.h \
121         rfc4108_asn1.h          \
122         rfc4108_template_asn1.h \
123         roken-common.h          \
124         roken.h                 \
125         rtbl.h                  \
126         send_to_kdc_plugin.h    \
127         sl.h                    \
128         sqlite3.h               \
129         sqlite3ext.h            \
130         test-mem.h              \
131         vers.h                  \
132         vis.h                   \
133         wind.h                  \
134         wind_err.h              \
135         kdc-plugin.h            \
136         kdc-audit.h             \
137         csr_authorizer_plugin.h \
138         gss_preauth_authorizer_plugin.h \
139         token_validator_plugin.h.h      \
140         xdbm.h                  \
141         x25519_ref10.h          \
142         x690sample_asn1.h       \
143         x690sample_template_asn1.h
145 DISTCLEANFILES =        \
146         version.h       \
147         version.h.in