You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
508 B
23 lines
508 B
SUBDIRS = csv
|
|
|
|
ACLOCAL_AMFLAGS = -I build-aux
|
|
|
|
dist-hook:
|
|
$(SHELL) $(top_srcdir)/ChangeLog > $(top_distdir)/ChangeLog
|
|
|
|
moddir=$(prefix)/share/guile/site
|
|
|
|
SOURCES =
|
|
|
|
GOBJECTS = $(SOURCES:%.scm=%.go)
|
|
|
|
nobase_mod_DATA = $(SOURCES) $(NOCOMP_SOURCES) $(GOBJECTS)
|
|
EXTRA_DIST = pkg-list.scm $(SOURCES) $(NOCOMP_SOURCES)
|
|
|
|
CLEANFILES = $(GOBJECTS)
|
|
|
|
GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
|
|
SUFFIXES = .scm .go
|
|
.scm.go:
|
|
$(top_builddir)/env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<"
|