BSD 4_3_Tahoe development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 17 Dec 1987 05:57:06 +0000 (21:57 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 17 Dec 1987 05:57:06 +0000 (21:57 -0800)
Work on file usr/src/ucb/lisp/franz/Makefile
Work on file usr/tmp/housel/franz/Makefile

Synthesized-from: CSRG/cd2/4.3tahoe

usr/src/ucb/lisp/franz/Makefile [new file with mode: 0644]
usr/tmp/housel/franz/Makefile [new file with mode: 0644]

diff --git a/usr/src/ucb/lisp/franz/Makefile b/usr/src/ucb/lisp/franz/Makefile
new file mode 100644 (file)
index 0000000..104e77b
--- /dev/null
@@ -0,0 +1,31 @@
+# 
+# $Header: Makefile,v 1.12 87/12/17 12:56:59 root Exp $
+#
+#  Franz Lisp C coded kernel, Machine independent part.
+#
+#  The directions for modifying this file are found in the machine
+# dependent Makefiles (subdirectories vax/ or 68k/)
+
+
+Includes = h/config.h  h/global.h      h/aout.h        h/vaxframe.h \
+       h/catchfram.h   h/dfuncs.h      h/gtabs.h       h/sigtab.h \
+       h/chars.h       h/frame.h       h/lfuncs.h      h/structs.h \
+       h/chkrtab.h     h/gc.h          h/lispo.h       h/types.h \
+       h/lconf.h       h/ltypes.h      h/68kframe.h    h/hpagsiz.h\
+       h/duallispo.h   h/dualaout.h    h/tahoeframe.h
+
+AllSrc = Makefile ${Includes}
+
+clean: FRC
+       rm -f *.o
+
+#--- copysource : copy source files to another directory
+#  called via   make CopyTo=/xx/yyy/zz copysource
+# 
+copysource: ${AllSrc}
+       (tar cf - ${AllSrc} | (cd ${CopyTo} ; tar xf -))
+
+scriptcatall: ${AllSrc}
+       @(cd .. ; scriptcat franz franz ${AllSrc})
+
+FRC:
diff --git a/usr/tmp/housel/franz/Makefile b/usr/tmp/housel/franz/Makefile
new file mode 100644 (file)
index 0000000..104e77b
--- /dev/null
@@ -0,0 +1,31 @@
+# 
+# $Header: Makefile,v 1.12 87/12/17 12:56:59 root Exp $
+#
+#  Franz Lisp C coded kernel, Machine independent part.
+#
+#  The directions for modifying this file are found in the machine
+# dependent Makefiles (subdirectories vax/ or 68k/)
+
+
+Includes = h/config.h  h/global.h      h/aout.h        h/vaxframe.h \
+       h/catchfram.h   h/dfuncs.h      h/gtabs.h       h/sigtab.h \
+       h/chars.h       h/frame.h       h/lfuncs.h      h/structs.h \
+       h/chkrtab.h     h/gc.h          h/lispo.h       h/types.h \
+       h/lconf.h       h/ltypes.h      h/68kframe.h    h/hpagsiz.h\
+       h/duallispo.h   h/dualaout.h    h/tahoeframe.h
+
+AllSrc = Makefile ${Includes}
+
+clean: FRC
+       rm -f *.o
+
+#--- copysource : copy source files to another directory
+#  called via   make CopyTo=/xx/yyy/zz copysource
+# 
+copysource: ${AllSrc}
+       (tar cf - ${AllSrc} | (cd ${CopyTo} ; tar xf -))
+
+scriptcatall: ${AllSrc}
+       @(cd .. ; scriptcat franz franz ${AllSrc})
+
+FRC: