summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.in
blob: f2f6b75d1e0073252fb03486c4b36c7e94a902ea (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
mydir=util
# Windows NMAKE doesn't like @ in make variable names, and on
# Windows we don't do the @FOO@ substitutions we do with UNIX
# configure scripts, so hide this.
##WIN32##!if 0
SUBDIRS=support $(MAYBE_ET_@COM_ERR_VERSION@) $(MAYBE_SS_@SS_VERSION@) \
	profile send-pr gss-kernel-lib $(MAYBE_VERTO_@VERTO_VERSION@)
##WIN32##!endif
WINSUBDIRS=windows support et profile wshelper
BUILDTOP=$(REL)..

MAYBE_ET_k5 = et
MAYBE_SS_k5 = ss
MAYBE_ET_sys =
MAYBE_ET_intlsys =
MAYBE_SS_sys =
MAYBE_VERTO_sys =
MAYBE_VERTO_k5 = verto

all-recurse:

NO_OUTDIR=1

install::
	@echo nothing to install in util