php-src/ext/xml/expat/Makefile.in

9 lines
233 B
Makefile
Raw Normal View History

LTLIBRARY_NAME = libexpat.la
LTLIBRARY_DEPENDENCIES = xmltok/libexpat_tok.la xmlparse/libexpat_parse.la
LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES)
SUBDIRS = xmltok xmlparse
include $(top_srcdir)/build/ltlib.mk