swig/Examples/c/std_vector
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.cxx Many major improvements. Almost all testsuite compiles now. 2009-04-15 23:30:16 +00:00
example.h Many major improvements. Almost all testsuite compiles now. 2009-04-15 23:30:16 +00:00
example.i Many major improvements. Almost all testsuite compiles now. 2009-04-15 23:30:16 +00:00
Makefile Fix and simplify C examples makefiles 2016-04-10 22:45:51 +02:00
runme.c Many major improvements. Almost all testsuite compiles now. 2009-04-15 23:30:16 +00:00