summaryrefslogtreecommitdiffstats
path: root/python/Makefile.am
Commit message (Expand)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
* 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