mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02: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
7 lines
242 B
Text
7 lines
242 B
Text
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
|