]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/src/Makefile.am
* removed GLIB 2 dependencies (GLIB 2 not used!)
[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   TPushLexer.cc \
14   LPushLexer.cc \
15   APushParser.cc \
16   TPushParser.cc \
17   CMathMLFactoryXSLT.cc \
18   CMathMLFactoryXSLTDiff.cc \
19   TDictionary.cc \
20   TDocument.cc \
21   TNode.cc \
22   TTokenizer.cc
23
24 pkginclude_HEADERS = \
25   Diff.hh \
26   ALogger.hh \
27   CLoggerConsole.hh \
28   APushLexer.hh \
29   APushParser.hh \
30   AMathMLFactory.hh \
31   AMathMLConsumer.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   TToken.hh \
43   globals.hh \
44   dom.hh
45
46 INCLUDES = \
47   $(GLIB2_CFLAGS) \
48   $(GMETADOM_CFLAGS) \
49   $(GDOMEXSLT_CFLAGS)
50