Commit Graph

18 Commits

Author SHA1 Message Date
Filippo Giunchedi
3814e3b04e cleanup and FREEJ_FLAGS/LIBS usage in bindings/ 2009-07-21 18:14:49 +02:00
Luca Bigliardi
8ce360985d Merge branch 'swig_fix' into trunk 2009-07-18 13:33:47 +01:00
Luca Bigliardi
de6cd2f66d OpenCV CFLAGS for bindings.
This is duplicated in these makefiles and in src, should be fixed.
2009-07-16 19:40:41 +01:00
Filippo Giunchedi
282258a9a4 small refactoring of bindings/*/Makefile.am
make consistent use of BUILT_SOURCES with both .cpp and .h
2009-07-14 15:50:21 +02:00
Filippo Giunchedi
ef52fb9199 bindings/python/Makefile.am cleanup
use updated version of make variables plus cleanups
2009-07-14 11:48:01 +02:00
Luca Bigliardi
6ec6ebccb5 Dynamic SDL_gfx
Use external SDL_gfx if available, otherwise fallback on our own.
2009-06-20 08:41:00 +01:00
Luca Bigliardi
015c608b0f A bit more "make dist"-able.
- Use DIST_SUBDIRS to dist subdirectories even if these are not
  configured
- Do not run swig on "make dist"
- Add some extra files

Now bindings subdir should "make dist" nicely.

TODO on build system is still:
- say 'bye bye' to lib/javascript sources (or autotoolize)
- fix 'doc/scripting' to be able to build outside sources
2009-04-24 02:04:24 +02:00
Luca Bigliardi
3f589b64cd Handle in-tree libraries in a single place.
Declare static includes and static libraries inside configure.
2009-03-11 21:02:37 +01:00
Jaromil
e1a22a0722 link libmozjs (spidermonkey) from shared library
tested on ubuntu with xulrunner-js, still their packaging has bugs
and i guess debian too. but let's see and test around
2009-03-11 15:19:12 +01:00
Luca Bigliardi
ef01a19745 Build outside srcdir (1)
Link is against top_builddir.

TODO: fix javascript build
2009-03-11 12:09:23 +01:00
Luca Bigliardi
707a88571a Use __init__.py in python package.
Move from .pth to __init__.py for package initialization.
2009-03-02 16:00:31 +01:00
Luca Bigliardi
17ffa3196a Remove autogenerated freej_py.h as well 2009-03-02 15:04:32 +01:00
Luca Bigliardi
9fe8dcbe26 Do not override automake rules 2009-03-01 22:50:40 +01:00
Luca Bigliardi
598170651d Add GeoLayer to swig. 2009-02-17 15:50:23 +01:00
Luca Bigliardi
ff0b5c0e4d Define swig command options with a variable.
Use swig with options defined in configure.in
to simplify parameters handling.
2009-01-15 18:35:58 +01:00
Jaromil
f161cd839b added context start()
and fixed overloaded declaration of RSHIFT and some minor bindings compilation issue
2008-12-21 16:44:43 +01:00
Jaromil
a06deb56e5 namespace cleanup for controllers 2008-12-16 01:35:37 +01:00
Jaromil
d421ae9239 java and perl language bindings,
build of language bindings re-organised
2008-12-08 00:40:28 +01:00