]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/src/Makefile.am
* changed handling of ' (\primes) with a few patches in the stylesheets
[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   $(GLIB2_LIBS) \
8   $(GMETADOM_LIBS) \
9   $(GDOMEXSLT_LIBS)
10
11 libeditex_la_SOURCES = \
12   Diff.cc \
13   CLoggerConsole.cc \
14   TPushLexer.cc \
15   LPushLexer.cc \
16   APushParser.cc \
17   TPushParser.cc \
18   CMathMLFactoryXSLT.cc \
19   CMathMLFactoryXSLTDiff.cc \
20   TDictionary.cc \
21   TDocument.cc \
22   TNode.cc \
23   TTokenizer.cc
24
25 pkginclude_HEADERS = \
26   Diff.hh \
27   ALogger.hh \
28   CLoggerConsole.hh \
29   APushLexer.hh \
30   APushParser.hh \
31   AMathMLFactory.hh \
32   CMathMLFactoryXSLT.hh \
33   CMathMLFactoryXSLTDiff.hh \
34   TPushLexer.hh \
35   LPushLexer.hh \
36   TPushParser.hh \
37   TTokenizer.hh \
38   TDictionary.hh \
39   TDocument.hh \
40   TNode.hh \
41   TListener.hh \
42   dom.hh
43
44 INCLUDES = \
45   $(GLIB2_CFLAGS) \
46   $(GMETADOM_CFLAGS) \
47   $(GDOMEXSLT_CFLAGS)
48