summaryrefslogtreecommitdiffstats
path: root/php/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: Define builddir and abs_srcdir when they are missing.Richard W.M. Jones2012-06-181-0/+3
| | | | | | | | | | | | | | | | | | | | | RHEL 5-era autoconf did not define these, so define them manually when they are missing. Define builddir as '.' The scripts require this. It won't work in the srcdir != builddir case, but we don't care about that for RHEL 5. This commit also moves the builddir / abs_srcdir variable setting above the include of subdir-rules.mk, in case that include uses these variables. Useful script: for f in $(find -name Makefile.am | xargs fgrep '$(abs_srcdir)' -l) ; do if ! grep -q '^abs_srcdir' $f; then echo missing in $f fi done
* php: Enable 'make clean' in extension subdirectory.Richard W.M. Jones2012-01-221-4/+4
|
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* php: Remove 'make clean' rule in subdirectory.Richard Jones2010-09-051-2/+4
|
* PHP bindings.Richard Jones2010-09-041-0/+58
Note that these are not complete on 32 bit architectures. PHP doesn't offer any convenient 64 bit type (on 32 bit). Therefore you should always use these PHP bindings on 64 bit.