swig/Examples/c/simple
Vadim Zeitlin 19ed0b531d Fix and simplify C examples makefiles
Make "make check-c-examples" perform the correct build commands, e.g. not link
the proxy code into the shared library as this can't work because it defines
the same functions that are already present in it.

Also fix the c_xxx targets to work when SWIG is built in a separate build
directory.

Finally, simplify them by removing the unnecessary variables.

Notice that std_vector example still doesn't build, but at least now it is due
to a real problem in the C module and not makefile bugs.
2016-04-10 22:45:51 +02:00
..
example.c Exceptions support for C. exception_order test shows how to use type information to achieve correct catching order. Examples cleanup. 2008-07-17 00:52:11 +00:00
example.i Exceptions support for C. exception_order test shows how to use type information to achieve correct catching order. Examples cleanup. 2008-07-17 00:52:11 +00:00
Makefile Fix and simplify C examples makefiles 2016-04-10 22:45:51 +02:00
runme.c Replaced SwigObjXXX with one type SwigObj. Added typemaps for bool. 2008-07-17 09:53:05 +00:00