summaryrefslogtreecommitdiffstats
path: root/bindings/python/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* [Bindings] improve cleaning and distribution buidingBenjamin Dauvergne2010-07-211-3/+2
|
* Bindings: make binding generation more silentBenjamin Dauvergne2010-02-011-1/+1
| | | | | | | | * bindings/java/Makefile.am bindings/perl/Makefile.am bindings/php5/Makefile.am bindings/python/Makefile.am: use AM_V_GEN, or similar variable for all steps of binding generation, normal output can be activated with the V=1 argument to the 'make' command.
* Add bindings/python/examples to dist fileBenjamin Dauvergne2010-01-161-1/+1
|
* Bindings: in bindings/python/Makefile.am, precise generated files dependenciesBenjamin Dauvergne2010-01-041-0/+2
|
* Clean generated files in bindingsBenjamin Dauvergne2008-11-041-0/+1
| | | | | | | | * bindings/java/Makefile.am: * bindings/php5/Makefile.am: * bindings/python/Makefile.am: - reformat value and add generated files to the MOSTLYCLEANFILES variable
* * When --enable-debugging is used, add -Wno-xxx options to AM_CFLAGS so thatBenjamin Dauvergne2008-09-121-1/+1
| | | | bindings compile with -Werror (-Werror is activated by --enable-debugging now)
* add moved files to EXTRA_DISTBenjamin Dauvergne2008-08-051-0/+2
|
* Move all python binding related files inside the python subdirectoryBenjamin Dauvergne2008-08-051-1/+1
|
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-271-0/+1
|
* fix INCLUDES var, put top_builddir firstBenjamin Dauvergne2008-05-261-1/+2
|
* [project @ fpeters@0d.be-20080423100400-sbs984j19ik6dxzi]Frederic Peters2008-04-291-1/+1
| | | | | | | | merge Original author: Frederic Peters <fpeters@0d.be> Date: 2008-04-23 12:04:00.477000+02:00
* [project @ fpeters@0d.be-20080325172346-eitu3onvzps4b30z]Frederic Peters2008-04-291-1/+5
| | | | | | | | merging benjamin stuff and adding --enable-id-wsf when id-wsf is asked Original author: Frederic Peters <fpeters@0d.be> Date: 2008-03-25 18:23:46.535000+01:00
* [project @ fpeters@0d.be-20080310093300-2iv41ihnuify54po]Frederic Peters2008-04-291-1/+1
| | | | | | | merging benjamin branch Original author: Frederic Peters <fpeters@0d.be> Date: 2008-03-10 10:33:00.592000+01:00
* [project @ fpeters@0d.be-20080309152828-pw4gd3lcm7rb7dxd]Frederic Peters2008-04-291-1/+1
| | | | | | | | merging benjamin branch Original author: Frederic Peters <fpeters@0d.be> Date: 2008-03-09 16:28:28.854000+01:00
* [project @ fpeters@0d.be-20071120201438-11ybvaefw3o02p7h]Frederic Peters2008-04-291-0/+3
| | | | | | | | clean built files Original author: Frederic Peters <fpeters@0d.be> Date: 2007-11-20 21:14:38.792000+01:00
* [project @ fpeters@0d.be-20071120151830-wdnobbexiv300ibb]Frederic Peters2008-04-291-2/+4
| | | | | | | | | fixed some make distcheck issues (still remaining is access to test data when srcdir != builddir) Original author: Frederic Peters <fpeters@0d.be> Date: 2007-11-20 16:18:30.814000+01:00
* [project @ fpeters@0d.be-20071113192919-3g05qazwjjhivlsh]Frederic Peters2008-04-291-0/+2
| | | | | | | | ported old test cases to the new binding Original author: Frederic Peters <fpeters@0d.be> Date: 2007-11-13 20:29:19.859000+01:00
* [project @ fpeters@0d.be-20071028140359-qhawdgrwjhk97y32]Frederic Peters2008-04-291-0/+26
added Makefile.am files; to integrate within lasso build tree (under a bindings/ directory), this also requires to add those three lines to configure.ac AC_OUTPUT: bindings/Makefile bindings/python/Makefile bindings/php5/Makefile also changed generation script to output files in the current directory Original author: Frederic Peters <fpeters@0d.be> Date: 2007-10-28 15:03:59.480000+01:00