swig/Examples/guile
William S Fulton 8e2bc595c6 Remove use of preinst-swig script
Complete the prototype removal in ca1431.

The script prevents SWIGTOOL=gdb from working as gdb can't be used to
debug a shell script, it requires a binary.

Add support for SWIGTOOL in all the examples.

SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles.

See issue #473.
2015-08-21 22:43:17 +01:00
..
class Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
constants Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
matrix Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
multimap Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
multivalue Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
port Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
simple Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
std_vector Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
check.list Guile examples consistency changes 2013-05-09 18:35:18 +01:00
README Migrate Guile examples build into common Examples makefile 2013-05-09 19:28:09 +01:00

This directory contains examples for Guile.

constants   -- handling #define and %constant literals
class       -- classic c++ class example
matrix      -- a very simple Matrix example
multimap    -- typemaps with multiple sub-types
multivalue  -- using the %values_as_list directive
port        -- scheme ports as temporary FILE streams
simple      -- the simple example from the user manual
std_vector  -- C++ STL vector<int> and vector<double>


Note that the examples in this directory build a special version of
Guile which includes the wrapped functions in the top-level module.