1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00
wine/libs/xml2/Makefile.in
Alexandre Julliard 9d9d4fcc37 libs: Import code from upstream libxml2 2.9.12.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-20 16:16:07 +02:00

41 lines
547 B
Makefile

EXTLIB = libxml2.a
EXTRAINCL = $(XML2_PE_CFLAGS)
EXTRADEFS = -DHAVE_VA_COPY
C_SRCS = \
HTMLparser.c \
HTMLtree.c \
SAX.c \
SAX2.c \
buf.c \
catalog.c \
chvalid.c \
debugXML.c \
dict.c \
encoding.c \
entities.c \
error.c \
globals.c \
hash.c \
list.c \
parser.c \
parserInternals.c \
pattern.c \
relaxng.c \
threads.c \
tree.c \
uri.c \
valid.c \
xinclude.c \
xmlIO.c \
xmlmemory.c \
xmlreader.c \
xmlregexp.c \
xmlsave.c \
xmlschemas.c \
xmlschemastypes.c \
xmlstring.c \
xmlunicode.c \
xpath.c \
xpointer.c