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