summaryrefslogtreecommitdiff
path: root/guilec.mk
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2008-08-02 11:40:32 +0200
committerAndy Wingo <wingo@pobox.com>2008-08-02 11:40:32 +0200
commite610dc3851da716e6ee4568f94f5f7cace84d2d9 (patch)
tree46b20e86b80c8557db4253f3f221f315d6e96840 /guilec.mk
parent7dc9ae7179b8b099897f8080b675e2a9c54d388c (diff)
parent87c4242ca8f65ac833659b43f2b150621a2ad998 (diff)
merge guile-vm to guile
An attempt to pull in the original history from guile-vm into guile itself.
Diffstat (limited to 'guilec.mk')
-rw-r--r--guilec.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/guilec.mk b/guilec.mk
new file mode 100644
index 000000000..57336c151
--- /dev/null
+++ b/guilec.mk
@@ -0,0 +1,10 @@
+GOBJECTS = $(SOURCES:%.scm=%.go)
+
+mod_DATA = $(SOURCES) $(NOCOMP_SOURCES) $(GOBJECTS)
+EXTRA_DIST = $(SOURCES) $(NOCOMP_SOURCES)
+
+CLEANFILES = $(GOBJECTS)
+
+SUFFIXES = .scm .go
+.scm.go:
+ $(GUILEC) $<