mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
11 lines
244 B
Makefile
11 lines
244 B
Makefile
|
|
LTLIBRARY_NAME = libpcre.la
|
|
LTLIBRARY_SOURCES = php_pcre.c
|
|
LTLIBRARY_LIBADD = $(PCRE_LIBADD)
|
|
LTLIBRARY_SHARED_NAME = pcre.la
|
|
LTLIBRARY_SHARED_LIBADD = $(PCRE_SHARED_LIBADD)
|
|
|
|
SUBDIRS = $(PCRE_SUBDIRS)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|