X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FMakefile.am;fp=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FMakefile.am;h=f440e528c880b94be193a409a9c685b49b87a084;hb=30060cffed61b88fe53e4d6386b606050d6dfda0;hp=0000000000000000000000000000000000000000;hpb=e6927665462cbbace76cff1b17d4f8badcb44eda;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am new file mode 100644 index 000000000..f440e528c --- /dev/null +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -0,0 +1,27 @@ + +lib_LTLIBRARIES = libeditex.la + +libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@ + +libeditex_la_SOURCES = \ + TPushLexer.cc \ + TPushParser.cc \ + TDictionary.cc \ + TDocument.cc \ + TNode.cc \ + TTokenizer.cc + +pkginclude_HEADERS = \ + APushLexer.hh \ + APushParser.hh \ + TPushLexer.hh \ + TPushParser.hh \ + TTokenizer.hh \ + TDictionary.hh \ + TDocument.hh \ + TNode.hh \ + TListener.hh \ + dom.hh + +INCLUDES = $(GMETADOM_CFLAGS) $(GDOMEXSLT_CFLAGS) +