mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
32 lines
652 B
Makefile
32 lines
652 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
xmlincdir = $(includedir)
|
|
|
|
xmlinc_HEADERS = \
|
|
libxml/xmlversion.h.in \
|
|
libxml/SAX.h \
|
|
libxml/entities.h \
|
|
libxml/encoding.h \
|
|
libxml/parser.h \
|
|
libxml/parserInternals.h \
|
|
libxml/xmlerror.h \
|
|
libxml/HTMLparser.h \
|
|
libxml/HTMLtree.h \
|
|
libxml/debugXML.h \
|
|
libxml/tree.h \
|
|
libxml/xpath.h \
|
|
libxml/xpointer.h \
|
|
libxml/xmlIO.h \
|
|
libxml/xmlmemory.h \
|
|
libxml/nanohttp.h \
|
|
libxml/nanoftp.h \
|
|
libxml/uri.h \
|
|
libxml/valid.h \
|
|
libxml/xlink.h \
|
|
libxml/xmlversion.h
|
|
|
|
install-exec-hook:
|
|
$(mkinstalldirs) $(xmlincdir) $(xmlincdir)/libxml
|
|
|
|
EXTRA_DIST = win32config.h
|