(strpoolcollect): allow p == NULL, return the empty string (allocated)
[heimdal.git] / include / Makefile.am
blobea01311bfe10c019f43194294caa0c18026a20f1
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         heimntlm-protos.h       \
44         heimntlm.h              \
45         hex.h                   \
46         hx509-protos.h          \
47         hx509.h                 \
48         hx509_err.h             \
49         k524_err.h              \
50         kafs.h                  \
51         kdc-protos.h            \
52         kdc.h                   \
53         krb5-private.h          \
54         krb5-protos.h           \
55         krb5-types.h            \
56         krb5.h                  \
57         krb5_asn1.h             \
58         krb5_ccapi.h            \
59         krb5_err.h              \
60         krb_err.h               \
61         kx509_asn1.h            \
62         kx509_err.h             \
63         locate_plugin.h         \
64         otp.h                   \
65         parse_bytes.h           \
66         parse_time.h            \
67         parse_units.h           \
68         pkcs12_asn1.h           \
69         pkcs8_asn1.h            \
70         pkcs9_asn1.h            \
71         pkinit_asn1.h           \
72         resolve.h               \
73         rfc2459_asn1.h          \
74         roken-common.h          \
75         roken.h                 \
76         rtbl.h                  \
77         sl.h                    \
78         send_to_kdc_plugin.h    \
79         test-mem.h              \
80         vers.h                  \
81         vis.h                   \
82         wind.h                  \
83         wind_err.h              \
84         windc_plugin.h          \
85         xdbm.h
87 DISTCLEANFILES =        \
88         version.h       \
89         version.h.in