2002-03-13 18:24:44 +00:00
|
|
|
include $(top_srcdir)/config/common.am
|
|
|
|
|
2007-04-25 03:01:35 +00:00
|
|
|
EXTRA_DIST = pch.h InsetFormulaMacro.cpp
|
2005-07-12 23:42:23 +00:00
|
|
|
|
|
|
|
BUILT_SOURCES = $(PCH_FILE)
|
2004-05-28 07:14:58 +00:00
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
noinst_LTLIBRARIES = libmathed.la
|
2002-03-13 18:24:44 +00:00
|
|
|
|
2005-05-20 16:56:28 +00:00
|
|
|
AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
|
2004-08-15 21:45:30 +00:00
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
libmathed_la_SOURCES = \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathAMSArray.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathAMSArray.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathArray.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathArray.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathBig.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathBig.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathBinom.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathBinom.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathBoldSymbol.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathBoldSymbol.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathBox.cpp \
|
|
|
|
InsetMathBoxed.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathBoxed.h \
|
|
|
|
InsetMathBox.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathBrace.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathBrace.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMath.cpp \
|
|
|
|
InsetMathCases.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathCases.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathChar.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathChar.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathColor.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathColor.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathCommand.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathCommand.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathComment.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathComment.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathDecoration.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathDecoration.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathDelim.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathDelim.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathDFrac.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathDFrac.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathDiff.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathDiff.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathDim.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathDim.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathDots.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathDots.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathEnv.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathEnv.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathExFunc.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathExFunc.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathExInt.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathExInt.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathFBox.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathFBox.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathFont.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathFont.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathFontOld.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathFontOld.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathFracBase.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathFracBase.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathFrac.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathFrac.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathFrameBox.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathFrameBox.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathGrid.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathGrid.h \
|
|
|
|
InsetMath.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathHull.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathHull.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathKern.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathKern.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathLefteqn.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathLefteqn.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathLim.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathLim.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathMacro.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathMacro.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathMakebox.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathMakebox.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathMatrix.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathMatrix.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathNest.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathNest.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathNumber.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathNumber.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathOverset.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathOverset.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathPar.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathPar.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathPhantom.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathPhantom.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathRef.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathRef.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathRoot.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathRoot.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathScript.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathScript.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathSize.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathSize.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathSpace.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathSpace.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathSplit.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathSplit.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathSqrt.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathSqrt.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathStackrel.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathStackrel.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathString.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathString.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathSubstack.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathSubstack.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathSymbol.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathSymbol.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathTabular.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathTabular.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathTFrac.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathTFrac.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathUnderset.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathUnderset.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathUnknown.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathUnknown.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathXArrow.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathXArrow.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
InsetMathXYMatrix.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
InsetMathXYMatrix.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
MathAtom.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
MathAtom.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
MathAutoCorrect.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
MathAutoCorrect.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
MathData.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
MathData.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
MathExtern.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
MathExtern.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
MathFactory.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
MathFactory.h \
|
|
|
|
MathGridInfo.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
MathMacroArgument.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
MathMacroArgument.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
MathMacroTable.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
MathMacroTable.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
MathMacroTemplate.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
MathMacroTemplate.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
MathParser.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
MathParser.h \
|
|
|
|
MathReplace.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
MathStream.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
MathStream.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
MathSupport.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
MathSupport.h \
|
2007-04-25 03:01:35 +00:00
|
|
|
TextPainter.cpp \
|
2006-09-17 09:14:18 +00:00
|
|
|
TextPainter.h
|
2007-04-25 03:01:35 +00:00
|
|
|
# InsetMathMBox.cpp
|
2006-09-17 09:14:18 +00:00
|
|
|
# InsetMathMBox.h
|
2005-03-16 17:06:47 +00:00
|
|
|
|