mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
f2f8d38efa
- 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.
11 lines
179 B
Makefile
11 lines
179 B
Makefile
|
|
DEPTH = ../..
|
|
topsrcdir = @topsrcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
LTLIBRARY_NAME = libfdf.la
|
|
LTLIBRARY_SOURCES = fdf.c
|
|
|
|
include $(topsrcdir)/build/ltlib.mk
|