1# $Id: Makefile.am,v 1.33 2002/09/10 19:59:25 joda Exp $ 2 3include $(top_srcdir)/Makefile.am.common 4 5SUBDIRS = kadm5 6 7noinst_PROGRAMS = bits make_crypto 8CHECK_LOCAL = 9 10INCLUDES += -DHOST=\"$(CANONICAL_HOST)\" 11 12include_HEADERS = krb5-types.h 13noinst_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 asn1.h \ 23 asn1_err.h \ 24 base64.h \ 25 com_err.h \ 26 com_right.h \ 27 crypto-headers.h\ 28 der.h \ 29 des.h \ 30 editline.h \ 31 err.h \ 32 getarg.h \ 33 glob.h \ 34 gssapi.h \ 35 hdb.h \ 36 hdb_asn1.h \ 37 hdb_err.h \ 38 heim_err.h \ 39 kafs.h \ 40 krb5-protos.h \ 41 krb5-private.h \ 42 krb5-types.h \ 43 krb5.h \ 44 krb5_err.h \ 45 md4.h \ 46 md5.h \ 47 rc4.h \ 48 otp.h \ 49 parse_time.h \ 50 parse_units.h \ 51 resolve.h \ 52 roken-common.h \ 53 roken.h \ 54 sha.h \ 55 sl.h \ 56 xdbm.h 57