mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
* .gitignore: Some touchups. * configure.in: * src/.cvsignore: * src/Makefile.am: * Makefile.am: No more src/. * scripts/compile: * scripts/disassemble: Moved here from src/ and changed into guile-tools scripts. * scripts/Makefile.am: Add the new scriptes. * guilec.mk: Adapt to new way of invoking the compiler.
11 lines
320 B
Makefile
11 lines
320 B
Makefile
GOBJECTS = $(SOURCES:%.scm=%.go)
|
|
|
|
moddir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/$(modpath)
|
|
mod_DATA = $(SOURCES) $(NOCOMP_SOURCES) $(GOBJECTS)
|
|
EXTRA_DIST = $(SOURCES) $(NOCOMP_SOURCES)
|
|
|
|
CLEANFILES = $(GOBJECTS)
|
|
|
|
SUFFIXES = .scm .go
|
|
.scm.go:
|
|
$(top_builddir)/pre-inst-guile-env $(top_builddir)/guile-tools compile $<
|