]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/src/Makefile.am
- the mathql interpreter is not helm-dependent any more
[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
28 pkginclude_HEADERS = \
29   Diff.hh \
30   ALogger.hh \
31   CLoggerConsole.hh \
32   APushLexer.hh \
33   APushParser.hh \
34   AMathMLFactory.hh \
35   AMathMLConsumer.hh \
36   CMathMLFactoryXSLT.hh \
37   CMathMLFactoryXSLTDiff.hh \
38   TPushLexer.hh \
39   LPushLexer.hh \
40   ITPushLexer.hh \
41   ILPushLexer.hh \
42   TPushParser.hh \
43   TTokenizer.hh \
44   TDictionary.hh \
45   TDocument.hh \
46   TNode.hh \
47   TListener.hh \
48   TToken.hh \
49   globals.hh \
50   dom.hh
51
52 INCLUDES = \
53   $(GMETADOM_CFLAGS) \
54   $(GDOMEXSLT_CFLAGS)
55