diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 7 | ||||
| -rw-r--r-- | src/config/mac-pre.in | 13 | ||||
| -rw-r--r-- | src/config/pre.in | 13 | ||||
| -rw-r--r-- | src/config/windows.in | 14 |
4 files changed, 47 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 9979c19f3..d94ed3a6a 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,10 @@ +Mon Sep 25 13:09:17 1995 Theodore Y. Ts'o <tytso@dcl> + + * windows.in: + * mac-pre.in: + * pre.in: Added lines of the form "all:: all-$(WHAT)" for all, + clean, install, and check. + Wed Sep 13 10:20:02 1995 Keith Vetter (keithv@fusion.com) * windows.in: added windows value for SRCTOP. diff --git a/src/config/mac-pre.in b/src/config/mac-pre.in index f5069502b..862092322 100644 --- a/src/config/mac-pre.in +++ b/src/config/mac-pre.in @@ -80,6 +80,19 @@ WHAT = mac +all:: all-$(WHAT) + +clean:: clean-$(WHAT) + +install:: install-$(WHAT) + +check:: check-$(WHAT) + +all-mac:: +clean-mac:: +install-mac:: +check-mac:: + # Directory syntax: R= C=: diff --git a/src/config/pre.in b/src/config/pre.in index 9046f8810..7de8d6d74 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -3,6 +3,19 @@ WHAT = unix +all:: all-$(WHAT) + +clean:: clean-$(WHAT) + +install:: install-$(WHAT) + +check:: check-$(WHAT) + +all-unix:: +clean-unix:: +install-unix:: +check-unix:: + # Directory syntax: R=/ C=./ diff --git a/src/config/windows.in b/src/config/windows.in index 6b296dfd1..30dd6817e 100644 --- a/src/config/windows.in +++ b/src/config/windows.in @@ -3,6 +3,20 @@ WHAT=windows +all:: all-$(WHAT) + +clean:: clean-$(WHAT) + +install:: install-$(WHAT) + +check:: check-$(WHAT) + +all-windiws:: +clean-windows:: +install-windows:: +check-windows:: + + # Directory syntax: R=\ # root C=.\ # current |
