mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
with libtool components
* SAPI targets can enable thread-safe mode and define
shared/static/program build target
* all configure scripts use the same config.cache
* phplibdir is $(top_builddir)/modules to avoid
permission problems
* sapi/*/Makefile.inc are gone
* runpath handling cleaned up
* top-level Makefile.in obsoleted through Makefile.am
* --enable-versioning uses libtool's cleaner and more
portable -export-symbols feature
8 lines
242 B
Plaintext
8 lines
242 B
Plaintext
Name: php4_module
|
|
ConfigStart
|
|
RULE_WANTHSREGEX=@HSREGEX@
|
|
LIBS="@NATIVE_RPATHS@ @PHP_LIBS@ @EXTRA_LIBS@ @LIBS@ $LIBS"
|
|
RULE_HIDE=yes
|
|
CFLAGS="$CFLAGS -I@abs_srcdir@ -I@abs_srcdir@/libzend -I@abs_builddir@/libzend -I@abs_builddir@"
|
|
ConfigEnd
|