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