swig/Examples/chicken
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
egg 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
overload 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
check.list Let 'make check-examples' and 'make check-gifplot' work correctly for CHICKEN. 2003-02-15 03:17:15 +00:00
README shadow->proxy terminlogy update 2008-04-29 18:01:45 +00:00

This directory contains examples for CHICKEN.

class       -- illustrates the proxy class C++ interface
constants   -- handling #define and %constant literals
egg         -- examples of building chicken extension libraries
multimap    -- typemaps with multiple sub-types
overload    -- C++ function overloading
simple      -- the simple example from the user manual
zlib        -- a wrapping of the zlib compression library

You should be able to run make in each of the examples.  By default, a shared
library will be built.  Run make check to execute the test.