- Sync with trunk up to r46941.
[reactos.git] / dll / 3rdparty / libxslt / Makefile.am
1 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt $(LIBXML_CFLAGS)
2
3 lib_LTLIBRARIES = libxslt.la
4
5 xsltincdir = $(includedir)/libxslt
6
7 xsltinc_HEADERS = \
8 xslt.h \
9 xsltutils.h \
10 pattern.h \
11 templates.h \
12 variables.h \
13 keys.h \
14 numbersInternals.h \
15 extensions.h \
16 extra.h \
17 functions.h \
18 namespaces.h \
19 imports.h \
20 attributes.h \
21 documents.h \
22 preproc.h \
23 transform.h \
24 security.h \
25 xsltInternals.h \
26 xsltconfig.h \
27 xsltexports.h \
28 xsltlocale.h
29
30 libxslt_la_SOURCES = \
31 attrvt.c \
32 xslt.c \
33 xsltlocale.c \
34 xsltutils.c \
35 pattern.c \
36 templates.c \
37 variables.c \
38 keys.c \
39 numbers.c \
40 extensions.c \
41 extra.c \
42 functions.c \
43 namespaces.c \
44 imports.c \
45 attributes.c \
46 documents.c \
47 preproc.c \
48 transform.c \
49 security.c \
50 win32config.h \
51 xsltwin32config.h \
52 xsltwin32config.h.in \
53 libxslt.h
54
55 if USE_VERSION_SCRIPT
56 LIBXSLT_VERSION_SCRIPT = $(VERSION_SCRIPT_FLAGS)$(srcdir)/libxslt.syms
57 else
58 LIBXSLT_VERSION_SCRIPT =
59 endif
60
61 libxslt_la_LIBADD = $(EXTRA_LIBS)
62 libxslt_la_LDFLAGS = \
63 $(WIN32_EXTRA_LDFLAGS) \
64 $(LIBXSLT_VERSION_SCRIPT) \
65 -version-info @LIBXSLT_VERSION_INFO@
66
67 man_MANS = libxslt.3
68
69 EXTRA_DIST = $(man_MANS) trio.h triodef.h libxslt.syms
70
71 xsltproc: all
72 @(cd ../xsltproc ; $(MAKE))
73
74 install-exec-hook:
75 $(mkinstalldirs) "$(DESTDIR)$(libdir)/libxslt-plugins"