distcheck works now
authorAndy Wingo <wingo@pobox.com>
Tue, 20 May 2008 10:54:14 +0000 (12:54 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 20 May 2008 10:54:14 +0000 (12:54 +0200)
commit51f6b8f377fa7c3d57f40bd05f61adf4da6d10b1
treef562385954c9b54f3c499ad11a98491aa76324e5
parent292bb8fc681d7e9216809da233a32f4de6688adc
distcheck works now

* guilec.mk: New file, to be included when building .go files.

* module/language/scheme/Makefile.am:
* module/system/base/Makefile.am:
* module/system/il/Makefile.am:
* module/system/repl/Makefile.am:
* module/system/vm/Makefile.am: Use guilec.mk.

* module/system/base/compile.scm (compiled-file-name): Work on the
  basename of a file, so that we always create files in the directory
  where we run. Perhaps should add a -o option to guilec in the future.

* Makefile.am: Actually recurse into module/ in a normal build.
Makefile.am
guilec.mk [new file with mode: 0644]
module/language/scheme/Makefile.am
module/system/base/Makefile.am
module/system/base/compile.scm
module/system/il/Makefile.am
module/system/repl/Makefile.am
module/system/vm/Makefile.am