* pre.in: Rewrite some of the directory syntax.
* mac-pre.in: Rewrite some of the directory syntax.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10463
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Feb 18 17:31:52 1998 Tom Yu <tlyu@mit.edu>
+
+ * windows.in: Rewrite some of the directory syntax.
+
+ * pre.in: Rewrite some of the directory syntax.
+
+ * mac-pre.in: Rewrite some of the directory syntax.
+
Fri Feb 13 22:16:51 1998 Theodore Y. Ts'o <tytso@mit.edu>
* config.guess, config.sub: Applied lxs's changes to add support
check-mac::
# Directory syntax:
-R=
-C=:
+#
+# begin absolute path
+ABS=
+# begin relative path
+REL=:
+# up-directory
+U=
+# path separator
S=:
-U=:
+# this is magic... should only be used for preceding a program invocation
+C=:
BUILDTOP = @BUILDTOP@
srcdir = $(C)
Makefiles-postrecurse::
# Directory syntax:
-R=/
-C=./
+#
+# begin absolute path
+ABS=/
+# begin relative path
+REL=
+# up-directory
+U=..
+# path separator
S=/
-U=../
+# this is magic... should only be used for preceding a program invocation
+C=./
SUBDIRS = @subdirs@ $(LOCAL_SUBDIRS)
srcdir = @srcdir@
all-windows:: Makefile
# Directory syntax:
-R=\ # root
-C=.\ # current
-S=\ # seperator
-U=..\ # up one level
+#
+# begin absolute path
+ABS=\
+# begin relative path
+REL=
+# up-directory
+U=..
+# path separator
+S=\
+# this is magic... should only be used for preceding a program invocation
+C=.\
srcdir = .
SRCTOP = $(srcdir)\$(BUILDTOP)