--- /dev/null
+#| -*-Scheme-*-
+
+$Id: pack-compiler-mips.scm,v 1.1 1993/11/21 23:01:09 cph Exp $
+
+Copyright (c) 1993 Massachusetts Institute of Technology
+
+This material was developed by the Scheme project at the Massachusetts
+Institute of Technology, Department of Electrical Engineering and
+Computer Science. Permission to copy this software, to redistribute
+it, and to use it for any purpose is granted, subject to the following
+restrictions and understandings.
+
+1. Any copy made of this software must include this copyright notice
+in full.
+
+2. Users of this software agree to make their best efforts (a) to
+return to the MIT Scheme project any improvements or extensions that
+they make, so that these may be included in future releases; and (b)
+to inform MIT of noteworthy uses of this software.
+
+3. All materials developed as a consequence of the use of this
+software shall duly acknowledge such use, in accordance with the usual
+standards of acknowledging credit in academic research.
+
+4. MIT has made no warrantee or representation that the operation of
+this software will be error-free, and MIT is under no obligation to
+provide any services, by way of maintenance, update, or otherwise.
+
+5. In conjunction with products arising from the use of this material,
+there shall be no use of the name of the Massachusetts Institute of
+Technology nor of any adaptation thereof in any advertising,
+promotional, or sales literature without prior written consent from
+MIT in each case. |#
+
+;;;; File to generate a single loadable file for sf and Liar
+\f
+(define (pack-compiler output)
+ (pack-binaries output
+ '(("sf"
+ "make.com"
+ "sf.bcon"
+ "sf.bldr"
+ "lsets.com"
+ "table.com"
+ "pthmap.com"
+ "object.com"
+ "emodel.com"
+ "gconst.com"
+ "usicon.com"
+ "tables.com"
+ "gimprt.com"
+ "toplev.com"
+ "xform.com"
+ "subst.com"
+ "cgen.com"
+ "usiexp.com"
+ "reduct.com"
+ "pardec.com"
+ "copy.com"
+ "free.com"
+ "chtype.com"
+ "butils.com")
+ ("compiler"
+ "make.com"
+ "base/make.com"
+ "comp.bcon"
+ "comp.bldr"
+ "base/switch.com"
+ "base/object.com"
+ "base/enumer.com"
+ "base/sets.com"
+ "base/mvalue.com"
+ "base/scode.com"
+ "rtlbase/valclass.com"
+ "machines/mips/machin.com"
+ "back/asutl.com"
+ "base/utils.com"
+ "base/cfg1.com"
+ "base/cfg2.com"
+ "base/cfg3.com"
+ "base/ctypes.com"
+ "base/rvalue.com"
+ "base/lvalue.com"
+ "base/blocks.com"
+ "base/proced.com"
+ "base/contin.com"
+ "base/subprb.com"
+ "rtlbase/rgraph.com"
+ "rtlbase/rtlty1.com"
+ "rtlbase/rtlty2.com"
+ "rtlbase/rtlexp.com"
+ "rtlbase/rtlcon.com"
+ "rtlbase/rtlreg.com"
+ "rtlbase/rtlcfg.com"
+ "rtlbase/rtlobj.com"
+ "rtlbase/regset.com"
+ "back/insseq.com"
+ "base/refctx.com"
+ "base/macros.com"
+ "machines/mips/decls.com"
+ "base/toplev.com"
+ "base/crstop.com"
+ "base/asstop.com"
+ "base/debug.com"
+ "base/pmlook.com"
+ "base/pmpars.com"
+ "base/pmerly.com"
+ "base/infnew.com"
+ "base/constr.com"
+ "fggen/canon.com"
+ "fggen/fggen.com"
+ "fggen/declar.com"
+ "fgopt/outer.com"
+ "fgopt/sideff.com"
+ "fgopt/folcon.com"
+ "fgopt/operan.com"
+ "fgopt/varind.com"
+ "fgopt/envopt.com"
+ "fgopt/closan.com"
+ "fgopt/contan.com"
+ "fgopt/offset.com"
+ "fgopt/conect.com"
+ "fgopt/delint.com"
+ "fgopt/desenv.com"
+ "fgopt/blktyp.com"
+ "fgopt/simple.com"
+ "fgopt/simapp.com"
+ "fgopt/subfre.com"
+ "fgopt/order.com"
+ "fgopt/reord.com"
+ "fgopt/reuse.com"
+ "fgopt/param.com"
+ "fgopt/reteqv.com"
+ "rtlgen/rtlgen.com"
+ "rtlgen/rgstmt.com"
+ "rtlgen/fndvar.com"
+ "machines/mips/rgspcm.com"
+ "rtlbase/rtline.com"
+ "rtlgen/rgproc.com"
+ "rtlgen/opncod.com"
+ "rtlgen/fndblk.com"
+ "rtlgen/rgrval.com"
+ "rtlgen/rgcomb.com"
+ "rtlgen/rgretn.com"
+ "rtlopt/rcse1.com"
+ "rtlopt/rcse2.com"
+ "rtlopt/rcseep.com"
+ "rtlopt/rcseht.com"
+ "rtlopt/rcserq.com"
+ "rtlopt/rcsesr.com"
+ "rtlopt/rdebug.com"
+ "rtlopt/rinvex.com"
+ "rtlopt/rtlcsm.com"
+ "rtlopt/rdflow.com"
+ "rtlopt/rerite.com"
+ "rtlopt/rlife.com"
+ "rtlopt/rcompr.com"
+ "rtlopt/ralloc.com"
+ "back/lapgn1.com"
+ "back/lapgn2.com"
+ "back/lapgn3.com"
+ "back/regmap.com"
+ "machines/mips/lapgen.com"
+ "machines/mips/rules1.com"
+ "machines/mips/rules2.com"
+ "machines/mips/rules3.com"
+ "machines/mips/rules4.com"
+ "machines/mips/rulfix.com"
+ "machines/mips/rulflo.com"
+ "machines/mips/rulrew.com"
+ "back/syntax.com"
+ "back/syerly.com"
+ "machines/mips/coerce.com"
+ "back/asmmac.com"
+ "machines/mips/insmac.com"
+ "machines/mips/inerly.com"
+ "machines/mips/instr1.com"
+ "machines/mips/instr2a.com"
+ "machines/mips/instr2b.com"
+ "machines/mips/instr3.com"
+ "back/mermap.com"
+ "back/linear.com"
+ "machines/mips/lapopt.com"
+ "machines/mips/assmd.com"
+ "back/symtab.com"
+ "back/bitutl.com"
+ "back/bittop.com"))))
\ No newline at end of file
--- /dev/null
+#| -*-Scheme-*-
+
+$Id: pack-edwin-unix.scm,v 1.1 1993/11/21 22:59:57 cph Exp $
+
+Copyright (c) 1993 Massachusetts Institute of Technology
+
+This material was developed by the Scheme project at the Massachusetts
+Institute of Technology, Department of Electrical Engineering and
+Computer Science. Permission to copy this software, to redistribute
+it, and to use it for any purpose is granted, subject to the following
+restrictions and understandings.
+
+1. Any copy made of this software must include this copyright notice
+in full.
+
+2. Users of this software agree to make their best efforts (a) to
+return to the MIT Scheme project any improvements or extensions that
+they make, so that these may be included in future releases; and (b)
+to inform MIT of noteworthy uses of this software.
+
+3. All materials developed as a consequence of the use of this
+software shall duly acknowledge such use, in accordance with the usual
+standards of acknowledging credit in academic research.
+
+4. MIT has made no warrantee or representation that the operation of
+this software will be error-free, and MIT is under no obligation to
+provide any services, by way of maintenance, update, or otherwise.
+
+5. In conjunction with products arising from the use of this material,
+there shall be no use of the name of the Massachusetts Institute of
+Technology nor of any adaptation thereof in any advertising,
+promotional, or sales literature without prior written consent from
+MIT in each case. |#
+
+;;;; File to generate a single loadable file for Edwin
+\f
+(define (pack-edwin output)
+ (pack-binaries output
+ '(("edwin"
+ "make.com"
+ "edwin.bcon"
+ "edwin.bldr"
+ "utils.com"
+ "nvector.com"
+ "ring.com"
+ "strtab.com"
+ "strpad.com"
+ "macros.com"
+ "class.com"
+ "clscon.com"
+ "clsmac.com"
+ "xform.com"
+ "paths.com"
+ "struct.com"
+ "grpops.com"
+ "txtprp.com"
+ "regops.com"
+ "motion.com"
+ "search.com"
+ "image.com"
+ "comman.com"
+ "docstr.com"
+ "comtab.com"
+ "modes.com"
+ "buffer.com"
+ "bufset.com"
+ "undo.com"
+ "display.com"
+ "screen.com"
+ "winren.com"
+ "window.com"
+ "utlwin.com"
+ "bufwin.com"
+ "bufwfs.com"
+ "bufwiu.com"
+ "bufwmc.com"
+ "comwin.com"
+ "modwin.com"
+ "buffrm.com"
+ "edtfrm.com"
+ "calias.com"
+ "xterm.com"
+ "key.com"
+ "termcap.com"
+ "tterm.com"
+ "edtstr.com"
+ "editor.com"
+ "curren.com"
+ "simple.com"
+ "debuge.com"
+ "modlin.com"
+ "input.com"
+ "prompt.com"
+ "comred.com"
+ "bufinp.com"
+ "bufout.com"
+ "winout.com"
+ "things.com"
+ "tparse.com"
+ "syntax.com"
+ "regexp.com"
+ "rgxcmp.com"
+ "linden.com"
+ "unix.com"
+ "fileio.com"
+ "process.com"
+ "argred.com"
+ "autold.com"
+ "autosv.com"
+ "basic.com"
+ "bufcom.com"
+ "bufmnu.com"
+ "c-mode.com"
+ "cinden.com"
+ "comhst.com"
+ "comint.com"
+ "compile.com"
+ "dabbrev.com"
+ "xcom.com"
+ "debug.com"
+ "dired.com"
+ "dirunx.com"
+ "evlcom.com"
+ "filcom.com"
+ "fill.com"
+ "hlpcom.com"
+ "info.com"
+ "intmod.com"
+ "keymap.com"
+ "kilcom.com"
+ "kmacro.com"
+ "lincom.com"
+ "lspcom.com"
+ "malias.com"
+ "motcom.com"
+ "occur.com"
+ "outline.com"
+ "rcs.com"
+ "reccom.com"
+ "regcom.com"
+ "replaz.com"
+ "rmail.com"
+ "rmailsum.com"
+ "rmailsrt.com"
+ "schmod.com"
+ "sendmail.com"
+ "sercom.com"
+ "iserch.com"
+ "shell.com"
+ "tagutl.com"
+ "texcom.com"
+ "wincom.com"
+ "scrcom.com"
+ "modefs.com"
+ "xmodef.com"
+ "rename.com"
+ "loadef.com"
+ "notify.com"))))
\ No newline at end of file