]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Rename ascii to plaintext and LatexRunParams to OutputParams.
[lyx.git] / src / Makefile.am
index 3cee61c5f36cf86a27353200b428131c793659e7..c54871bcd4f4331789b8aa819b64a9b765cad407 100644 (file)
@@ -1,43 +1,74 @@
-AUTOMAKE_OPTIONS = foreign
-SUBDIRS = mathed insets graphics support frontends
-DISTCLEANFILES= *.orig *.rej *~ *.bak core libintl.h config.h
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in $(srcdir)/config.h.in
-bin_PROGRAMS = lyx
+include $(top_srcdir)/config/common.am
 
-lyx_DEPENDENCIES = mathed/libmathed.o insets/libinsets.o \
-       graphics/libgraphics.o \
-       frontends/libfrontends.o \
-       support/libsupport.o \
-       @INCLUDED_SIGC@
-lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(SIGC_LIBS) \
-       $(PSPELL_LIBS) @AIKSAURUS_LIBS@ @LYX_LIBS@
+DISTCLEANFILES += config.h libintl.h
 
-#lyx_LDFLAGS=-Wl,-O1
-EXTRA_DIST = config.h.in stamp-h.in cheaders ext_l10n.h version.C.in \
+MAINTAINERCLEANFILES += $(srcdir)/config.h.in
+
+SUBDIRS = mathed insets graphics support frontends tex2lyx
+
+EXTRA_DIST = config.h.in stamp-h.in cheaders version.C.in \
        Sectioning.h \
        Sectioning.C \
        Variables.C \
        Variables.h \
-       counters.C \
-       counters.h
-ETAGS_ARGS = --lang=c++
-BOOST_INCLUDES = -I$(top_srcdir)/boost
-INCLUDES = $(SIGC_CFLAGS) $(BOOST_INCLUDES) $(PSPELL_INCLUDES) @FRONTEND_INCLUDES@
-localedir = $(datadir)/locale
+       paper.h
+
+LYX_PRE_LIBS = mathed/libmathed.la insets/libinsets.la \
+       frontends/libfrontends.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
+else
+BOOST_LIBS = -lboost_regex -lboost_signals
+endif
+
+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_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)
+
 BUILT_SOURCES = version.C
+
 lyx_SOURCES = \
+       Bidi.C \
+       Bidi.h \
        BufferView.C \
        BufferView.h \
-       BufferView2.C \
        BufferView_pimpl.C \
        BufferView_pimpl.h \
        Bullet.C \
        Bullet.h \
+       BranchList.C \
+       BranchList.h \
        Chktex.C \
        Chktex.h \
-       ColorHandler.C \
-       ColorHandler.h \
        CutAndPaste.C \
        CutAndPaste.h \
        DepTable.C \
@@ -46,76 +77,88 @@ lyx_SOURCES = \
        FloatList.h \
        Floating.C \
        Floating.h \
-       FontInfo.C \
-       FontInfo.h \
-       FontLoader.C \
-       FontLoader.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 \
-       LyXSendto.C \
-       LyXView.C \
-       LyXView.h \
-       Makefile.in \
        MenuBackend.C \
        MenuBackend.h \
-       Painter.C \
-       Painter.h \
-       PainterBase.C \
-       PainterBase.h \
+       paragraph_funcs.C \
+       paragraph_funcs.h \
+       ParagraphList_fwd.h \
        ParagraphParameters.C \
        ParagraphParameters.h \
        ParameterStruct.h \
+       PrinterParams.C \
        PrinterParams.h \
+       RowList_fwd.h \
        ShareContainer.h \
        Spacing.C \
        Spacing.h \
-       TextCache.C \
-       TextCache.h \
        Thesaurus.C \
        Thesaurus.h \
-       ToolbarDefaults.C \
-       ToolbarDefaults.h \
-       WorkArea.C \
-       WorkArea.h \
-       XFormsView.C \
-       XFormsView.h \
+       ToolbarBackend.C \
+       ToolbarBackend.h \
+       WordLangTuple.h \
+       aspell.C \
+       aspell_local.h \
+       author.C \
+       author.h \
+       boost.C \
        box.h \
        box.C \
        broken_headers.h \
        buffer.C \
        buffer.h \
+       buffer_funcs.C \
+       buffer_funcs.h \
        bufferlist.C \
        bufferlist.h \
        bufferparams.C \
        bufferparams.h \
        bufferview_funcs.C \
        bufferview_funcs.h \
