summaryrefslogtreecommitdiffstats
path: root/php/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-271-1/+1
|
* export SWIG_VERSION into Makefile.amBenjamin Dauvergne2008-05-271-1/+1
| | | | handle swig < 1.3.32 and swig >= 1.3.32 with two different versions of the patch script
* fix INCLUDES, remove obsolete JDK_INCLUDES definitionBenjamin Dauvergne2008-05-261-2/+2
|
* try to avoid detecting php5 as a compatible php versionFrederic Peters2006-12-081-4/+4
|
* removed -dlname argument which disappeared in SWIG 1.3.31 and was alreadyFrederic Peters2006-12-071-1/+1
| | | | optional in 1.3.29
* Helps building outside srcdirFrederic Peters2006-03-211-1/+1
|
* don't patch a lasso_wrap.c that was not just generated by swig.Frederic Peters2005-10-051-1/+2
|
* swig files were split, dependencies needed to be updatedFrederic Peters2005-09-271-2/+2
|
* distribute patch_swig_output; it might come handyFrederic Peters2005-02-081-1/+1
|
* removed .bak file on cleanFrederic Peters2005-01-261-0/+4
|
* no more php/examples/ subdirFrederic Peters2005-01-251-1/+0
|
* Extracted the inheritance of nodes from SWIG in a separate file, to removeEmmanuel Raviart2005-01-171-1/+2
| | | | | | its duplication in Lasso.i. Reorganized Lasso.i.
* integrate patch_swig_output.py in PHP swig module build processFrederic Peters2005-01-101-0/+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
| | | | | those when compiling tests in order to catch errors in headers. Also moved a few things in header files; need more thinking about that.
* please use spaces between variable names and valuesFrederic Peters2004-09-081-3/+3
|
* remove swig -noproxy option for PHPChristophe Nowicki2004-09-071-1/+1
|
* Added php sample-sp to the distribution.Romain Chantereay2004-09-071-0/+1
|
* things were overcomplicated; simplify a bit (for example the DEPDIR dirtyFrederic Peters2004-09-021-27/+10
| | | | | things was necessary because variables were overused; ask me for details if you want)
* Serious rewrite of the automake file.Romain Chantereay2004-08-231-12/+16
| | | | | | | | The php extension is now named lasso. The LTLIBRARIES if for 'php_extension' and no more 'lib'. The swig command invokation is updated to use the new php extension name.
* Now PHP Binding is handled by SWIG.Romain Chantereay2004-08-231-21/+23
|
* Modified PHP extension installation directory, now it is prefixed.Romain Chantereay2004-08-201-2/+1
|
* cleaned Makefile.am (I'm curious about the NULL= idiom; where did it come ↵Frederic Peters2004-08-201-9/+4
| | | | from ?)
* PHP_PREFIX in configure.ac. Add good LDFLAGS and LIBADD to php/Makefile.amChristophe Nowicki2004-08-061-9/+12
| | | | | | | Now php load the lasso extension : $ php -m | grep lasso lasso
* install module in `php-config --extension-dir` in state of /usr/libChristophe Nowicki2004-08-061-0/+3
|
* automake/autoconf support for the php bindingChristophe Nowicki2004-08-051-0/+29