]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/src/Makefile.am
Bug fixed. In the previous version, all right open macros and all delimited arguments
[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_SOURCES = \
7   Diff.cc \
8   CLoggerConsole.cc \
9   TPushLexer.cc \
10   LPushLexer.cc \
11   APushParser.cc \
12   TPushParser.cc \
13   CMathMLFactoryXSLT.cc \
14   CMathMLFactoryXSLTDiff.cc \
15   TDictionary.cc \
16   TDocument.cc \
17   TNode.cc \
18   TTokenizer.cc
19
20 pkginclude_HEADERS = \
21   Diff.hh \
22   ALogger.hh \
23   CLoggerConsole.hh \
24   APushLexer.hh \
25   APushParser.hh \
26   AMathMLFactory.hh \
27   CMathMLFactoryXSLT.hh \
28   CMathMLFactoryXSLTDiff.hh \
29   TPushLexer.hh \
30   LPushLexer.hh \
31   TPushParser.hh \
32   TTokenizer.hh \
33   TDictionary.hh \
34   TDocument.hh \
35   TNode.hh \
36   TListener.hh \
37   dom.hh
38
39 INCLUDES = $(GMETADOM_CFLAGS) $(GDOMEXSLT_CFLAGS)
40