]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
cosmetics
[lyx.git] / src / Makefile.am
index 318fd20ce88daa87e74e3133de705661ea100c6c..31b2162e77136daf7c5a9f225e2eeafcc15465b3 100644 (file)
@@ -102,6 +102,7 @@ liblyxcore_la_SOURCES = \
        Chktex.h \
        CmdDef.cpp \
        CmdDef.h \
+       ColorCode.h \
        Color.cpp \
        Color.h \
        config.h.in \
@@ -142,6 +143,9 @@ liblyxcore_la_SOURCES = \
        FloatList.h \
        Font.cpp \
        Font.h \
+       FontEnums.h \
+       FontInfo.cpp \
+       FontInfo.h \
        FontIterator.cpp \
        FontIterator.h \
        FontList.cpp \
@@ -156,8 +160,6 @@ liblyxcore_la_SOURCES = \
        gettext.h \
        Graph.cpp \
        Graph.h \
-       Importer.cpp \
-       Importer.h \
        InsetIterator.cpp \
        InsetIterator.h \
        InsetList.cpp \
@@ -194,10 +196,6 @@ liblyxcore_la_SOURCES = \
        LyX.h \
        LyXRC.cpp \
        LyXRC.h \
-       Server.cpp \
-       Server.h \
-       ServerSocket.cpp \
-       ServerSocket.h \
        LyXVC.cpp \
        LyXVC.h \
        MenuBackend.cpp \
@@ -238,6 +236,10 @@ liblyxcore_la_SOURCES = \
        Row.h \
        rowpainter.cpp \
        rowpainter.h \
+       Server.cpp \
+       Server.h \
+       ServerSocket.cpp \
+       ServerSocket.h \
        Session.cpp \
        Session.h \
        sgml.cpp \
@@ -257,6 +259,7 @@ liblyxcore_la_SOURCES = \
        TextClass.h \
        TextClassList.cpp \
        TextClassList.h \
+       TextClassPtr.h \
        TextMetrics.cpp \
        TextMetrics.h \
        TocBackend.cpp \
@@ -317,13 +320,9 @@ liblyxmathed_la_SOURCES = \
        mathed/InsetMathArray.h \
        mathed/InsetMathBig.cpp \
        mathed/InsetMathBig.h \
-       mathed/InsetMathBinom.cpp \
-       mathed/InsetMathBinom.h \
        mathed/InsetMathBoldSymbol.cpp \
        mathed/InsetMathBoldSymbol.h \
        mathed/InsetMathBox.cpp \
-       mathed/InsetMathBoxed.cpp \
-       mathed/InsetMathBoxed.h \
        mathed/InsetMathBox.h \
        mathed/InsetMathBrace.cpp \
        mathed/InsetMathBrace.h \
@@ -342,8 +341,6 @@ liblyxmathed_la_SOURCES = \
        mathed/InsetMathDecoration.h \
        mathed/InsetMathDelim.cpp \
        mathed/InsetMathDelim.h \
-       mathed/InsetMathDFrac.cpp \
-       mathed/InsetMathDFrac.h \
        mathed/InsetMathDiff.cpp \
        mathed/InsetMathDiff.h \
        mathed/InsetMathDots.cpp \
@@ -354,18 +351,12 @@ liblyxmathed_la_SOURCES = \
        mathed/InsetMathExFunc.h \
        mathed/InsetMathExInt.cpp \
        mathed/InsetMathExInt.h \
-       mathed/InsetMathFBox.cpp \
-       mathed/InsetMathFBox.h \
        mathed/InsetMathFont.cpp \
        mathed/InsetMathFont.h \
        mathed/InsetMathFontOld.cpp \
        mathed/InsetMathFontOld.h \
-       mathed/InsetMathFracBase.cpp \
-       mathed/InsetMathFracBase.h \
        mathed/InsetMathFrac.cpp \
        mathed/InsetMathFrac.h \
-       mathed/InsetMathFrameBox.cpp \
-       mathed/InsetMathFrameBox.h \
        mathed/InsetMathGrid.cpp \
        mathed/InsetMathGrid.h \
        mathed/InsetMath.h \
@@ -379,8 +370,6 @@ liblyxmathed_la_SOURCES = \
        mathed/InsetMathLim.h \
        mathed/MathMacro.cpp \
        mathed/MathMacro.h \
-       mathed/InsetMathMakebox.cpp \
-       mathed/InsetMathMakebox.h \
        mathed/InsetMathMatrix.cpp \
        mathed/InsetMathMatrix.h \
        mathed/InsetMathNest.cpp \
@@ -417,8 +406,6 @@ liblyxmathed_la_SOURCES = \
        mathed/InsetMathSymbol.h \
        mathed/InsetMathTabular.cpp \
        mathed/InsetMathTabular.h \
-       mathed/InsetMathTFrac.cpp \
-       mathed/InsetMathTFrac.h \
        mathed/InsetMathUnderset.cpp \
        mathed/InsetMathUnderset.h \
        mathed/InsetMathUnknown.cpp \
@@ -453,8 +440,6 @@ liblyxmathed_la_SOURCES = \
        mathed/MathSupport.h \
        mathed/TextPainter.cpp \
        mathed/TextPainter.h 
-#      mathed/InsetMathMBox.cpp
-#      mathed/InsetMathMBox.h
 
 ############################### Insets  ##############################
 
@@ -533,6 +518,7 @@ liblyxinsets_la_SOURCES = \
        insets/InsetInfo.h \
        insets/InsetLabel.cpp \
        insets/InsetLabel.h \
+       insets/InsetLayout.h \
        insets/InsetLine.cpp \
        insets/InsetLine.h \
        insets/InsetListings.h \