1# $Id: Makefile.am,v 1.31 2000/07/02 16:08:29 assar Exp $ 2 3include $(top_srcdir)/Makefile.am.common 4 5SUBDIRS = kadm5 6 7noinst_PROGRAMS = bits 8CHECK_LOCAL = 9 10INCLUDES = -DHOST=\"$(CANONICAL_HOST)\" 11 12include_HEADERS = krb5-types.h 13 14krb5-types.h: bits$(EXEEXT) 15 ./bits$(EXEEXT) krb5-types.h 16 17CLEANFILES = \ 18 asn1.h \ 19 asn1_err.h \ 20 base64.h \ 21 com_err.h \ 22 com_right.h \ 23 der.h \ 24 des.h \ 25 editline.h \ 26 err.h \ 27 getarg.h \ 28 glob.h \ 29 gssapi.h \ 30 hdb.h \ 31 hdb_asn1.h \ 32 hdb_err.h \ 33 heim_err.h \ 34 kafs.h \ 35 krb5-protos.h \ 36 krb5-private.h \ 37 krb5-types.h \ 38 krb5.h \ 39 krb5_err.h \ 40 md4.h \ 41 md5.h \ 42 rc4.h \ 43 otp.h \ 44 parse_time.h \ 45 parse_units.h \ 46 resolve.h \ 47 roken-common.h \ 48 roken.h \ 49 sha.h \ 50 sl.h \ 51 xdbm.h 52