X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FMakefile.am;h=1f3a12ddf6070603ceb5b86a9e82720a04e95142;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=f440e528c880b94be193a409a9c685b49b87a084;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index f440e528c..1f3a12ddf 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -3,25 +3,55 @@ lib_LTLIBRARIES = libeditex.la libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@ +libeditex_la_LIBADD = \ + $(GMETADOM_LIBS) \ + $(GDOMEXSLT_LIBS) \ + -lstdc++ + libeditex_la_SOURCES = \ + Diff.cc \ + CLoggerConsole.cc \ + ITPushLexer.cc \ + ILPushLexer.cc \ TPushLexer.cc \ + LPushLexer.cc \ + APushParser.cc \ TPushParser.cc \ + AMathMLFactory.cc \ + CMathMLFactoryXSLT.cc \ + CMathMLFactoryXSLTDiff.cc \ TDictionary.cc \ TDocument.cc \ TNode.cc \ - TTokenizer.cc + TTokenizer.cc \ + timer.cc pkginclude_HEADERS = \ + Diff.hh \ + ALogger.hh \ + CLoggerConsole.hh \ APushLexer.hh \ APushParser.hh \ + AMathMLFactory.hh \ + AMathMLConsumer.hh \ + CMathMLFactoryXSLT.hh \ + CMathMLFactoryXSLTDiff.hh \ TPushLexer.hh \ + LPushLexer.hh \ + ITPushLexer.hh \ + ILPushLexer.hh \ TPushParser.hh \ TTokenizer.hh \ TDictionary.hh \ TDocument.hh \ TNode.hh \ TListener.hh \ - dom.hh + TToken.hh \ + globals.hh \ + dom.hh \ + timer.hh -INCLUDES = $(GMETADOM_CFLAGS) $(GDOMEXSLT_CFLAGS) +INCLUDES = \ + $(GMETADOM_CFLAGS) \ + $(GDOMEXSLT_CFLAGS)