]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Introduce the notion of math class
[lyx.git] / src / Makefile.am
index 02f0781e3268337fbb708103c6f8547c8d15460d..fc135af00e514d28da3532bf13afae728fdb5258 100644 (file)
@@ -399,6 +399,8 @@ SOURCEFILESMATHED = \
        mathed/InsetMathBox.cpp \
        mathed/InsetMathBrace.cpp \
        mathed/InsetMath.cpp \
+       mathed/InsetMathCancel.cpp \
+       mathed/InsetMathCancelto.cpp \
        mathed/InsetMathCases.cpp \
        mathed/InsetMathChar.cpp \
        mathed/InsetMathColor.cpp \
@@ -420,8 +422,6 @@ SOURCEFILESMATHED = \
        mathed/InsetMathKern.cpp \
        mathed/InsetMathLefteqn.cpp \
        mathed/InsetMathLim.cpp \
-       mathed/InsetMathCancel.cpp \
-       mathed/InsetMathCancelto.cpp \
        mathed/InsetMathMatrix.cpp \
        mathed/InsetMathNest.cpp \
        mathed/InsetMathNumber.cpp \
@@ -447,14 +447,15 @@ SOURCEFILESMATHED = \
        mathed/InsetMathXArrow.cpp \
        mathed/InsetMathXYMatrix.cpp \
        mathed/InsetMathDiagram.cpp \
+       mathed/MacroTable.cpp \
        mathed/MathAtom.cpp \
        mathed/MathAutoCorrect.cpp \
+       mathed/MathClass.cpp \
        mathed/MathData.cpp \
        mathed/MathExtern.cpp \
        mathed/MathFactory.cpp \
        mathed/MathMacro.cpp \
        mathed/MathMacroArgument.cpp \
-       mathed/MacroTable.cpp \
        mathed/MathMacroTemplate.cpp \
        mathed/MathParser.cpp \
        mathed/MathStream.cpp \
@@ -518,6 +519,7 @@ HEADERFILESMATHED = \
        mathed/InsetMathDiagram.h \
        mathed/MathAtom.h \
        mathed/MathAutoCorrect.h \
+       mathed/MathClass.h \
        mathed/MathData.h \
        mathed/MathCompletionList.h \
        mathed/MathExtern.h \
@@ -744,9 +746,9 @@ check_layout_SOURCES = \
        ModuleList.cpp \
        Spacing.cpp \
        TextClass.cpp \
+       support/tests/dummy_functions.cpp \
        tests/check_layout.cpp \
-       tests/boost.cpp \
-       tests/dummy_functions.cpp
+       tests/boost.cpp
 
 check_ExternalTransforms_CPPFLAGS = $(AM_CPPFLAGS)
 check_ExternalTransforms_LDADD = support/liblyxsupport.a $(LIBICONV) $(BOOST_LIBS) @LIBS@ \
@@ -757,9 +759,9 @@ check_ExternalTransforms_SOURCES = \
        insets/ExternalTransforms.cpp \
        Length.cpp \
        lengthcommon.cpp \
+       support/tests/dummy_functions.cpp \
        tests/check_ExternalTransforms.cpp \
-       tests/boost.cpp \
-       tests/dummy_functions.cpp
+       tests/boost.cpp
 
 check_Length_CPPFLAGS = $(AM_CPPFLAGS)
 check_Length_LDADD = support/liblyxsupport.a $(LIBICONV) $(BOOST_LIBS) @LIBS@ \
@@ -768,17 +770,17 @@ check_Length_LDFLAGS = $(QT_LDFLAGS) $(ADD_FRAMEWORKS)
 check_Length_SOURCES = \
        Length.cpp \
        lengthcommon.cpp \
+       support/tests/dummy_functions.cpp \
        tests/check_Length.cpp \
-       tests/boost.cpp \
-       tests/dummy_functions.cpp
+       tests/boost.cpp
 
 check_ListingsCaption_CPPFLAGS = $(AM_CPPFLAGS)
 check_ListingsCaption_LDADD = support/liblyxsupport.a $(LIBICONV) $(BOOST_LIBS) @LIBS@ \
        $(ICONV_LIBS) $(ZLIB_LIBS) $(QT_LIB) $(LIBSHLWAPI)
 check_ListingsCaption_LDFLAGS = $(QT_LDFLAGS) $(ADD_FRAMEWORKS)
 check_ListingsCaption_SOURCES = \
+       support/tests/dummy_functions.cpp \
        tests/check_ListingsCaption.cpp \
-       tests/boost.cpp \
-       tests/dummy_functions.cpp
+       tests/boost.cpp
 
 .PHONY: alltests alltests-recursive updatetests