X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=7b62c586f4908a44fdcaa922ec619eb18904472b;hb=42eb8a373a35da02c45c0d225d37f5d677ddfc2d;hp=c2119a170552a5d5461d04bf979e32401f1e7dd7;hpb=d8a6b5bfd0baa02a4ba03f8c9e9c618baf41b03f;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index c2119a1705..7b62c586f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -76,7 +76,6 @@ endif SOURCEFILESCORE = \ Author.cpp \ - BaseClassList.cpp \ BiblioInfo.cpp \ Bidi.cpp \ boost.cpp \ @@ -123,6 +122,7 @@ SOURCEFILESCORE = \ Language.cpp \ LaTeX.cpp \ LaTeXFeatures.cpp \ + LayoutFile.cpp \ Length.cpp \ lengthcommon.cpp \ Lexer.cpp \ @@ -132,7 +132,6 @@ SOURCEFILESCORE = \ LyXFunc.cpp \ LyXRC.cpp \ LyXVC.cpp \ - MenuBackend.cpp \ MetricsInfo.cpp \ ModuleList.cpp \ Mover.cpp \ @@ -159,6 +158,7 @@ SOURCEFILESCORE = \ Text2.cpp \ Text3.cpp \ TexStream.cpp \ + TextClass.cpp \ TextMetrics.cpp \ TocBackend.cpp \ ToolbarBackend.cpp \ @@ -171,7 +171,6 @@ SOURCEFILESCORE = \ HEADERFILESCORE = \ Author.h \ - BaseClassList.h \ BiblioInfo.h \ Bidi.h \ BranchList.h \ @@ -222,8 +221,8 @@ HEADERFILESCORE = \ LaTeXFeatures.h \ LaTeX.h \ Layout.h \ - LayoutPtr.h \ LayoutEnums.h \ + LayoutFile.h \ Length.h \ Lexer.h \ lfuns.h \ @@ -233,7 +232,6 @@ HEADERFILESCORE = \ LyX.h \ LyXRC.h \ LyXVC.h \ - MenuBackend.h \ MetricsInfo.h \ ModuleList.h \ Mover.h \ @@ -275,8 +273,7 @@ HEADERFILESCORE = \ WordList.h STANDALONEFILES = \ - Layout.cpp \ - TextClass.cpp + Layout.cpp lyxcore.cpp: @@ -478,10 +475,6 @@ endif noinst_LTLIBRARIES += liblyxinsets.la -EXTRA_DIST += \ - insets/InsetTheorem.cpp \ - insets/InsetTheorem.h - SOURCEFILESINSETS = \ insets/MailInset.cpp \ insets/ExternalSupport.cpp \ @@ -510,7 +503,6 @@ SOURCEFILESINSETS = \ insets/InsetFootlike.cpp \ insets/InsetGraphicsParams.cpp \ insets/InsetGraphics.cpp \ - insets/InsetHFill.cpp \ insets/InsetHyperlink.cpp \ insets/InsetInclude.cpp \ insets/InsetIndex.cpp \ @@ -566,7 +558,6 @@ HEADERFILESINSETS = \ insets/InsetFootlike.h \ insets/InsetGraphicsParams.h \ insets/InsetGraphics.h \ - insets/InsetHFill.h \ insets/InsetHyperlink.h \ insets/InsetInclude.h \ insets/InsetIndex.h \ @@ -595,9 +586,7 @@ HEADERFILESINSETS = \ # insets/InsetList.cpp \ # insets/InsetList.h \ # insets/InsetSection.h \ -# insets/InsetSection.cpp \ -# insets/InsetTheorem.cpp \ -# insets/InsetTheorem.h +# insets/InsetSection.cpp lyxinsets.cpp: @echo -e '$(SOURCEFILESINSETS:%=\n#include "%")\n' > $@