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