X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=2e7e2e0a7a9d35549ca795491d9c7f4b4eb92547;hb=4056f0ddb150d0e5d60bc5941d51e365eed0ac86;hp=278a4b5af76e74ee101dd0382f8125a0306408ad;hpb=97aa558caca65a79a6fd57504564b51819f8cd79;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index 278a4b5af7..2e7e2e0a7a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -97,7 +97,6 @@ SOURCEFILESCORE = \ Cursor.cpp \ CursorSlice.cpp \ CutAndPaste.cpp \ - debug.cpp \ DepTable.cpp \ DocIterator.cpp \ EmbeddedFiles.cpp \ @@ -114,7 +113,6 @@ SOURCEFILESCORE = \ Format.cpp \ FuncRequest.cpp \ FuncStatus.cpp \ - gettext.cpp \ Graph.cpp \ InsetIterator.cpp \ InsetList.cpp \ @@ -133,7 +131,6 @@ SOURCEFILESCORE = \ LyXRC.cpp \ LyXVC.cpp \ MenuBackend.cpp \ - Messages.cpp \ MetricsInfo.cpp \ ModuleList.cpp \ Mover.cpp \ @@ -195,7 +192,6 @@ HEADERFILESCORE = \ Cursor.h \ CursorSlice.h \ CutAndPaste.h \ - debug.h \ DepTable.h \ DispatchResult.h \ DocIterator.h \ @@ -214,7 +210,6 @@ HEADERFILESCORE = \ Format.h \ FuncRequest.h \ FuncStatus.h \ - gettext.h \ Graph.h \ InsetIterator.h \ InsetList.h \ @@ -237,7 +232,6 @@ HEADERFILESCORE = \ LyXRC.h \ LyXVC.h \ MenuBackend.h \ - Messages.h \ MetricsInfo.h \ ModuleList.h \ Mover.h \ @@ -283,12 +277,14 @@ STANDALONEFILES = \ Layout.cpp \ TextClass.cpp -if MONOLITHIC_CORE lyxcore.cpp: @echo -e '$(SOURCEFILESCORE:%=\n#include "%")\n' > $@ +if MONOLITHIC_CORE + BUILT_SOURCES += lyxcore.cpp $(STANDALONEFILES) +CLEANFILES += lyxcore.cpp liblyxcore_la_SOURCES = lyxcore.cpp $(STANDALONEFILES) $(HEADERFILESCORE) @@ -315,8 +311,6 @@ liblyxgraphics_la_SOURCES = \ graphics/GraphicsLoader.cpp \ graphics/GraphicsParams.cpp \ graphics/GraphicsParams.h \ - graphics/LoaderQueue.h \ - graphics/LoaderQueue.cpp \ graphics/GraphicsTypes.h \ graphics/GraphicsTypes.cpp \ graphics/PreviewImage.h \ @@ -463,12 +457,13 @@ HEADERFILESMATHED = \ mathed/MathSupport.h \ mathed/TextPainter.h -if MONOLITHIC_MATHED - lyxmathed.cpp: @echo -e '$(SOURCEFILESMATHED:%=\n#include "%")\n' > $@ +if MONOLITHIC_MATHED + BUILT_SOURCES += lyxmathed.cpp +CLEANFILES += lyxmathed.cpp liblyxmathed_la_SOURCES = lyxmathed.cpp $(HEADERFILESMATHED) @@ -520,6 +515,7 @@ SOURCEFILESINSETS = \ insets/InsetIndex.cpp \ insets/InsetInfo.cpp \ insets/InsetLabel.cpp \ + insets/InsetLayout.cpp \ insets/InsetLine.cpp \ insets/InsetListings.cpp \ insets/InsetListingsParams.cpp \ @@ -602,12 +598,13 @@ HEADERFILESINSETS = \ # insets/InsetTheorem.cpp \ # insets/InsetTheorem.h -if MONOLITHIC_INSETS - lyxinsets.cpp: @echo -e '$(SOURCEFILESINSETS:%=\n#include "%")\n' > $@ +if MONOLITHIC_INSETS + BUILT_SOURCES += lyxinsets.cpp +CLEANFILES += lyxinsets.cpp liblyxinsets_la_SOURCES = lyxinsets.cpp $(HEADERFILESINSETS)