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