php-src/ext/xml/Makefile.in
Sascha Schumann 953fe189da Overall UNIX build system improvements:
* Makefile header is now completely dynamic
* Absolute paths in (top_)?(src|build)dir and VPATH
  (fixes Tru64 support)
* VPATH does not contain variables anymore
  (fixes UnixWare support)
2000-04-30 03:20:09 +00:00

11 lines
239 B
Makefile

LTLIBRARY_NAME = libxml.la
LTLIBRARY_SOURCES = xml.c
LTLIBRARY_LIBADD = expat/libexpat.la
LTLIBRARY_SHARED_NAME = xml.la
LTLIBRARY_SHARED_LIBADD = $(XML_LIBS)
SUBDIRS = expat
include $(top_srcdir)/build/ltlib.mk