mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00

- added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
10 lines
210 B
Makefile
10 lines
210 B
Makefile
|
|
DEPTH = ..
|
|
topsrcdir = @topsrcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
LTLIBRARY_NAME = libregex.la
|
|
LTLIBRARY_SOURCES = regcomp.c regexec.c regerror.c regfree.c
|
|
|
|
include $(topsrcdir)/build/ltlib.mk
|