+       changes.C \
+       changes.h \
        chset.C \
        chset.h \
-       commandtags.h \
+       lfuns.h \
        config.h.in \
        converter.C \
        converter.h \
+       counters.C \
+       counters.h \
+       cursor.C \
+       cursor.h \
        debug.C \
        debug.h \
+       dimension.C \
+       dimension.h \
+       dispatchresult.h \
        encoding.C \
        encoding.h \
+       errorlist.C \
+       errorlist.h \
        exporter.C \
        exporter.h \
-       font.C \
-       font.h \
        gettext.C \
        gettext.h \
+       factory.h \
+       factory.C \
+       format.C \
+       format.h \
+       funcrequest.h \
+       funcrequest.C \
+       graph.C \
+       graph.h \
        importer.C \
        importer.h \
        intl.C \
@@ -135,10 +178,6 @@ lyx_SOURCES = \
        lengthcommon.h \
        lyx_cb.C \
        lyx_cb.h \
-       lyx_gui.C \
-       lyx_gui.h \
-       lyx_gui_misc.C \
-       lyx_gui_misc.h \
        lyx_main.C \
        lyx_main.h \
        lyx_sty.C \
@@ -155,21 +194,23 @@ lyx_SOURCES = \
        lyxgluelength.h \
        lyxlayout.C \
        lyxlayout.h \
+       lyxlayout_ptr_fwd.h \
        lyxlength.C \
        lyxlength.h \
        lyxlex.C \
        lyxlex.h \
        lyxlex_pimpl.C \
        lyxlex_pimpl.h \
-       lyxlookup.C \
-       lyxlookup.h \
        lyxrc.C \
        lyxrc.h \
        lyxrow.C \
        lyxrow.h \
-       lyxscreen.h \
+       lyxrow_funcs.C \
+       lyxrow_funcs.h \
        lyxserver.C \
        lyxserver.h \
+       lyxsocket.C \
+       lyxsocket.h \
        lyxtext.h \
        lyxtextclass.C \
        lyxtextclass.h \
@@ -177,26 +218,39 @@ lyx_SOURCES = \
        lyxtextclasslist.h \
        lyxvc.C \
        lyxvc.h \
-       main.C \
-       minibuffer.C \
-       minibuffer.h \
+       messages.C \
+       messages.h \
+       metricsinfo.C \
+       metricsinfo.h \
+       output.C \
+       output.h \
+       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_pimpl.C \
        paragraph_pimpl.h \
-       print_form.C \
-       print_form.h \
-       screen.C \
-       sp_base.h \
-       sp_spell.C \
-       sp_ispell.h \
-       sp_pspell.h \
-       stl_string_fwd.h \
+       PosIterator.h \
+       PosIterator.C \
+       SpellBase.h \
+       ispell.C \
+       ispell.h \
+       pspell.C \
+       pspell.h \
+       rowpainter.C \
+       rowpainter.h \
+       sgml.C \
+       sgml.h \
        tabular.C \
        tabular.h \
-       tabular-old.C \
-       tabular_funcs.C \
-       tabular_funcs.h \
        tex-accent.C \
        tex-accent.h \
        tex-strings.C \
@@ -205,8 +259,13 @@ lyx_SOURCES = \
        texrow.h \
        text.C \
        text2.C \
-       tracer.C \
-       tracer.h \
+       text3.C \
+       textcursor.C \
+       textcursor.h \
+       text_funcs.C \
+       text_funcs.h \
+       toc.C \
+       toc.h \
        trans.C \
        trans.h \
        trans_decl.h \
@@ -214,10 +273,6 @@ lyx_SOURCES = \
        trans_mgr.h \
        undo.C \
        undo.h \
-       undo_funcs.C \
-       undo_funcs.h \
-       undostack.C \
-       undostack.h \
        vc-backend.C \
        vc-backend.h \
        version.C \
@@ -225,16 +280,17 @@ lyx_SOURCES = \
        vspace.C \
        vspace.h
 
-lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.h \
-       lyx_gui_misc.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 commandtags.h language.h 
-       $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
-         -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
-
-main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h \
-       support/os.h frontends/GUIRunTime.h
-       $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/main.C
-
 dist-hook:
        cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`
+
+version.C: stamp-version
+       @:
+
+stamp-version: version.C-tmp
+       if cmp -s $< version.C ; then \
+               : ;\
+       else \
+               rm -f version.C ;\
+               cp $< version.C ;\
+       fi
+       echo timestamp > $@