]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
remove redundant lyxerr.debugging checks; macro LYXERR already checks whether the...
[lyx.git] / src / Makefile.am
index 4364e251185ae27d58c2523e5293aa0cde6c646f..5de36b2967fe3a497727567e9fa956ae1ca3d766 100644 (file)
@@ -31,20 +31,12 @@ OTHERLIBS = $(BOOST_LIBS) $(LIBICONV) $(INTLLIBS) $(AIKSAURUS_LIBS) @LIBS@ $(SOC
 
 bin_PROGRAMS = lyx
 noinst_PROGRAMS = $(FRONTENDS_PROGS)
-EXTRA_PROGRAMS = lyx-qt3 lyx-gtk lyx-qt4
-
-lyx_qt3_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
-       frontends/qt3/libqt3.la $(LYX_POST_LIBS) $(OTHERLIBS)
-lyx_qt3_SOURCES = main.C
+EXTRA_PROGRAMS = lyx-qt4
 
 lyx_qt4_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
        frontends/qt4/libqt4.la $(LYX_POST_LIBS) $(OTHERLIBS)
 lyx_qt4_SOURCES = main.C
 
-lyx_gtk_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
-       frontends/gtk/libgtk.la $(LYX_POST_LIBS) $(OTHERLIBS)
-lyx_gtk_SOURCES = main.C
-
 lyx$(EXEEXT): $(FRONTENDS_PROGS)
        rm -f $@
        $(LN_S) $< $@
@@ -72,8 +64,6 @@ lyx_SOURCES = \
        Bidi.h \
        BufferView.C \
        BufferView.h \
-       BufferView_pimpl.C \
-       BufferView_pimpl.h \
        Bullet.C \
        Bullet.h \
        BranchList.C \
@@ -82,6 +72,8 @@ lyx_SOURCES = \
        Chktex.h \
        Color.C \
        Color.h \
+       ConverterCache.C \
+       ConverterCache.h \
        CutAndPaste.C \
        CutAndPaste.h \
        DepTable.C \
@@ -119,6 +111,7 @@ lyx_SOURCES = \
        Thesaurus.h \
        ToolbarBackend.C \
        ToolbarBackend.h \
+       UpdateFlags.h \
        WordLangTuple.h \
        author.C \
        author.h \
@@ -137,8 +130,6 @@ lyx_SOURCES = \
        bufferview_funcs.h \
        changes.C \
        changes.h \
-       chset.C \
-       chset.h \
        config.h.in \
        converter.C \
        converter.h \
@@ -218,8 +209,6 @@ lyx_SOURCES = \
        lyxrc.h \
        lyxrow.C \
        lyxrow.h \
-       lyxrow_funcs.C \
-       lyxrow_funcs.h \
        lyxserver.C \
        lyxserver.h \
        lyxsocket.C \
@@ -245,13 +234,13 @@ lyx_SOURCES = \
        output_docbook.h \
        output_latex.C \
        output_latex.h \
-       output_linuxdoc.C \
-       output_linuxdoc.h \
        output_plaintext.C \
        output_plaintext.h \
        paper.h \
        paragraph.C \
        paragraph.h \
+       ParagraphMetrics.C \
+       ParagraphMetrics.h \
        paragraph_funcs.C \
        paragraph_funcs.h \
        paragraph_pimpl.C \
@@ -275,6 +264,8 @@ lyx_SOURCES = \
        text.C \
        text2.C \
        text3.C \
+       TextMetrics.C \
+       TextMetrics.h \
        TocBackend.C \
        TocBackend.h \
        toc.C \