summaryrefslogtreecommitdiff
path: root/module/language/objcode
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-02-24 23:52:57 +0100
committerLudovic Courtès <ludo@gnu.org>2009-02-24 23:54:16 +0100
commit3bb299b3f0d5b31957a6447d095ed723268019be (patch)
tree61554799b01ad57f12250b9b75d10c53e3b3666a /module/language/objcode
parentc15fa41c0cd526243fc68bde990c9a67a4521b33 (diff)
downloadguile-3bb299b3f0d5b31957a6447d095ed723268019be.tar.gz
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.
Diffstat (limited to 'module/language/objcode')
-rw-r--r--module/language/objcode/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/module/language/objcode/Makefile.am b/module/language/objcode/Makefile.am
deleted file mode 100644
index 6d81c41c1..000000000
--- a/module/language/objcode/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-SOURCES = spec.scm
-modpath = language/objcode
-include $(top_srcdir)/am/guilec