]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/src/Makefile.am
ocaml 3.09 transition
[helm.git] / helm / DEVEL / mathml_editor / src / Makefile.am
1
2 lib_LTLIBRARIES = libeditex.la
3
4 libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@
5
6 libeditex_la_LIBADD = \
7   $(GMETADOM_LIBS) \
8   $(GDOMEXSLT_LIBS) \
9   -lstdc++
10
11 libeditex_la_SOURCES = \
12   Diff.cc \
13   CLoggerConsole.cc \
14   ITPushLexer.cc \
15   ILPushLexer.cc \
16   TPushLexer.cc \
17   LPushLexer.cc \
18   APushParser.cc \
19   TPushParser.cc \
20   AMathMLFactory.cc \
21   CMathMLFactoryXSLT.cc \
22   CMathMLFactoryXSLTDiff.cc \
23   TDictionary.cc \
24   TDocument.cc \
25   TNode.cc \
26   TTokenizer.cc \
27   timer.cc
28
29 pkginclude_HEADERS = \
30   Diff.hh \
31   ALogger.hh \
32   CLoggerConsole.hh \
33   APushLexer.hh \
34   APushParser.hh \
35   AMathMLFactory.hh \
36   AMathMLConsumer.hh \
37   CMathMLFactoryXSLT.hh \
38   CMathMLFactoryXSLTDiff.hh \
39   TPushLexer.hh \
40   LPushLexer.hh \
41   ITPushLexer.hh \
42   ILPushLexer.hh \
43   TPushParser.hh \
44   TTokenizer.hh \
45   TDictionary.hh \
46   TDocument.hh \
47   TNode.hh \
48   TListener.hh \
49   TToken.hh \
50   globals.hh \
51   dom.hh \
52   timer.hh
53
54 INCLUDES = \
55   $(GMETADOM_CFLAGS) \
56   $(GDOMEXSLT_CFLAGS)
57