]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/src/Makefile.am
* mini-patch to dictionary
[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
10 libeditex_la_SOURCES = \
11   Diff.cc \
12   CLoggerConsole.cc \
13   ITPushLexer.cc \
14   ILPushLexer.cc \
15   TPushLexer.cc \
16   LPushLexer.cc \
17   APushParser.cc \
18   TPushParser.cc \
19   AMathMLFactory.cc \
20   CMathMLFactoryXSLT.cc \
21   CMathMLFactoryXSLTDiff.cc \
22   TDictionary.cc \
23   TDocument.cc \
24   TNode.cc \
25   TTokenizer.cc
26
27 pkginclude_HEADERS = \
28   Diff.hh \
29   ALogger.hh \
30   CLoggerConsole.hh \
31   APushLexer.hh \
32   APushParser.hh \
33   AMathMLFactory.hh \
34   AMathMLConsumer.hh \
35   CMathMLFactoryXSLT.hh \
36   CMathMLFactoryXSLTDiff.hh \
37   TPushLexer.hh \
38   LPushLexer.hh \
39   ITPushLexer.hh \
40   ILPushLexer.hh \
41   TPushParser.hh \
42   TTokenizer.hh \
43   TDictionary.hh \
44   TDocument.hh \
45   TNode.hh \
46   TListener.hh \
47   TToken.hh \
48   globals.hh \
49   dom.hh
50
51 INCLUDES = \
52   $(GMETADOM_CFLAGS) \
53   $(GDOMEXSLT_CFLAGS)
54