Commit Graph

22 Commits

Author SHA1 Message Date
Benjamin Dauvergne 23d91efac3 Use the AM_PATH_PYTHON macro instead of custom macros 2022-04-27 10:44:57 +02:00
Benjamin Dauvergne 4a880977d1 Remove ID-WSF 1.0, 2.0 and WS-* support (#56644)
It has been deprecated for a long time.
2021-09-11 18:54:41 +02:00
Benjamin Dauvergne 150de26bff Clean python cache when building python3 binding
Python3 store .pyc cache in hidden directory __pycache__, distcheck
complained that the source directory was not completely clean after a
distclean.
2018-07-24 11:29:28 +02:00
Benjamin Dauvergne c5ec98a018 Makefile.am: fix automake warning
It fixes this warning:

	warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

it seems INCLUDES is not to be used anymore.
2015-08-24 10:18:52 +02:00
Benjamin Dauvergne 6b86aa67ef [Bindings] improve cleaning and distribution buiding 2010-07-21 13:56:49 +00:00
Benjamin Dauvergne 2348566c2a Bindings: make binding generation more silent
* 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.
2010-02-01 00:16:21 +00:00
Benjamin Dauvergne 076d78fb21 Add bindings/python/examples to dist file 2010-01-16 15:55:54 +00:00
Benjamin Dauvergne 65642d732c Bindings: in bindings/python/Makefile.am, precise generated files dependencies 2010-01-04 09:15:48 +00:00
Benjamin Dauvergne e6b196279f Clean generated files in bindings
* bindings/java/Makefile.am:
  * bindings/php5/Makefile.am:
  * bindings/python/Makefile.am:
   - reformat value and add generated files to the MOSTLYCLEANFILES
     variable
2008-11-04 01:58:44 +00:00
Benjamin Dauvergne 180fb41fa7 * When --enable-debugging is used, add -Wno-xxx options to AM_CFLAGS so that
bindings compile with -Werror (-Werror is activated by --enable-debugging now)
2008-09-12 13:57:34 +00:00
Benjamin Dauvergne 3cb66dc03e add moved files to EXTRA_DIST 2008-08-05 14:53:16 +00:00
Benjamin Dauvergne 1fae093527 Move all python binding related files inside the python subdirectory 2008-08-05 14:52:52 +00:00
Benjamin Dauvergne 933458c068 add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am 2008-05-27 15:27:30 +00:00
Benjamin Dauvergne 551c643284 fix INCLUDES var, put top_builddir first 2008-05-26 22:58:26 +00:00
Frédéric Péters 4fc7014324 [project @ fpeters@0d.be-20080423100400-sbs984j19ik6dxzi]
merge


Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-04-23 12:04:00.477000+02:00
2008-04-29 12:10:36 +00:00
Frédéric Péters 7b549d0ce3 [project @ fpeters@0d.be-20080325172346-eitu3onvzps4b30z]
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
2008-04-29 12:08:27 +00:00
Frédéric Péters 1ada7e4c22 [project @ fpeters@0d.be-20080310093300-2iv41ihnuify54po]
merging benjamin branch

Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-03-10 10:33:00.592000+01:00
2008-04-29 12:08:03 +00:00
Frédéric Péters 4e43c605c2 [project @ fpeters@0d.be-20080309152828-pw4gd3lcm7rb7dxd]
merging benjamin branch


Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-03-09 16:28:28.854000+01:00
2008-04-29 12:07:59 +00:00
Frédéric Péters ca08831c96 [project @ fpeters@0d.be-20071120201438-11ybvaefw3o02p7h]
clean built files


Original author: Frederic Peters <fpeters@0d.be>
Date: 2007-11-20 21:14:38.792000+01:00
2008-04-29 12:06:08 +00:00
Frédéric Péters 21f30edd64 [project @ fpeters@0d.be-20071120151830-wdnobbexiv300ibb]
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
2008-04-29 12:06:00 +00:00
Frédéric Péters b413aa1533 [project @ fpeters@0d.be-20071113192919-3g05qazwjjhivlsh]
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
2008-04-29 12:05:38 +00:00
Frédéric Péters 44f6e18fe3 [project @ fpeters@0d.be-20071028140359-qhawdgrwjhk97y32]
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
2008-04-29 12:03:17 +00:00