]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/Makefile.in
Bug fixed. In the previous version, all right open macros and all delimited arguments
[helm.git] / helm / DEVEL / mathml_editor / src / Makefile.in
index 4cd204308851354a976fc8c3a5f995212adfa3bd..793d7145161341f1b4a2c066d1dcf3481c05794d 100644 (file)
@@ -103,10 +103,10 @@ lib_LTLIBRARIES = libeditex.la
 
 libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@
 
-libeditex_la_SOURCES =    Diff.cc   CLoggerConsole.cc   TPushLexer.cc   APushParser.cc   TPushParser.cc   CMathMLFactoryXSLT.cc   CMathMLFactoryXSLTDiff.cc   TDictionary.cc   TDocument.cc   TNode.cc   TTokenizer.cc
+libeditex_la_SOURCES =    Diff.cc   CLoggerConsole.cc   TPushLexer.cc   LPushLexer.cc   APushParser.cc   TPushParser.cc   CMathMLFactoryXSLT.cc   CMathMLFactoryXSLTDiff.cc   TDictionary.cc   TDocument.cc   TNode.cc   TTokenizer.cc
 
 
-pkginclude_HEADERS =    Diff.hh   ALogger.hh   CLoggerConsole.hh   APushLexer.hh   APushParser.hh   AMathMLFactory.hh   CMathMLFactoryXSLT.hh   CMathMLFactoryXSLTDiff.hh   TPushLexer.hh   TPushParser.hh   TTokenizer.hh   TDictionary.hh   TDocument.hh   TNode.hh   TListener.hh   dom.hh
+pkginclude_HEADERS =    Diff.hh   ALogger.hh   CLoggerConsole.hh   APushLexer.hh   APushParser.hh   AMathMLFactory.hh   CMathMLFactoryXSLT.hh   CMathMLFactoryXSLTDiff.hh   TPushLexer.hh   LPushLexer.hh   TPushParser.hh   TTokenizer.hh   TDictionary.hh   TDocument.hh   TNode.hh   TListener.hh   dom.hh
 
 
 INCLUDES = $(GMETADOM_CFLAGS) $(GDOMEXSLT_CFLAGS)
@@ -120,7 +120,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I..
 LIBS = @LIBS@
 libeditex_la_LIBADD = 
 libeditex_la_OBJECTS =  Diff.lo CLoggerConsole.lo TPushLexer.lo \
-APushParser.lo TPushParser.lo CMathMLFactoryXSLT.lo \
+LPushLexer.lo APushParser.lo TPushParser.lo CMathMLFactoryXSLT.lo \
 CMathMLFactoryXSLTDiff.lo TDictionary.lo TDocument.lo TNode.lo \
 TTokenizer.lo
 CXXFLAGS = @CXXFLAGS@
@@ -139,8 +139,8 @@ TAR = tar
 GZIP_ENV = --best
 DEP_FILES =  .deps/APushParser.P .deps/CLoggerConsole.P \
 .deps/CMathMLFactoryXSLT.P .deps/CMathMLFactoryXSLTDiff.P .deps/Diff.P \
-.deps/TDictionary.P .deps/TDocument.P .deps/TNode.P .deps/TPushLexer.P \
-.deps/TPushParser.P .deps/TTokenizer.P
+.deps/LPushLexer.P .deps/TDictionary.P .deps/TDocument.P .deps/TNode.P \
+.deps/TPushLexer.P .deps/TPushParser.P .deps/TTokenizer.P
 SOURCES = $(libeditex_la_SOURCES)
 OBJECTS = $(libeditex_la_OBJECTS)