mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
12 lines
321 B
Makefile
12 lines
321 B
Makefile
|
|
LTLIBRARY_NAME = libxml.la
|
|
LTLIBRARY_SOURCES = xml.c
|
|
LTLIBRARY_DEPENDENCIES = $(EXPAT_INTERNAL_LIBADD)
|
|
LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES)
|
|
LTLIBRARY_SHARED_NAME = xml.la
|
|
LTLIBRARY_SHARED_LIBADD = $(EXPAT_SHARED_LIBADD)
|
|
|
|
SUBDIRS = $(EXPAT_SUBDIRS)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|