projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e5b2a2
)
Add make target for Breakup.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 26 Jul 1989 03:55:44 +0000
(
03:55
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 26 Jul 1989 03:55:44 +0000
(
03:55
+0000)
v7/src/microcode/unxutl/makefile
patch
|
blob
|
history
diff --git
a/v7/src/microcode/unxutl/makefile
b/v7/src/microcode/unxutl/makefile
index e1358995603334c49b9856756eec6f7d1d49c607..fd82b3724b1973cb75740ec2bc2b6250b880db59 100644
(file)
--- a/
v7/src/microcode/unxutl/makefile
+++ b/
v7/src/microcode/unxutl/makefile
@@
-1,3
+1,8
@@
+#
+# Makefile for MIT CScheme microcode.
+#
+# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.2 1989/07/26 03:55:44 cph Exp $
+#
CPP = cc -E
MAKE = make # BSD doesn't have it as a default.
@@
-26,6
+31,11
@@
Bintopsb: xmakefile dobintopsb
dobintopsb:
$(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} Bintopsb
+Breakup: xmakefile dobreakup
+
+dobreakup:
+ $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} Breakup
+
Ppband: xmakefile doppband
doppband: