1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/module/language/assembly
Ludovic Courtès 3bb299b3f0 Aggregate makefiles for module/system' and module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
  $(builddir) != $(srcdir).

* configure.in: Don't output any makefile under `module/system' or
  `module/language'.

* module/Makefile.am (SUBDIRS): Remove `language' and `system'.  Add `.'
  to the front.
  (modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
  GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
  BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
  variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:54:16 +01:00
..
compile-bytecode.scm Add `load-unsigned-integer' instruction. 2009-02-18 00:54:05 +01:00
decompile-bytecode.scm fix the disassembler for load-string, load-symbol et al 2009-02-01 11:32:07 +01:00
disassemble.scm be smarter about allocating local variables, reusing slots if possible 2009-02-21 20:28:29 +01:00
spec.scm add decompilers that can take us back to assembly 2009-01-30 12:59:29 +01:00