No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / heimdal / include / Makefile.am
blobe00f7b5dbaccf2a8a7c034e967027b5a6f7e68ff
1 # $Heimdal: Makefile.am 22396 2008-01-01 19:35:05Z lha $
2 # $NetBSD$
4 include $(top_srcdir)/Makefile.am.common
6 SUBDIRS = kadm5 hcrypto gssapi
8 noinst_PROGRAMS = bits make_crypto
9 CHECK_LOCAL = no-check-local
11 AM_CPPFLAGS += -DHOST=\"$(CANONICAL_HOST)\"
13 nodist_include_HEADERS = krb5-types.h
14 nodist_noinst_HEADERS = crypto-headers.h
16 krb5-types.h: bits$(EXEEXT)
17         ./bits$(EXEEXT) krb5-types.h
19 crypto-headers.h: make_crypto$(EXEEXT)
20         ./make_crypto$(EXEEXT) crypto-headers.h
22 CLEANFILES =                    \
23         cms_asn1.h              \
24         der-protos.h            \
25         digest_asn1.h           \
26         hdb-protos.h            \
27         heim_asn1.h             \
28         heim_threads.h          \
29         hex.h                   \
30         hx509-protos.h          \
31         hx509.h                 \
32         hx509_err.h             \
33         kx509_asn1.h            \
34         kx509_err.h             \
35         k524_err.h              \
36         kdc-protos.h            \
37         kdc.h                   \
38         krb5_asn1.h             \
39         krb5_ccapi.h            \
40         parse_bytes.h           \
41         pkcs12_asn1.h           \
42         pkcs8_asn1.h            \
43         pkcs9_asn1.h            \
44         pkinit_asn1.h           \
45         rfc2459_asn1.h          \
46         rtbl.h                  \
47         test-mem.h              \
48         vers.h                  \
49         vis.h                   \
50         asn1.h                  \
51         asn1_err.h              \
52         base64.h                \
53         com_err.h               \
54         com_right.h             \
55         crypto-headers.h        \
56         der.h                   \
57         editline.h              \
58         err.h                   \
59         getarg.h                \
60         glob.h                  \
61         gssapi.h                \
62         hdb.h                   \
63         hdb_asn1.h              \
64         hdb_err.h               \
65         heim_err.h              \
66         heimntlm.h              \
67         heimntlm-protos.h       \
68         kafs.h                  \
69         krb_err.h               \
70         krb5-protos.h           \
71         krb5-private.h          \
72         krb5-types.h            \
73         krb5.h                  \
74         krb5_err.h              \
75         otp.h                   \
76         parse_time.h            \
77         parse_units.h           \
78         resolve.h               \
79         roken-common.h          \
80         roken.h                 \
81         sl.h                    \
82         windc_plugin.h          \
83         locate_plugin.h         \
84         xdbm.h
86 DISTCLEANFILES =        \
87         version.h       \
88         version.h.in