php-src/ext/xml/expat/Makefile.in
2000-05-01 22:00:09 +00:00

13 lines
282 B
Makefile

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