1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-01 01:40:21 +02:00
guile/module/language
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
..
assembly Aggregate makefiles for module/system' and module/language'. 2009-02-24 23:54:16 +01:00
bytecode Aggregate makefiles for module/system' and module/language'. 2009-02-24 23:54:16 +01:00
ecmascript parse division vs regexps properly 2009-02-22 17:37:59 +01:00
elisp remove .cvsignore files 2008-11-10 12:17:18 +01:00
ghil Aggregate makefiles for module/system' and module/language'. 2009-02-24 23:54:16 +01:00
glil Aggregate makefiles for module/system' and module/language'. 2009-02-24 23:54:16 +01:00
objcode Aggregate makefiles for module/system' and module/language'. 2009-02-24 23:54:16 +01:00
r5rs remove GPKG.def files 2009-01-29 21:12:00 +01:00
scheme Aggregate makefiles for module/system' and module/language'. 2009-02-24 23:54:16 +01:00
value Aggregate makefiles for module/system' and module/language'. 2009-02-24 23:54:16 +01:00
assembly.scm Add `load-unsigned-integer' instruction. 2009-02-18 00:54:05 +01:00
ghil.scm be smarter about allocating local variables, reusing slots if possible 2009-02-21 20:28:29 +01:00
glil.scm be smarter about allocating local variables, reusing slots if possible 2009-02-21 20:28:29 +01:00
objcode.scm static opcodes; refactor program/objcode division; use new assembly pipeline 2009-01-29 21:12:00 +01:00