Convert to autotools
This commit is contained in:
12
Makefile.am
Normal file
12
Makefile.am
Normal 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 $@
|
||||
Reference in New Issue
Block a user