SCM Repository
View of /sml/trunk/src/system/smlnj/internal/intsys.cm
Parent Directory
|
Revision Log
Revision 634 -
(download)
(annotate)
Mon May 1 10:03:50 2000 UTC (20 years, 8 months ago) by blume
File size: 1624 byte(s)
Mon May 1 10:03:50 2000 UTC (20 years, 8 months ago) by blume
File size: 1624 byte(s)
merged changes from devel branch (added noweb tool)
(* Copyright YALE FLINT PROJECT 1997 *) (* Copyright Bell Labs, Lucent Technologies 1999 *) (* intsys.cm *) (* * Revised for using the new CM. (M.Blume, 7/1999) *) (primitive) Library (* bootstrap stuff *) structure InteractiveSystem is smlnj/init/init.cmi : cm basis.cm smlnj/viscomp/core.cm (* need access to CM's "init" function *) smlnj/internal/host-compiler-0.cm (* these are just here so they get made... *) smlnj/compiler.cm (* We don't mention minimal-cm.cm here because it would conflict * with full-cm.cm. Instead, the reference to minimal-cm.cm is * now within full-cm.cm. (See there.) *) smlnj/cm.cm smlnj/cmb.cm smlnj/cm/tools.cm (* We need the ml-yacc and ml-lex tool plugins here. They must * always be "plugged in" because they are needed for -rebuild. *) mlyacc-tool.cm mllex-tool.cm grm-ext.cm lex-ext.cm (* Technically, the ml-burg tool is not needed here. It should * eventually be moved into the ML-Burg source tree and installed * from there. *) mlburg-tool.cm burg-ext.cm (* Technically, the noweb tool is not needed here. It should * eventually be moved into the noweb source tree and installed * from there. *) noweb-tool.cm nw-ext.cm (* Register the make tool here. (Kinda unrealistic to hope that * Unix' make suddenly comes with a CM plugin... *) make-tool.cm (* Same for shell tool... *) shell-tool.cm # if not defined(LIGHT) smlnj/compiler/all.cm # endif (* build boot environments *) boot-env-fn.sml boot-env.sml (* glue code (build the interactive system) *) int-sys.sml
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |