* Makefile.am: * module/Makefile.am: * module/language/scheme/Makefile.am: * module/system/Makefile.am: * module/system/base/Makefile.am: * module/system/il/Makefile.am: * module/system/repl/Makefile.am: * module/system/vm/Makefile.am: Cleaned up to be more complete, if not completely working. * module/guile/slib.scm: * module/slib/: Removed the slib import; it's a bit out of place here, and bitrotten at that.
11 lines
376 B
Makefile
11 lines
376 B
Makefile
SUBDIRS = src doc testsuite
|
|
DIST_SUBDIRS = src module doc testsuite
|
|
|
|
# FIXME: The `module' directory is removed from `SUBDIRS' until it can
|
|
# actually be built.
|
|
|
|
EXTRA_DIST = acconfig.h
|
|
|
|
MAINTAINERCLEANFILES = COPYING INSTALL config.guess config.sub ltconfig \
|
|
ltmain.sh Makefile.in aclocal.m4 config.h.in stamp-h.in \
|
|
configure missing mkinstalldirs install-sh texinfo.tex
|