summaryrefslogtreecommitdiff
path: root/Examples/guile
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-04-26 00:17:42 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-04-26 00:17:42 +0100
commitd7f37f3974f5a2abffb6cddd51151f7376dbc92b (patch)
tree8f22c32d3426f4c4f5c8fb3b87f458b3a212f2e1 /Examples/guile
parent3f8034395bd333fc9e38ef8d7bb1d3d3b11e4dba (diff)
downloadswig-d7f37f3974f5a2abffb6cddd51151f7376dbc92b.tar.gz
Guile gitignore and consistent naming in examples
Use my-guile for the executable for all the augmented examples Fix gitignore for Guile
Diffstat (limited to 'Examples/guile')
-rw-r--r--Examples/guile/matrix/Makefile2
-rw-r--r--Examples/guile/matrix/README2
-rw-r--r--Examples/guile/port/Makefile2
-rw-r--r--Examples/guile/port/README2
4 files changed, 4 insertions, 4 deletions
diff --git a/Examples/guile/matrix/Makefile b/Examples/guile/matrix/Makefile
index 53638c867..9e541c36f 100644
--- a/Examples/guile/matrix/Makefile
+++ b/Examples/guile/matrix/Makefile
@@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = matrix.c vector.c
-TARGET = matrix
+TARGET = my-guile
INTERFACE = example.i
check: build
diff --git a/Examples/guile/matrix/README b/Examples/guile/matrix/README
index db7395b70..496e81bf1 100644
--- a/Examples/guile/matrix/README
+++ b/Examples/guile/matrix/README
@@ -6,7 +6,7 @@ type the following :
Alternatively, use the command-line:
- ./matrix -e do-test -s runme.scm
+ ./my-guile -e do-test -s runme.scm
Or, if your operating system is spiffy enough:
diff --git a/Examples/guile/port/Makefile b/Examples/guile/port/Makefile
index 95a3a479f..0274dbf9b 100644
--- a/Examples/guile/port/Makefile
+++ b/Examples/guile/port/Makefile
@@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = example.c
-TARGET = port
+TARGET = my-guile
INTERFACE = example.i
check: build
diff --git a/Examples/guile/port/README b/Examples/guile/port/README
index 784e39e5d..174d8767a 100644
--- a/Examples/guile/port/README
+++ b/Examples/guile/port/README
@@ -1,2 +1,2 @@
This example illustrates the translation from Scheme file ports to
-temporary FILE streams. Read the source and run ./port -s runme.scm
+temporary FILE streams. Read the source and run ./my-guile -s runme.scm