mirror of
https://github.com/php/php-src.git
synced 2024-12-28 11:20:29 +08:00
13 lines
342 B
Makefile
13 lines
342 B
Makefile
# $Id$
|
|
|
|
SRC=xml.c
|
|
INCLUDES=@INCLUDES@ @XML_INCLUDE@ -I@top_srcdir@ -I@top_srcdir@/Zend
|
|
noinst_LTLIBRARIES=@XML_STATIC@
|
|
EXTRA_LTLIBRARIES=libphpext_xml.la xml.la
|
|
libphpext_xml_la_SOURCES=$(SRC)
|
|
phplib_LTLIBRARIES=@XML_SHARED@
|
|
xml_la_SOURCES=$(SRC)
|
|
xml_la_LIBADD=@XML_LIBS@
|
|
xml_la_LDFLAGS=-avoid-version -module -rpath $(phplibdir)
|
|
EXTRA_LIBS=
|