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

10 lines
279 B
Makefile
Raw Normal View History

LTLIBRARY_NAME = libexpat.la
LTLIBRARY_DEPENDENCIES = xmltok/libexpat_tok.la xmlparse/libexpat_parse.la
LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES)
2000-05-01 03:10:01 +00:00
LTLIBRARY_SHARED_LIBADD = $(LTLIBRARY_LIBADD)
SUBDIRS = xmltok xmlparse
include $(top_srcdir)/build/dynlib.mk