Commit Graph

23 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
dfd1be29c0 bindings/ruby/Makefile.am cleanup
use new variables provided by ruby macros
2009-07-16 19:32:54 +02: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
44d123116d bindings/ruby/Makefile.am cleanup 2009-07-14 13:09:02 +02:00
Luca Bigliardi
ad9dfffcf6 Install freej_extensions.rb
Provide arch-indipendent install variables in ruby.m4 .
Install extensions.
2009-06-22 20:58:37 +01:00
Alex Norman
3e2970caac Ruby binding: linklist collect method
added a collect method for freej's linked lists in the ruby binding.
Created an example script which uses this to print out a list of the
installed filters, sorted by name.
2009-06-22 12:49:48 -07:00
Alex Norman
251d788398 Ruby extensions
Created a separate file for ruby redefinitions and extensions of freej
methods.  removed the extensions hard coded into the ruby swig freej
library and instead load this file in that library [with error
checking].  Updated two example scripts to set paths correctly to use
this new setup [to test before installing].
Also included a .each method for Linkedlist
2009-06-22 12:24:34 -07:00
Luca Bigliardi
bf6d520c34 Relative path for ruby bindings.
Change ruby.m4 to provide a relative path that can be used as an install
target for ruby bindings.
2009-06-21 21:31:00 +01:00
Alex Norman
994988c12a added the rbpre/rbpost.i swig interface files to be dependencies for
freej_ruby.cpp so that when we update the interface files the binding
file will be rebuilt when you call 'make'
2009-06-20 11:22:03 -07: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
Alex Norman
4c670ead1f added MOZJS_CFLAGS to the ruby swig binding's flags.. as we need to
include the javascript headers when building the binding as the freej
controllers depend on javscript
2009-06-18 15:30:49 -07: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
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
979646a7de Fix LDFLAGS overwrite in EL_CONFIG_SCRIPTING_RUBY
Use a private RUBY_LDFLAGS in EL_CONFIG_SCRIPTING_RUBY m4 macro.
2009-03-01 22:50:41 +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
x37v
9e7d08a2f0 exposed "screen.h" (ViewPort) in the swig interface, ignored some of the defines in there,
updated the list classes to be a little more clean, but added another
one that actually lists a lot more data, i figure we should ditch
list_classes.sh but... haven't done it yet.
2008-12-16 02:41:33 -08: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