Convert to autotools

This commit is contained in:
2024-11-18 12:22:04 -06:00
parent 921d770986
commit eac30fae76
5 changed files with 31 additions and 29 deletions

12
Makefile.am Normal file
View File

@@ -0,0 +1,12 @@
SOURCES = d-.scm
GOBJECTS = $(SOURCES:%.scm=%.go)
GUILD = @GUILD@
moddir=$(GUILE_SITE)
godir=$(GUILE_SITE_CCACHE)
nobase_dist_mod_DATA = $(SOURCES)
nobase_go_DATA = $(GOBJECTS)
%.go: %.scm
$(GUILD) compile $^ -o $@