xref: /freebsd/crypto/krb5/src/util/Makefile.in (revision 4757b351ea9d59d71d4a38b82506d2d16fcd560d)
1mydir=util
2# Windows NMAKE doesn't like @ in make variable names, and on
3# Windows we don't do the @FOO@ substitutions we do with UNIX
4# configure scripts, so hide this.
5##WIN32##!if 0
6SUBDIRS=support $(MAYBE_ET_@COM_ERR_VERSION@) $(MAYBE_SS_@SS_VERSION@) \
7	profile $(MAYBE_VERTO_@VERTO_VERSION@)
8##WIN32##!endif
9WINSUBDIRS=windows support et profile
10BUILDTOP=$(REL)..
11
12MAYBE_ET_k5 = et
13MAYBE_SS_k5 = ss
14MAYBE_ET_sys =
15MAYBE_ET_intlsys =
16MAYBE_SS_sys =
17MAYBE_VERTO_sys =
18MAYBE_VERTO_k5 = verto
19
20all-recurse:
21
22NO_OUTDIR=1
23
24install:
25	$(INSTALL_SCRIPT) $(srcdir)/krb5-send-pr.sh $(DESTDIR)$(ADMIN_BINDIR)/krb5-send-pr
26
27clean-unix::
28	$(RM) *.pyc
29	$(RM) -r __pycache__
30