1# $Id$ 2 3include $(top_srcdir)/Makefile.am.common 4 5SUBDIRS = kadm5 hcrypto gssapi 6 7noinst_PROGRAMS = bits 8CHECK_LOCAL = no-check-local 9 10AM_CPPFLAGS += -DHOST=\"$(CANONICAL_HOST)\" 11 12nodist_include_HEADERS = krb5-types.h 13 14noinst_HEADERS = heim_threads.h crypto-headers.h 15 16EXTRA_DIST = NTMakefile krb5-types.cross 17 18if !CROSS_COMPILE 19 20krb5-types.h: bits$(EXEEXT) 21 ./bits$(EXEEXT) krb5-types.h 22 23else 24 25krb5-types.h: krb5-types.cross 26 cp $(srcdir)/krb5-types.cross krb5-types.h 27 28endif 29 30CLEANFILES = \ 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 ccache_plugin.h \ 41 der-protos.h \ 42 der-private.h \ 43 der.h \ 44 digest_asn1.h \ 45 editline.h \ 46 err.h \ 47 getarg.h \ 48 glob.h \ 49 gssapi.h \ 50 hdb-protos.h \ 51 hdb.h \ 52 hdb_asn1.h \ 53 hdb_err.h \ 54 heim-ipc.h \ 55 heim_asn1.h \ 56 heim_err.h \ 57 heimbase.h \ 58 heimntlm-protos.h \ 59 heimntlm.h \ 60 hex.h \ 61 hx509-protos.h \ 62 hx509.h \ 63 hx509_err.h \ 64 k524_err.h \ 65 kafs.h \ 66 kdc-protos.h \ 67 kdc.h \ 68 krb5-private.h \ 69 krb5-protos.h \ 70 krb5-types.h \ 71 krb5.h \ 72 krb5_asn1.h \ 73 krb5_ccapi.h \ 74 krb5_err.h \ 75 krb_err.h \ 76 kx509_asn1.h \ 77 kx509_err.h \ 78 locate_plugin.h \ 79 ntlm_err.h \ 80 ocsp_asn1.h \ 81 otp.h \ 82 parse_bytes.h \ 83 parse_time.h \ 84 parse_units.h \ 85 pkcs10_asn1.h \ 86 pkcs12_asn1.h \ 87 pkcs8_asn1.h \ 88 pkcs9_asn1.h \ 89 pkinit_asn1.h \ 90 resolve.h \ 91 rfc2459_asn1.h \ 92 roken-common.h \ 93 roken.h \ 94 rtbl.h \ 95 send_to_kdc_plugin.h \ 96 sl.h \ 97 test-mem.h \ 98 vers.h \ 99 vis.h \ 100 wind.h \ 101 wind_err.h \ 102 windc_plugin.h \ 103 xdbm.h 104 105DISTCLEANFILES = \ 106 version.h \ 107 version.h.in 108