clean ccache_plugin.h
[heimdal.git] / include / Makefile.am
blobe37cba709fb15cbf174f18c2115395ab68a87807
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 = heim_threads.h crypto-headers.h
16 EXTRA_DIST = krb5-types.cross
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         asn1.h                  \
32         asn1-common.h           \
33         asn1-template.h         \
34         asn1_err.h              \
35         base64.h                \
36         ccache_plugin.h         \
37         cms_asn1.h              \
38         crmf_asn1.h             \
39         com_err.h               \
40         com_right.h             \
41         der-protos.h            \
42         der-private.h           \
43         der.h                   \
44         digest_asn1.h           \
45         editline.h              \
46         err.h                   \
47         getarg.h                \
48         glob.h                  \
49         gssapi.h                \
50         hdb-protos.h            \
51         hdb.h                   \
52         hdb_asn1.h              \
53         hdb_err.h               \
54         heim-ipc.h              \
55         heim_asn1.h             \
56         heim_err.h              \
57         heimntlm-protos.h       \
58         heimntlm.h              \
59         hex.h                   \
60         hx509-protos.h          \
61         hx509.h                 \
62         hx509_err.h             \
63         k524_err.h              \
64         kafs.h                  \
65         kdc-protos.h            \
66         kdc.h                   \
67         krb5-private.h          \
68         krb5-protos.h           \
69         krb5-types.h            \
70         krb5.h                  \
71         krb5_asn1.h             \
72         krb5_ccapi.h            \
73         krb5_err.h              \
74         krb_err.h               \
75         kx509_asn1.h            \
76         kx509_err.h             \
77         locate_plugin.h         \
78         otp.h                   \
79         ocsp_asn1.h             \
80         parse_bytes.h           \
81         parse_time.h            \
82         parse_units.h           \
83         pkcs12_asn1.h           \
84         pkcs8_asn1.h            \
85         pkcs9_asn1.h            \
86         pkcs10_asn1.h           \
87         pkinit_asn1.h           \
88         resolve.h               \
89         rfc2459_asn1.h          \
90         roken-common.h          \
91         roken.h                 \
92         rtbl.h                  \
93         sl.h                    \
94         send_to_kdc_plugin.h    \
95         test-mem.h              \
96         vers.h                  \
97         vis.h                   \
98         wind.h                  \
99         wind_err.h              \
100         windc_plugin.h          \
101         xdbm.h
103 DISTCLEANFILES =        \
104         version.h       \
105         version.h.in