mirror of
https://github.com/php/php-src.git
synced 2024-12-04 15:23:44 +08:00
7 lines
158 B
Makefile
7 lines
158 B
Makefile
# $Id$
|
|
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
|
|
noinst_LIBRARIES=libphpext_pcre.a
|
|
libphpext_pcre_a_SOURCES=php_pcre.c
|
|
SUBDIRS=@PCRE_SUBDIR@
|