summaryrefslogtreecommitdiffstats
path: root/src/build-tools/Makefile.in
blob: fa5690006f0ecc7a93beb7186c8820a015ba3391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mydir=build-tools
BUILDTOP=$(REL)..

all-unix:: krb5-config

krb5-config: $(srcdir)/krb5-config.in $(BUILDTOP)/config.status
	cd $(BUILDTOP) && $(SHELL) config.status $(mydir)/$@

install-unix::
	$(INSTALL_SCRIPT) krb5-config $(DESTDIR)$(CLIENT_BINDIR)/krb5-config

# Test to ensure that krb5-config does not spit out things like
# $(PURE) or $(LDFLAGS) in case someone changes config/shlib.conf
check-unix:: krb5-config
	$(SHELL) $(srcdir)/t_krbconf