]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / Makefile.am
index da49ab3f20ff5075a5fe97e555947dec98866678..fee27309734d29f0a9a33a4dd74191806148aad7 100644 (file)
@@ -25,22 +25,17 @@ LYX_POST_LIBS = frontends/controllers/libcontrollers.la \
        graphics/libgraphics.la \
        support/libsupport.la
 
-BOOST_LIBS = $(BOOST_REGEX) $(BOOST_SIGNALS) $(BOOST_FILESYSTEM)
+BOOST_LIBS = $(BOOST_REGEX) $(BOOST_SIGNALS) $(BOOST_FILESYSTEM) $(BOOST_IOSTREAMS)
 
-OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(AIKSAURUS_LIBS) @LIBS@ $(SOCKET_LIBS)
+OTHERLIBS = $(BOOST_LIBS) $(LIBICONV) $(INTLLIBS) $(AIKSAURUS_LIBS) @LIBS@ $(SOCKET_LIBS)
 
 bin_PROGRAMS = lyx
 noinst_PROGRAMS = $(FRONTENDS_PROGS)
-EXTRA_PROGRAMS = lyx-xforms lyx-qt lyx-gtk lyx-qt4
+EXTRA_PROGRAMS = lyx-qt3 lyx-gtk lyx-qt4
 
-lyx_xforms_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
-       frontends/xforms/libxforms.la $(LYX_POST_LIBS) $(OTHERLIBS)
-
-lyx_xforms_SOURCES = main.C
-
-lyx_qt_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
-       frontends/qt2/libqt2.la $(LYX_POST_LIBS) $(OTHERLIBS)
-lyx_qt_SOURCES = main.C
+lyx_qt3_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
+       frontends/qt3/libqt3.la $(LYX_POST_LIBS) $(OTHERLIBS)
+lyx_qt3_SOURCES = main.C
 
 lyx_qt4_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
        frontends/qt4/libqt4.la $(LYX_POST_LIBS) $(OTHERLIBS)
@@ -77,8 +72,6 @@ lyx_SOURCES = \
        Bidi.h \
        BufferView.C \
        BufferView.h \
-       BufferView_pimpl.C \
-       BufferView_pimpl.h \
        Bullet.C \
        Bullet.h \
        BranchList.C \
@@ -111,6 +104,7 @@ lyx_SOURCES = \
        LyXAction.h \
        MenuBackend.C \
        MenuBackend.h \
+       ParagraphList.h \
        ParagraphList_fwd.h \
        ParagraphParameters.C \
        ParagraphParameters.h \
@@ -189,8 +183,8 @@ lyx_SOURCES = \
        kbsequence.h \
        language.C \
        language.h \
-       lastfiles.C \
-       lastfiles.h \
+       session.C \
+       session.h \
        layout.h \
        lengthcommon.C \
        lengthcommon.h \
@@ -249,8 +243,6 @@ 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 \
@@ -279,6 +271,8 @@ lyx_SOURCES = \
        text.C \
        text2.C \
        text3.C \
+       TocBackend.C \
+       TocBackend.h \
        toc.C \
        toc.h \
        trans.C \