mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +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
7 lines
261 B
Makefile
7 lines
261 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
APACHE_INCLUDE=@APACHE_INCLUDE@
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend $(APACHE_INCLUDE)
|
|
noinst_LTLIBRARIES=libphpsapi_apache.la
|
|
libphpsapi_apache_la_SOURCES=sapi_apache.c mod_php4.c
|