summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/tests/plugin/Makefile.am
blob: 46ccdc5c0293d68f9f5c4d5f4143236cd0d4ad32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# $Id: Makefile.am 20202 2007-02-08 00:59:47Z lha $

include $(top_srcdir)/Makefile.am.common

noinst_DATA = krb5.conf

SCRIPT_TESTS = check-pac
TESTS = $(SCRIPT_TESTS)

port = 49188

do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
	-e 's,[@]port[@],$(port),g' \
	-e 's,[@]objdir[@],$(top_builddir)/tests/plugin,g' \
	-e 's,[@]EGREP[@],$(EGREP),g' 

LDADD = ../../lib/krb5/libkrb5.la $(LIB_roken)

check-pac: check-pac.in Makefile
	$(do_subst) < $(srcdir)/check-pac.in > check-pac.tmp
	chmod +x check-pac.tmp
	mv check-pac.tmp check-pac

krb5.conf: krb5.conf.in Makefile
	$(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp
	mv krb5.conf.tmp krb5.conf

lib_LTLIBRARIES = windc.la

windc_la_SOURCES = windc.c
windc_la_LDFLAGS = -module

CLEANFILES= \
	$(TESTS) \
	server.keytab \
	current-db* \
	foopassword \
	krb5.conf krb5.conf.tmp \
	messages.log

EXTRA_DIST = \
	check-pac.in \
	krb5.conf.in
OpenPOWER on IntegriCloud