]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
Properly fix bug 3258.
[lyx.git] / src / mathed / Makefile.am
index d1491f253c77eb6d1e1d624f8cde308f7a21b3b8..9b2e2039ebea871b369ae3c1fde32031e733079f 100644 (file)
-AUTOMAKE_OPTIONS = foreign 1.4
-DISTCLEANFILES= *.orig *.rej *~ *.bak core
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+include $(top_srcdir)/config/common.am
+
+EXTRA_DIST = pch.h InsetFormulaMacro.cpp
+
+BUILT_SOURCES = $(PCH_FILE)
+
 noinst_LTLIBRARIES = libmathed.la
-LIBS=
-ETAGS_ARGS = --lang=c++
-BOOST_INCLUDES = -I$(top_srcdir)/boost
-INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+
+AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libmathed_la_SOURCES = \
-       formulabase.C \
-       formulabase.h \
-       formula.C \
-       formula.h \
-       formulamacro.C \
-       formulamacro.h \
-       math_amsarrayinset.C \
-       math_amsarrayinset.h \
-       math_arrayinset.C \
-       math_arrayinset.h \
-       math_atom.C \
-       math_atom.h \
-       math_biginset.C \
-       math_biginset.h \
-       math_binominset.C \
-       math_binominset.h \
-       math_braceinset.C \
-       math_braceinset.h \
-       math_boxinset.C \
-       math_boxinset.h \
-       math_binaryopinset.C \
-       math_binaryopinset.h \
-       math_casesinset.C \
-       math_casesinset.h \
-       math_charinset.C \
-       math_charinset.h \
-       math_cursor.C \
-       math_cursor.h \
-       math_data.C \
-       math_data.h \
-       math_decorationinset.C \
-       math_decorationinset.h \
-       math_defs.h \
-       math_deliminset.C \
-       math_deliminset.h \
-       math_diffinset.C \
-       math_diffinset.h \
-       math_diminset.C \
-       math_diminset.h \
-       math_dotsinset.C \
-       math_dotsinset.h \
-       math_extern.C \
-       math_extern.h \
-       math_exfuncinset.C \
-       math_exfuncinset.h \
-       math_exintinset.C \
-       math_exintinset.h \
-       math_factory.C \
-       math_factory.h \
-       math_fracinset.C \
-       math_fracinset.h \
-       math_fracbase.C \
-       math_fracbase.h \
-       math_funcinset.C \
-       math_funcinset.h \
-       math_funcliminset.C \
-       math_funcliminset.h \
-       math_gridinset.C \
-       math_gridinset.h \
-       math_hash.C \
-       math_hullinset.C \
-       math_hullinset.h \
-       math_inset.C \
-       math_inset.h \
-       math_iterator.C \
-       math_iterator.h \
-       math_kerninset.C \
-       math_kerninset.h \
-       math_lefteqninset.C \
-       math_lefteqninset.h \
-       math_limitopinset.C \
-       math_limitopinset.h \
-       math_macro.C \
-       math_macro.h \
-       math_macroarg.C \
-       math_macroarg.h \
-       math_macrotemplate.C \
-       math_macrotemplate.h \
-       math_macrotable.C \
-       math_macrotable.h \
-       math_mathmlstream.C \
-       math_mathmlstream.h \
-       math_matrixinset.C \
-       math_matrixinset.h \
-       math_metricsinfo.h \
-       math_metricsinfo.C \
-       math_nestinset.C \
-       math_nestinset.h \
-       math_notinset.C \
-       math_notinset.h \
-       math_parser.C \
-       math_parser.h \
-       math_pos.C \
-       math_pos.h \
-       math_replace.h \
-       math_rootinset.C \
-       math_rootinset.h \
-       math_scriptinset.C \
-       math_scriptinset.h \
-       math_sizeinset.C \
-       math_sizeinset.h \
-       math_spaceinset.C \
-       math_spaceinset.h \
-       math_specialcharinset.C \
-       math_specialcharinset.h \
-       math_splitinset.C \
-       math_splitinset.h \
-       math_sqrtinset.C \
-       math_sqrtinset.h \
-       math_stackrelinset.C \
-       math_stackrelinset.h \
-       math_streamstr.C \
-       math_streamstr.h \
-       math_stringinset.C \
-       math_stringinset.h \
-       math_substackinset.C \
-       math_substackinset.h \
-       math_support.C \
-       math_support.h \
-       math_symbolinset.C \
-       math_symbolinset.h \
-       math_unknowninset.C \
-       math_unknowninset.h \
-       math_undersetinset.C \
-       math_undersetinset.h \
-       math_xarrowinset.C \
-       math_xarrowinset.h \
-       math_xdata.C \
-       math_xdata.h \
-       math_xyarrowinset.C \
-       math_xyarrowinset.h \
-       math_xymatrixinset.C \
-       math_xymatrixinset.h
+       InsetMathAMSArray.cpp \
+       InsetMathAMSArray.h \
+       InsetMathArray.cpp \
+       InsetMathArray.h \
+       InsetMathBig.cpp \
+       InsetMathBig.h \
+       InsetMathBinom.cpp \
+       InsetMathBinom.h \
+       InsetMathBoldSymbol.cpp \
+       InsetMathBoldSymbol.h \
+       InsetMathBox.cpp \
+       InsetMathBoxed.cpp \
+       InsetMathBoxed.h \
+       InsetMathBox.h \
+       InsetMathBrace.cpp \
+       InsetMathBrace.h \
+       InsetMath.cpp \
+       InsetMathCases.cpp \
+       InsetMathCases.h \
+       InsetMathChar.cpp \
+       InsetMathChar.h \
+       InsetMathColor.cpp \
+       InsetMathColor.h \
+       CommandInset.cpp \
+       CommandInset.h \
+       InsetMathComment.cpp \
+       InsetMathComment.h \
+       InsetMathDecoration.cpp \
+       InsetMathDecoration.h \
+       InsetMathDelim.cpp \
+       InsetMathDelim.h \
+       InsetMathDFrac.cpp \
+       InsetMathDFrac.h \
+       InsetMathDiff.cpp \
+       InsetMathDiff.h \
+       InsetMathDots.cpp \
+       InsetMathDots.h \
+       InsetMathEnv.cpp \
+       InsetMathEnv.h \
+       InsetMathExFunc.cpp \
+       InsetMathExFunc.h \
+       InsetMathExInt.cpp \
+       InsetMathExInt.h \
+       InsetMathFBox.cpp \
+       InsetMathFBox.h \
+       InsetMathFont.cpp \
+       InsetMathFont.h \
+       InsetMathFontOld.cpp \
+       InsetMathFontOld.h \
+       InsetMathFracBase.cpp \
+       InsetMathFracBase.h \
+       InsetMathFrac.cpp \
+       InsetMathFrac.h \
+       InsetMathFrameBox.cpp \
+       InsetMathFrameBox.h \
+       InsetMathGrid.cpp \
+       InsetMathGrid.h \
+       InsetMath.h \
+       InsetMathHull.cpp \
+       InsetMathHull.h \
+       InsetMathKern.cpp \
+       InsetMathKern.h \
+       InsetMathLefteqn.cpp \
+       InsetMathLefteqn.h \
+       InsetMathLim.cpp \
+       InsetMathLim.h \
+       MathMacro.cpp \
+       MathMacro.h \
+       InsetMathMakebox.cpp \
+       InsetMathMakebox.h \
+       InsetMathMatrix.cpp \
+       InsetMathMatrix.h \
+       InsetMathNest.cpp \
+       InsetMathNest.h \
+       InsetMathNumber.cpp \
+       InsetMathNumber.h \
+       InsetMathOverset.cpp \
+       InsetMathOverset.h \
+       InsetMathPar.cpp \
+       InsetMathPar.h \
+       InsetMathPhantom.cpp \
+       InsetMathPhantom.h \
+       InsetMathRef.cpp \
+       InsetMathRef.h \
+       InsetMathRoot.cpp \
+       InsetMathRoot.h \
+       InsetMathScript.cpp \
+       InsetMathScript.h \
+       InsetMathSize.cpp \
+       InsetMathSize.h \
+       InsetMathSpace.cpp \
+       InsetMathSpace.h \
+       InsetMathSplit.cpp \
+       InsetMathSplit.h \
+       InsetMathSqrt.cpp \
+       InsetMathSqrt.h \
+       InsetMathStackrel.cpp \
+       InsetMathStackrel.h \
+       InsetMathString.cpp \
+       InsetMathString.h \
+       InsetMathSubstack.cpp \
+       InsetMathSubstack.h \
+       InsetMathSymbol.cpp \
+       InsetMathSymbol.h \
+       InsetMathTabular.cpp \
+       InsetMathTabular.h \
+       InsetMathTFrac.cpp \
+       InsetMathTFrac.h \
+       InsetMathUnderset.cpp \
+       InsetMathUnderset.h \
+       InsetMathUnknown.cpp \
+       InsetMathUnknown.h \
+       InsetMathXArrow.cpp \
+       InsetMathXArrow.h \
+       InsetMathXYMatrix.cpp \
+       InsetMathXYMatrix.h \
+       MathAtom.cpp \
+       MathAtom.h \
+       MathAutoCorrect.cpp \
+       MathAutoCorrect.h \
+       MathData.cpp \
+       MathData.h \
+       MathExtern.cpp \
+       MathExtern.h \
+       MathFactory.cpp \
+       MathFactory.h \
+       MathGridInfo.h \
+       MathMacroArgument.cpp \
+       MathMacroArgument.h \
+       MacroTable.cpp \
+       MacroTable.h \
+       MathMacroTemplate.cpp \
+       MathMacroTemplate.h \
+       MathParser.cpp \
+       MathParser.h \
+       ReplaceData.h \
+       MathStream.cpp \
+       MathStream.h \
+       MathSupport.cpp \
+       MathSupport.h \
+       TextPainter.cpp \
+       TextPainter.h 
+#      InsetMathMBox.cpp
+#      InsetMathMBox.h
+