summaryrefslogtreecommitdiffstats
path: root/python/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | those when compiling tests in order to catch errors in headers. Also moved a few things in header files; need more thinking about that.
* 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
| | | | | things was necessary because variables were overused; ask me for details if you want)
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-281-8/+8
| | | | (python/Makefile.am needs some cleaning IMHO, but I don't understant it).
* Removed SWIG Lasso.c file.Emmanuel Raviart2004-08-271-2/+1
| | | | Added a Python test for defederation (currently it aborts).
* Cleaned a little the automake files.Romain Chantereay2004-08-231-3/+3
| | | | | | | | Proper use of $(top_srcdir). Proper use of $DEPDIR. Added $(top_srcdir)/swig/Lasso.c to java shared object compilation.
* 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
| | | | | Note: Python high-level bindings are not yet updated to use these SWIG bindings.
* Reformated some lines in python Makefile.amRomain Chantereay2004-08-191-2/+2
| | | | Added -I.. to java Makefile.am CFLAGS.
* 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
| | | | python automake use $SWIG instead of swig.
* Now python binding is handled by SWIG. Manou takes the following parts.Romain Chantereay2004-08-191-28/+44
| | | | | All the file in the python directory except Makefile.am are useless now; but I do not remove it.
* properly use libtool convenience libraries (intend is to build correctly onFrederic Peters2004-08-181-4/+4
| | | | hppa)
* New Autotools infrastructure.Romain Chantereay2004-08-031-2/+0
| | | | | | | | | | | | | | | | | | | | | | 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.
* added --enable-python option to ./configure; default is yes.Frederic Peters2004-07-231-4/+6
| | | | --enable-python=no to not compile python bindings.
* 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
python module;