X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FMakefile.in;h=0863b0101d6f1c899baf7652a72a69f07248e270;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=3b01a42bdd24a4c27aa0d88a744174169d771c71;hpb=a2f9abb0b4f07678de024d4afb371ba59183edf0;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/Makefile.in b/helm/DEVEL/mathml_editor/src/Makefile.in index 3b01a42bd..0863b0101 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.in +++ b/helm/DEVEL/mathml_editor/src/Makefile.in @@ -70,8 +70,6 @@ EDITEX_VERSION_INFO = @EDITEX_VERSION_INFO@ EXEEXT = @EXEEXT@ GDOMEXSLT_CFLAGS = @GDOMEXSLT_CFLAGS@ GDOMEXSLT_LIBS = @GDOMEXSLT_LIBS@ -GLIB2_CFLAGS = @GLIB2_CFLAGS@ -GLIB2_LIBS = @GLIB2_LIBS@ GMETADOM_CFLAGS = @GMETADOM_CFLAGS@ GMETADOM_LIBS = @GMETADOM_LIBS@ GTKMATHVIEW_CFLAGS = @GTKMATHVIEW_CFLAGS@ @@ -97,7 +95,6 @@ OCAMLSTDLIBDIR = @OCAMLSTDLIBDIR@ OCAMLSTUBDIR = @OCAMLSTUBDIR@ OCAML_INCLUDE_DIR = @OCAML_INCLUDE_DIR@ PACKAGE = @PACKAGE@ -PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ STRIP = @STRIP@ VERSION = @VERSION@ @@ -106,16 +103,16 @@ lib_LTLIBRARIES = libeditex.la libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@ -libeditex_la_LDADDS = $(GLIB2_LIBS) $(GMETADOM_LIBS) $(GDOMEXSLT_LIBS) +libeditex_la_LDADDS = $(GMETADOM_LIBS) $(GDOMEXSLT_LIBS) -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 +libeditex_la_SOURCES = Diff.cc CLoggerConsole.cc ITPushLexer.cc ILPushLexer.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 LPushLexer.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 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 TToken.hh globals.hh dom.hh -INCLUDES = $(GLIB2_CFLAGS) $(GMETADOM_CFLAGS) $(GDOMEXSLT_CFLAGS) +INCLUDES = $(GMETADOM_CFLAGS) $(GDOMEXSLT_CFLAGS) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h @@ -126,10 +123,10 @@ LTLIBRARIES = $(lib_LTLIBRARIES) DEFS = @DEFS@ -I. -I$(srcdir) -I.. LIBS = @LIBS@ libeditex_la_LIBADD = -libeditex_la_OBJECTS = Diff.lo CLoggerConsole.lo TPushLexer.lo \ -LPushLexer.lo APushParser.lo TPushParser.lo CMathMLFactoryXSLT.lo \ -CMathMLFactoryXSLTDiff.lo TDictionary.lo TDocument.lo TNode.lo \ -TTokenizer.lo +libeditex_la_OBJECTS = Diff.lo CLoggerConsole.lo ITPushLexer.lo \ +ILPushLexer.lo TPushLexer.lo LPushLexer.lo APushParser.lo \ +TPushParser.lo CMathMLFactoryXSLT.lo CMathMLFactoryXSLTDiff.lo \ +TDictionary.lo TDocument.lo TNode.lo TTokenizer.lo CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -146,8 +143,9 @@ TAR = tar GZIP_ENV = --best DEP_FILES = .deps/APushParser.P .deps/CLoggerConsole.P \ .deps/CMathMLFactoryXSLT.P .deps/CMathMLFactoryXSLTDiff.P .deps/Diff.P \ -.deps/LPushLexer.P .deps/TDictionary.P .deps/TDocument.P .deps/TNode.P \ -.deps/TPushLexer.P .deps/TPushParser.P .deps/TTokenizer.P +.deps/ILPushLexer.P .deps/ITPushLexer.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)