]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/src/Makefile.am
* added license and copyright to every source file
[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   AMathMLConsumer.hh \
33   CMathMLFactoryXSLT.hh \
34   CMathMLFactoryXSLTDiff.hh \
35   TPushLexer.hh \
36   LPushLexer.hh \
37   TPushParser.hh \
38   TTokenizer.hh \
39   TDictionary.hh \
40   TDocument.hh \
41   TNode.hh \
42   TListener.hh \
43   TToken.hh \
44   globals.hh \
45   dom.hh
46
47 INCLUDES = \
48   $(GLIB2_CFLAGS) \
49   $(GMETADOM_CFLAGS) \
50   $(GDOMEXSLT_CFLAGS)
51