]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/src/Makefile.am
* this is a large commit
[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   APushParser.cc \
11   TPushParser.cc \
12   CMathMLFactoryXSLT.cc \
13   CMathMLFactoryXSLTDiff.cc \
14   TDictionary.cc \
15   TDocument.cc \
16   TNode.cc \
17   TTokenizer.cc
18
19 pkginclude_HEADERS = \
20   Diff.hh \
21   ALogger.hh \
22   CLoggerConsole.hh \
23   APushLexer.hh \
24   APushParser.hh \
25   AMathMLFactory.hh \
26   CMathMLFactoryXSLT.hh \
27   CMathMLFactoryXSLTDiff.hh \
28   TPushLexer.hh \
29   TPushParser.hh \
30   TTokenizer.hh \
31   TDictionary.hh \
32   TDocument.hh \
33   TNode.hh \
34   TListener.hh \
35   dom.hh
36
37 INCLUDES = $(GMETADOM_CFLAGS) $(GDOMEXSLT_CFLAGS)
38