]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
The Movers patch.
[lyx.git] / src / Makefile.am
index 9079d1b6944fcd0a1472cf1a3e93283e43fa27c6..3f71e765f569dcadfaf032024fe83717023810a6 100644 (file)
@@ -1,55 +1,74 @@
 include $(top_srcdir)/config/common.am
 
-DISTCLEANFILES += config.h libintl.h
+DISTCLEANFILES += config.h libintl.h version.C stamp-version version.C-tmp
 
 MAINTAINERCLEANFILES += $(srcdir)/config.h.in
 
-SUBDIRS = mathed insets graphics support frontends tex2lyx
+SUBDIRS = mathed insets graphics support frontends . client tex2lyx
 
-EXTRA_DIST = config.h.in stamp-h.in cheaders version.C.in \
+EXTRA_DIST = config.h.in stamp-h.in version.C.in \
        Sectioning.h \
        Sectioning.C \
        Variables.C \
        Variables.h \
-       tracer.C \
-       tracer.h
+       paper.h
 
-bin_PROGRAMS = lyx
+LYX_PRE_LIBS = mathed/libmathed.la insets/libinsets.la \
+       frontends/libfrontends.la
 
-LYX_CONV_LIBS = mathed/libmathed.la insets/libinsets.la \
-       frontends/libfrontends.la \
-       $(FRONTEND_GUILIB) \
-       frontends/controllers/libcontrollers.la \
+LYX_POST_LIBS = frontends/controllers/libcontrollers.la \
        graphics/libgraphics.la \
        support/libsupport.la
 
 if USE_INCLUDED_BOOST
-BOOST_LIBS = ../boost/libs/regex/src/libboostregex.la \
-       ../boost/libs/signals/src/libboostsignals.la
+BOOST_LIBS = $(top_builddir)/boost/libs/regex/src/libboostregex.la \
+       $(top_builddir)/boost/libs/signals/src/libboostsignals.la
 else
 BOOST_LIBS = -lboost_regex -lboost_signals
 endif
 
-lyx_LDADD = $(LYX_CONV_LIBS) $(BOOST_LIBS) $(INTLLIBS) \
-       $(AIKSAURUS_LIBS) @LIBS@
+OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(AIKSAURUS_LIBS) @LIBS@
+
+bin_PROGRAMS = lyx
+noinst_PROGRAMS = $(FRONTENDS_PROGS)
+EXTRA_PROGRAMS = lyx-xforms lyx-qt lyx-gtk
+
+lyx_xforms_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
+       frontends/xforms/libxforms.la $(LYX_POST_LIBS) $(OTHERLIBS)
 
-lyx_DEPENDENCIES = $(LYX_CONV_LIBS) $(BOOST_LIBS) $(INTLLIBS)
+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_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) $< $@
 
 #lyx_LDFLAGS=-Wl,-O1
 
 INCLUDES = $(BOOST_INCLUDES)
 
-localedir = $(datadir)/locale
-
 BUILT_SOURCES = version.C
 
+AM_CXXFLAGS = $(PCH_FLAGS)
+
 lyx_SOURCES = \
+       Bidi.C \
+       Bidi.h \
        BufferView.C \
        BufferView.h \
        BufferView_pimpl.C \
        BufferView_pimpl.h \
        Bullet.C \
        Bullet.h \
+       BranchList.C \
+       BranchList.h \
        Chktex.C \
        Chktex.h \
        CutAndPaste.C \
@@ -60,36 +79,30 @@ lyx_SOURCES = \
        FloatList.h \
        Floating.C \
        Floating.h \
+       FontIterator.C \
+       FontIterator.h \
        FuncStatus.C \
        FuncStatus.h \
        InsetList.C \
        InsetList.h \
        LColor.C \
        LColor.h \
-       LString.h \
        LaTeX.C \
        LaTeX.h \
        LaTeXFeatures.C \
        LaTeXFeatures.h \
-       Lsstream.h \
        LyXAction.C \
        LyXAction.h \
        MenuBackend.C \
        MenuBackend.h \
-       paragraph_funcs.C \
-       paragraph_funcs.h \
-       ParagraphList.C \
-       ParagraphList.h \
+       ParagraphList_fwd.h \
        ParagraphParameters.C \
        ParagraphParameters.h \
-       ParameterStruct.h \
+       PrinterParams.C \
        PrinterParams.h \
-       RowList.h \
-       ShareContainer.h \
+       RowList_fwd.h \
        Spacing.C \
        Spacing.h \
-       TextCache.C \
-       TextCache.h \
        Thesaurus.C \
        Thesaurus.h \
        ToolbarBackend.C \
