pull up r24469, r24530, r24533, r24534, r24535, r24537 from trunk
[krb5.git] / src / util / Makefile.in
1 mydir=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
6 SUBDIRS=support $(MAYBE_ET_@COM_ERR_VERSION@) $(MAYBE_SS_@SS_VERSION@) \
7         profile send-pr
8 ##WIN32##!endif
9 WINSUBDIRS=windows support et profile
10 BUILDTOP=$(REL)..
11
12 MAYBE_ET_k5 = et
13 MAYBE_SS_k5 = ss
14 MAYBE_ET_sys =
15 MAYBE_SS_sys =
16
17 all-recurse:
18
19 clean-unix::
20         $(RM) -r $(FAKEPREFIX)
21
22 NO_OUTDIR=1
23
24 install::
25         @echo nothing to install in util