variables.
(MY_SUBDIRS): Refer to them, choosing via new configure substitutions.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14797
dc483132-0cff-0310-8789-
dd5450dbe970
2002-08-29 Ken Raeburn <raeburn@mit.edu>
+ * Makefile.in (MAYBE_ET-k5, MAYBE_ET-sys, MAYBE_SS-k5,
+ MAYBE_SS-sys): New variables.
+ (MY_SUBDIRS): Refer to them, choosing via new configure
+ substitutions.
+
* depfix.sed: Replace in-tree ss header files with $(SS_DEPS).
2002-08-23 Ken Raeburn <raeburn@mit.edu>
thisconfigdir=./..
myfulldir=util
mydir=util
-MY_SUBDIRS=et ss profile pty db2 send-pr
+MY_SUBDIRS=$(MAYBE_ET-@COM_ERR_VERSION@) $(MAYBE_SS-@SS_VERSION@) \
+ profile pty db2 send-pr
BUILDTOP=$(REL)..
+MAYBE_ET-k5 = et
+MAYBE_SS-k5 = ss
+MAYBE_ET-sys =
+MAYBE_SS-sys =
+
MAC_SUBDIRS = profile et
editsh = sed -e 's,@''ARADD''@,$(ARADD),g' -e 's,@''ARCHIVE''@,$(ARCHIVE),g'