add paranoid check for PORT and EPRT, make it default
[heimdal.git] / include / Makefile.am
blob0bb52c84bce83df3d1f5bb592eeb6df7bba218af
1 # $Id$
3 include $(top_srcdir)/Makefile.am.common
5 SUBDIRS = kadm5 hcrypto gssapi
7 noinst_PROGRAMS = bits make_crypto
8 CHECK_LOCAL = no-check-local
10 AM_CPPFLAGS += -DHOST=\"$(CANONICAL_HOST)\"
12 nodist_include_HEADERS = krb5-types.h
13 nodist_noinst_HEADERS = crypto-headers.h
15 krb5-types.h: bits$(EXEEXT)
16         ./bits$(EXEEXT) krb5-types.h
18 crypto-headers.h: make_crypto$(EXEEXT)
19         ./make_crypto$(EXEEXT) crypto-headers.h
21 CLEANFILES =                    \
22         asn1.h                  \
23         asn1_err.h              \
24         base64.h                \
25         cms_asn1.h              \
26         com_err.h               \
27         com_right.h             \
28         crypto-headers.h        \
29         der-protos.h            \
30         der.h                   \
31         digest_asn1.h           \
32         editline.h              \
33         err.h                   \
34         getarg.h                \
35         glob.h                  \
36         gssapi.h                \
37         hdb-protos.h            \
38         hdb.h                   \
39         hdb_asn1.h              \
40         hdb_err.h               \
41         heim_asn1.h             \
42         heim_err.h              \
43         heim_threads.h          \
44         heimntlm-protos.h       \
45         heimntlm.h              \
46         hex.h                   \
47         hx509-protos.h          \
48         hx509.h                 \
49         hx509_err.h             \
50         k524_err.h              \
51         kafs.h                  \
52         kdc-protos.h            \
53         kdc.h                   \
54         krb5-private.h          \
55         krb5-protos.h           \
56         krb5-types.h            \
57         krb5.h                  \
58         krb5_asn1.h             \
59         krb5_ccapi.h            \
60         krb5_err.h              \
61         krb_err.h               \
62         kx509_asn1.h            \
63         kx509_err.h             \
64         locate_plugin.h         \
65         otp.h                   \
66         parse_bytes.h           \
67         parse_time.h            \
68         parse_units.h           \
69         pkcs12_asn1.h           \
70         pkcs8_asn1.h            \
71         pkcs9_asn1.h            \
72         pkinit_asn1.h           \
73         resolve.h               \
74         rfc2459_asn1.h          \
75         roken-common.h          \
76         roken.h                 \
77         rtbl.h                  \
78         sl.h                    \
79         send_to_kdc_plugin.h    \
80         test-mem.h              \
81         vers.h                  \
82         vis.h                   \
83         wind.h                  \
84         wind_err.h              \
85         windc_plugin.h          \
86         xdbm.h
88 DISTCLEANFILES =        \
89         version.h       \
90         version.h.in