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