]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
fix a visual cursor edge-case:
[lyx.git] / src / Makefile.am
index 31f813738c8a7aa24a536e7fd8ffa7d152d29bf2..2e7e2e0a7a9d35549ca795491d9c7f4b4eb92547 100644 (file)
@@ -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)
 
@@ -461,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)
 
@@ -518,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 \
@@ -600,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)