Commit Graph

38 Commits

Author SHA1 Message Date
Benjamin Dauvergne 933458c068 add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am 2008-05-27 15:27:30 +00:00
Benjamin Dauvergne dab2625c95 fix INCLUDES, remove obsolete JDK_INCLUDES definition 2008-05-26 22:58:38 +00:00
Frédéric Péters 5d45d29402 Helps building outside srcdir 2006-03-21 08:57:28 +00:00
Frédéric Péters c6abf35401 swig files were split, dependencies needed to be updated 2005-09-27 16:02:48 +00:00
Emmanuel Raviart 9959f834ca Removed now useless sed script (now done by Swig). 2005-06-15 15:06:07 +00:00
Nicolas Clapies d5c84febbb Added support of cyrus libsasl in id-wsf authentication service. 2005-02-24 16:38:46 +00:00
Frédéric Péters 4cbdba491a more hateful Makefile.am to work with both swig 1.3.22 and 1.3.24; perhaps. 2005-02-21 14:41:41 +00:00
Frédéric Péters 1b1847ccb1 hacking against swig 1.3.24 2005-02-21 13:51:12 +00:00
Romain Chantereay 38d7258b4f Escape the $ as begin of a variable name adding another '$'.
Now the '$$' pass '$' to sed and '$' is end of line and no more begin of
variable name.
2005-02-17 11:42:44 +00:00
Romain Chantereay 2f3f58802b Added the temporary files for "int res = 0;" declaration to local cleanning
rule.
2005-02-16 19:28:17 +00:00
Romain Chantereay 902d682ebc result have to be freed with g_free.
corrected a incode declaration. As regexp does not manage multiline expressions,
the comment is replaced by the res integer declaration.
2005-02-16 19:17:56 +00:00
Emmanuel Raviart 02464ae314 Extracted the inheritance of nodes from SWIG in a separate file, to remove
its duplication in Lasso.i.

Reorganized Lasso.i.
2005-01-17 23:37:36 +00:00
Frédéric Péters 599db7b477 don't use $< since it fails with BSD make. 2004-12-29 20:23:33 +00:00
Frédéric Péters 9c45b86263 Commited Nicolas SWIG binding for WSF since he is on vacation. 2004-12-23 10:11:25 +00:00
Frédéric Péters ca7ca6c2ce Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't use
those when compiling tests in order to catch errors in headers.  Also moved a
few things in header files; need more thinking about that.
2004-12-17 18:02:42 +00:00
Romain Chantereay ce352716fd Add windows linker --add-stdcall-alias in order to permit failsafe use of DLLs. 2004-09-07 17:07:59 +00:00
Romain Chantereay a187ddc0d8 Firsts fixes in order to compile Python binding under Darwin. 2004-09-07 14:51:23 +00:00
Frédéric Péters 3038de92ed things were overcomplicated; simplify a bit (for example the DEPDIR dirty
things was necessary because variables were overused; ask me for details if you
want)
2004-09-02 17:47:59 +00:00
Emmanuel Raviart 2ca1008182 SWIG now produces high-level bindings.
(python/Makefile.am needs some cleaning IMHO, but I don't understant it).
2004-08-28 21:37:18 +00:00
Emmanuel Raviart 31aa53988b Removed SWIG Lasso.c file.
Added a Python test for defederation (currently it aborts).
2004-08-27 10:56:39 +00:00
Romain Chantereay 0b33fe9a2d Cleaned a little the automake files.
Proper use of $(top_srcdir).

Proper use of $DEPDIR.

Added $(top_srcdir)/swig/Lasso.c to java shared object compilation.
2004-08-23 17:16:17 +00:00
Frédéric Péters 17c78aa7df I prefer it that way 2004-08-21 10:10:18 +00:00
Romain Chantereay f333b5dabf Removed an useless inclusion directory. 2004-08-20 11:50:08 +00:00
Frédéric Péters ffa64315e9 install lasso.py (and cleaned a bit the Makefile.am) 2004-08-20 09:31:07 +00:00
Frédéric Péters 77474f9e88 fixed includes 2004-08-20 07:58:29 +00:00
Frédéric Péters 9ffb628da4 the quest for a working make distcheck; part 1: srcdir is not always builddir. 2004-08-19 20:03:24 +00:00
Emmanuel Raviart 1bc17f9540 Deeply reworked SWIG bindings for the Lasso objects we currently use.
Note: Python high-level bindings are not yet updated to use these SWIG
      bindings.
2004-08-19 18:16:14 +00:00
Romain Chantereay ed57b05781 Reformated some lines in python Makefile.am
Added -I.. to java Makefile.am CFLAGS.
2004-08-19 17:03:04 +00:00
Romain Chantereay 0d5a96551e Some modifications. 2004-08-19 16:55:15 +00:00
Romain Chantereay 2a04314597 The rules generating the C wrapper is defined generating the python wrapper too. 2004-08-19 16:07:21 +00:00
Romain Chantereay 6fdcd66750 If swig not present: SWIG=echo
python automake use $SWIG instead of swig.
2004-08-19 10:11:40 +00:00
Romain Chantereay 7dc6fd4dac Now python binding is handled by SWIG. Manou takes the following parts.
All the file in the python directory except Makefile.am are useless now; but I
do not remove it.
2004-08-19 08:48:45 +00:00
Frédéric Péters b2a9a14d0b properly use libtool convenience libraries (intend is to build correctly on
hppa)
2004-08-18 14:39:00 +00:00
Romain Chantereay 12babeda63 New Autotools infrastructure.
Don't hesitate to report bug (if any).

Main changes:

- No more, or so few AM_CONDITIONAL.

- Binding compilation use AC_SUBST top level Makefile SUBDIRS.

- Change order of AM Macro.

- Added Macro.

- Fix Windows Compilation.

- New way to handle version number.

- Use of lasso_config.h

- more ? I do not remember.
2004-08-03 15:12:45 +00:00
Frédéric Péters 3f2bad664b added --enable-python option to ./configure; default is yes.
--enable-python=no to not compile python bindings.
2004-07-23 21:36:47 +00:00
Frédéric Péters d601caf152 install python module in site-packages/ 2004-07-23 09:17:33 +00:00
Frédéric Péters 94d475b1a7 setup.py has been removed 2004-07-22 19:26:21 +00:00
Frédéric Péters 71e99e47e3 usage of pkg-config to get library information in configure; automake for the
python module;
2004-07-22 17:00:23 +00:00