blob: 5f7e7339399b001b70f8bcf7a3f06d87bd9c9d08 [file] [log] [blame]
Owen Taylor3473f882001-02-23 17:55:21 +00001## Process this file with automake to produce Makefile.in
2
3xmlincdir = $(includedir)
4
5xmlinc_HEADERS = \
6 libxml/SAX.h \
7 libxml/entities.h \
8 libxml/encoding.h \
9 libxml/parser.h \
10 libxml/parserInternals.h \
11 libxml/xmlerror.h \
12 libxml/HTMLparser.h \
13 libxml/HTMLtree.h \
14 libxml/debugXML.h \
15 libxml/tree.h \
Daniel Veillard59a3bd32001-02-24 22:41:45 +000016 libxml/list.h \
Owen Taylor3473f882001-02-23 17:55:21 +000017 libxml/hash.h \
18 libxml/xpath.h \
19 libxml/xpathInternals.h \
20 libxml/xpointer.h \
21 libxml/xinclude.h \
22 libxml/xmlIO.h \
23 libxml/xmlmemory.h \
24 libxml/nanohttp.h \
25 libxml/nanoftp.h \
26 libxml/uri.h \
27 libxml/valid.h \
28 libxml/xlink.h \
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000029 libxml/xmlversion.h \
Daniel Veillarda7374592001-05-10 14:17:55 +000030 libxml/DOCBparser.h \
31 libxml/catalog.h
Owen Taylor3473f882001-02-23 17:55:21 +000032
33install-exec-hook:
34 $(mkinstalldirs) $(DESTDIR)$(xmlincdir) $(DESTDIR)$(xmlincdir)/libxml
35
36EXTRA_DIST = win32config.h libxml/xmlversion.h.in
Daniel Veillard6278fb52001-05-25 07:38:41 +000037
38all: $(srcdir)/libxml
39
40$(xmlinc_HEADERS): $(srcdir)/libxml
41
42$(srcdir)/libxml:
43 @(cd $(srcdir); ln -s .. libxml)