freebsd-src/crypto/heimdal/include/Makefile.am

108 lines
1.6 KiB
Makefile
Raw Normal View History

2011-10-05 08:23:29 +01:00
# $Id$
include $(top_srcdir)/Makefile.am.common
2008-05-07 14:39:42 +01:00
SUBDIRS = kadm5 hcrypto gssapi
2011-10-05 08:23:29 +01:00
noinst_PROGRAMS = bits
2008-05-07 14:39:42 +01:00
CHECK_LOCAL = no-check-local
2008-05-07 14:39:42 +01:00
AM_CPPFLAGS += -DHOST=\"$(CANONICAL_HOST)\"
2008-05-07 14:39:42 +01:00
nodist_include_HEADERS = krb5-types.h
2011-10-05 08:23:29 +01:00
noinst_HEADERS = heim_threads.h crypto-headers.h
EXTRA_DIST = NTMakefile krb5-types.cross
if !CROSS_COMPILE
krb5-types.h: bits$(EXEEXT)
./bits$(EXEEXT) krb5-types.h
2011-10-05 08:23:29 +01:00
else
krb5-types.h: krb5-types.cross
cp $(srcdir)/krb5-types.cross krb5-types.h
endif
2008-05-07 14:39:42 +01:00
CLEANFILES = \
asn1.h \
2011-10-05 08:23:29 +01:00
asn1-common.h \
asn1-template.h \
2008-05-07 14:39:42 +01:00
asn1_err.h \
base64.h \
2011-10-05 08:23:29 +01:00
cms_asn1.h \
crmf_asn1.h \
2008-05-07 14:39:42 +01:00
com_err.h \
com_right.h \
2011-10-05 08:23:29 +01:00
ccache_plugin.h \
der-protos.h \
der-private.h \
2008-05-07 14:39:42 +01:00
der.h \
2011-10-05 08:23:29 +01:00
digest_asn1.h \
2008-05-07 14:39:42 +01:00
editline.h \
err.h \
getarg.h \
glob.h \
gssapi.h \
2011-10-05 08:23:29 +01:00
hdb-protos.h \
2008-05-07 14:39:42 +01:00
hdb.h \
hdb_asn1.h \
hdb_err.h \
2011-10-05 08:23:29 +01:00
heim-ipc.h \
heim_asn1.h \
2008-05-07 14:39:42 +01:00
heim_err.h \
2011-10-05 08:23:29 +01:00
heimbase.h \
2008-05-07 14:39:42 +01:00
heimntlm-protos.h \
2011-10-05 08:23:29 +01:00
heimntlm.h \
hex.h \
hx509-protos.h \
hx509.h \
hx509_err.h \
k524_err.h \
2008-05-07 14:39:42 +01:00
kafs.h \
2011-10-05 08:23:29 +01:00
kdc-protos.h \
kdc.h \
2008-05-07 14:39:42 +01:00
krb5-private.h \
2011-10-05 08:23:29 +01:00
krb5-protos.h \
2008-05-07 14:39:42 +01:00
krb5-types.h \
krb5.h \
2011-10-05 08:23:29 +01:00
krb5_asn1.h \
krb5_ccapi.h \
2008-05-07 14:39:42 +01:00
krb5_err.h \
2011-10-05 08:23:29 +01:00
krb_err.h \
kx509_asn1.h \
kx509_err.h \
locate_plugin.h \
ntlm_err.h \
ocsp_asn1.h \
2008-05-07 14:39:42 +01:00
otp.h \
2011-10-05 08:23:29 +01:00
parse_bytes.h \
2008-05-07 14:39:42 +01:00
parse_time.h \
parse_units.h \
2011-10-05 08:23:29 +01:00
pkcs10_asn1.h \
pkcs12_asn1.h \
pkcs8_asn1.h \
pkcs9_asn1.h \
pkinit_asn1.h \
2008-05-07 14:39:42 +01:00
resolve.h \
2011-10-05 08:23:29 +01:00
rfc2459_asn1.h \
2008-05-07 14:39:42 +01:00
roken-common.h \
roken.h \
2011-10-05 08:23:29 +01:00
rtbl.h \
send_to_kdc_plugin.h \
2008-05-07 14:39:42 +01:00
sl.h \
2011-10-05 08:23:29 +01:00
test-mem.h \
vers.h \
vis.h \
wind.h \
wind_err.h \
2008-05-07 14:39:42 +01:00
windc_plugin.h \
xdbm.h
2008-05-07 14:39:42 +01:00
DISTCLEANFILES = \
version.h \
version.h.in