@@ -105,6 +118,8 @@ lyx_SOURCES = \
        broken_headers.h \
        buffer.C \
        buffer.h \
+       buffer_funcs.C \
+       buffer_funcs.h \
        bufferlist.C \
        bufferlist.h \
        bufferparams.C \
@@ -115,16 +130,24 @@ lyx_SOURCES = \
        changes.h \
        chset.C \
        chset.h \
-       lfuns.h \
        config.h.in \
        converter.C \
        converter.h \
        counters.C \
        counters.h \
+       coordcache.C \
+       coordcache.h \
+       cursor.C \
+       cursor.h \
+       cursor_slice.C \
+       cursor_slice.h \
        debug.C \
        debug.h \
        dimension.C \
        dimension.h \
+       dociterator.C \
+       dociterator.h \
+       dispatchresult.h \
        encoding.C \
        encoding.h \
        errorlist.C \
@@ -145,8 +168,8 @@ lyx_SOURCES = \
        importer.h \
        intl.C \
        intl.h \
-       iterators.C \
-       iterators.h \
+       insetiterator.C \
+       insetiterator.h \
        kbmap.C \
        kbmap.h \
        kbsequence.C \
@@ -158,14 +181,13 @@ lyx_SOURCES = \
        layout.h \
        lengthcommon.C \
        lengthcommon.h \
+       lfuns.h \
        lyx_cb.C \
        lyx_cb.h \
        lyx_main.C \
        lyx_main.h \
        lyx_sty.C \
        lyx_sty.h \
-       lyxcursor.C \
-       lyxcursor.h \
        lyxfont.C \
        lyxfont.h \
        lyxfind.C \
@@ -191,6 +213,8 @@ lyx_SOURCES = \
        lyxrow_funcs.h \
        lyxserver.C \
        lyxserver.h \
+       lyxsocket.C \
+       lyxsocket.h \
        lyxtext.h \
        lyxtextclass.C \
        lyxtextclass.h \
@@ -198,15 +222,33 @@ lyx_SOURCES = \
        lyxtextclasslist.h \
        lyxvc.C \
        lyxvc.h \
-       main.C \
        messages.C \
        messages.h \
        metricsinfo.C \
        metricsinfo.h \
+       mover.C \
+       mover.h \
+       output.C \
+       output.h \
+       outputparams.C \
+       outputparams.h \
+       output_docbook.C \
+       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 \
+       paragraph_funcs.C \
+       paragraph_funcs.h \
        paragraph_pimpl.C \
        paragraph_pimpl.h \
+       pariterator.C \
+       pariterator.h \
        SpellBase.h \
        ispell.C \
        ispell.h \
@@ -218,8 +260,6 @@ lyx_SOURCES = \
        sgml.h \
        tabular.C \
        tabular.h \
-       tabular_funcs.C \
-       tabular_funcs.h \
        tex-accent.C \
        tex-accent.h \
        tex-strings.C \
@@ -229,8 +269,6 @@ lyx_SOURCES = \
        text.C \
        text2.C \
        text3.C \
-       text_funcs.C \
-       text_funcs.h \
        toc.C \
        toc.h \
        trans.C \
@@ -240,8 +278,6 @@ lyx_SOURCES = \
        trans_mgr.h \
        undo.C \
        undo.h \
-       undo_funcs.C \
-       undo_funcs.h \
        vc-backend.C \
        vc-backend.h \
        version.C \
@@ -249,15 +285,30 @@ lyx_SOURCES = \
        vspace.C \
        vspace.h
 
-lyx_main.o: lyx_main.C lyx_main.h config.h version.h \
-       lyxrc.h support/path.h support/filetools.h \
-       bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
-       lyxserver.h layout.h gettext.h kbmap.h lfuns.h language.h
-       $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
-         -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
+dist_noinst_DATA = \
+       cheaders/ChangeLog \
+       cheaders/cassert \
+       cheaders/cctype \
+       cheaders/cerrno \
+       cheaders/climits \
+       cheaders/clocale \
+       cheaders/cmath \
+       cheaders/csignal \
+       cheaders/cstdarg \
+       cheaders/cstddef \
+       cheaders/cstdio \
+       cheaders/cstdlib \
+       cheaders/cstring \
+       cheaders/ctime
 
-messages.o: messages.C messages.h config.h LString.h support/filetools.h
-       $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/messages.C
+version.C: stamp-version
+       @:
 
-dist-hook:
-       cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`
+stamp-version: version.C-tmp
+       if cmp -s $< version.C ; then \
+               : ;\
+       else \
+               rm -f version.C ;\
+               cp $< version.C ;\
+       fi
+       echo timestamp > $@