]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/src/Makefile.am
Added the completion of the macro's name.
[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_LDADDS = \
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   CMathMLFactoryXSLT.cc \
20   CMathMLFactoryXSLTDiff.cc \
21   TDictionary.cc \
22   TDocument.cc \
23   TNode.cc \
24   TTokenizer.cc
25
26 pkginclude_HEADERS = \
27   Diff.hh \
28   ALogger.hh \
29   CLoggerConsole.hh \
30   APushLexer.hh \
31   APushParser.hh \
32   AMathMLFactory.hh \
33   AMathMLConsumer.hh \
34   CMathMLFactoryXSLT.hh \
35   CMathMLFactoryXSLTDiff.hh \
36   TPushLexer.hh \
37   LPushLexer.hh \
38   ITPushLexer.hh \
39   ILPushLexer.hh \
40   TPushParser.hh \
41   TTokenizer.hh \
42   TDictionary.hh \
43   TDocument.hh \
44   TNode.hh \
45   TListener.hh \
46   TToken.hh \
47   globals.hh \
48   dom.hh
49
50 INCLUDES = \
51   $(GMETADOM_CFLAGS) \
52   $(GDOMEXSLT_CFLAGS)
53