summaryrefslogtreecommitdiffstats
path: root/python/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* remove obsolete swig binding csharp, php5, python.Benjamin Dauvergne2008-05-271-45/+0
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-271-1/+1
* fix INCLUDES, remove obsolete JDK_INCLUDES definitionBenjamin Dauvergne2008-05-261-1/+2
* Helps building outside srcdirFrederic Peters2006-03-211-0/+1
* swig files were split, dependencies needed to be updatedFrederic Peters2005-09-271-2/+2
* Removed now useless sed script (now done by Swig).Emmanuel Raviart2005-06-151-4/+0
* Added support of cyrus libsasl in id-wsf authentication service.Nicolas Clapies2005-02-241-1/+2
* more hateful Makefile.am to work with both swig 1.3.22 and 1.3.24; perhaps.Frederic Peters2005-02-211-1/+2
* hacking against swig 1.3.24Frederic Peters2005-02-211-5/+8
* Escape the $ as begin of a variable name adding another '$'.Romain Chantereay2005-02-171-1/+1
* Added the temporary files for "int res = 0;" declaration to local cleanningRomain Chantereay2005-02-161-1/+1
* result have to be freed with g_free.Romain Chantereay2005-02-161-0/+13
* Extracted the inheritance of nodes from SWIG in a separate file, to removeEmmanuel Raviart2005-01-171-1/+2
* don't use $< since it fails with BSD make.Frederic Peters2004-12-291-1/+1
* Commited Nicolas SWIG binding for WSF since he is on vacation.Frederic Peters2004-12-231-1/+1
* Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't useFrederic Peters2004-12-171-1/+1
* Add windows linker --add-stdcall-alias in order to permit failsafe use of DLLs.Romain Chantereay2004-09-071-0/+4
* Firsts fixes in order to compile Python binding under Darwin.Romain Chantereay2004-09-071-1/+4
* things were overcomplicated; simplify a bit (for example the DEPDIR dirtyFrederic Peters2004-09-021-26/+7
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-281-8/+8
* Removed SWIG Lasso.c file.Emmanuel Raviart2004-08-271-2/+1
* Cleaned a little the automake files.Romain Chantereay2004-08-231-3/+3
* I prefer it that wayFrederic Peters2004-08-211-1/+1
* Removed an useless inclusion directory.Romain Chantereay2004-08-201-1/+1
* install lasso.py (and cleaned a bit the Makefile.am)Frederic Peters2004-08-201-24/+18
* fixed includesFrederic Peters2004-08-201-1/+1
* the quest for a working make distcheck; part 1: srcdir is not always builddir.Frederic Peters2004-08-191-2/+2
* Deeply reworked SWIG bindings for the Lasso objects we currently use.Emmanuel Raviart2004-08-191-1/+2
* Reformated some lines in python Makefile.amRomain Chantereay2004-08-191-2/+2
* Some modifications.Romain Chantereay2004-08-191-1/+2
* The rules generating the C wrapper is defined generating the python wrapper too.Romain Chantereay2004-08-191-2/+2
* If swig not present: SWIG=echoRomain Chantereay2004-08-191-1/+1
* Now python binding is handled by SWIG. Manou takes the following parts.Romain Chantereay2004-08-191-28/+44
* properly use libtool convenience libraries (intend is to build correctly onFrederic Peters2004-08-181-4/+4
* New Autotools infrastructure.Romain Chantereay2004-08-031-2/+0
* added --enable-python option to ./configure; default is yes.Frederic Peters2004-07-231-4/+6
* install python module in site-packages/Frederic Peters2004-07-231-4/+2
* setup.py has been removedFrederic Peters2004-07-221-1/+1
* usage of pkg-config to get library information in configure; automake for theFrederic Peters2004-07-221-0/+31