]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Rename ascii to plaintext and LatexRunParams to OutputParams.
[lyx.git] / src / Makefile.am
index 1d71aadd1320437ccffa6cae0cc388cc1f831ff1..c54871bcd4f4331789b8aa819b64a9b765cad407 100644 (file)
@@ -6,43 +6,67 @@ MAINTAINERCLEANFILES += $(srcdir)/config.h.in
 
 SUBDIRS = mathed insets graphics support frontends tex2lyx
 
-bin_PROGRAMS = lyx
+EXTRA_DIST = config.h.in stamp-h.in cheaders version.C.in \
+       Sectioning.h \
+       Sectioning.C \
+       Variables.C \
+       Variables.h \
+       paper.h
 
-LYX_CONV_LIBS = mathed/libmathed.la insets/libinsets.la \
-       frontends/libfrontends.la \
+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
 
-lyx_LDADD = $(LYX_CONV_LIBS) $(BOOST_LIBS) $(INTLLIBS) \
-       $(AIKSAURUS_LIBS) @LIBS@
+OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(AIKSAURUS_LIBS) @LIBS@
 
-#lyx_LDFLAGS=-Wl,-O1
+bin_PROGRAMS = lyx
+noinst_PROGRAMS = $(FRONTENDS_PROGS)
+EXTRA_PROGRAMS = lyx-xforms lyx-qt lyx-gtk
 
-EXTRA_DIST = config.h.in stamp-h.in cheaders version.C.in \
-       Sectioning.h \
-       Sectioning.C \
-       Variables.C \
-       Variables.h \
-       tracer.C \
-       tracer.h
+lyx_xforms_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
+       frontends/xforms/libxforms.la $(LYX_POST_LIBS) $(OTHERLIBS)
 
-INCLUDES = $(BOOST_INCLUDES)
+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
 
-localedir = $(datadir)/locale
+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 = \
-       BoostFormat.h \
+       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 \
@@ -59,47 +83,43 @@ lyx_SOURCES = \
        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.C \
-       RowList.h \
+       RowList_fwd.h \
        ShareContainer.h \
        Spacing.C \
        Spacing.h \
-       TextCache.C \
-       TextCache.h \
        Thesaurus.C \
        Thesaurus.h \
-       ToolbarDefaults.C \
-       ToolbarDefaults.h \
+       ToolbarBackend.C \
+       ToolbarBackend.h \
        WordLangTuple.h \
        aspell.C \
        aspell_local.h \
        author.C \
        author.h \
        boost.C \
-       boost-inst.C \
        box.h \
        box.C \
        broken_headers.h \
        buffer.C \
        buffer.h \
+       buffer_funcs.C \
+       buffer_funcs.h \
        bufferlist.C \
        bufferlist.h \
        bufferparams.C \
@@ -116,18 +136,29 @@ lyx_SOURCES = \
        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 \
        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 \
@@ -174,8 +205,12 @@ lyx_SOURCES = \
        lyxrc.h \
        lyxrow.C \
        lyxrow.h \
+       lyxrow_funcs.C \
+       lyxrow_funcs.h \
        lyxserver.C \
        lyxserver.h \
+       lyxsocket.C \
+       lyxsocket.h \
        lyxtext.h \
        lyxtextclass.C \
        lyxtextclass.h \
@@ -183,13 +218,28 @@ lyx_SOURCES = \
        lyxtextclasslist.h \
        lyxvc.C \
        lyxvc.h \
-       main.C \
+       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 \
+       PosIterator.h \
+       PosIterator.C \
        SpellBase.h \
        ispell.C \
        ispell.h \
@@ -201,8 +251,6 @@ lyx_SOURCES = \
        sgml.h \
        tabular.C \
        tabular.h \
-       tabular_funcs.C \
-       tabular_funcs.h \
        tex-accent.C \
        tex-accent.h \
        tex-strings.C \
@@ -212,6 +260,10 @@ lyx_SOURCES = \
        text.C \
        text2.C \
        text3.C \
+       textcursor.C \
+       textcursor.h \
+       text_funcs.C \
+       text_funcs.h \
        toc.C \
        toc.h \
        trans.C \
@@ -221,28 +273,24 @@ lyx_SOURCES = \
        trans_mgr.h \
        undo.C \
        undo.h \
-       undo_funcs.C \
-       undo_funcs.h \
        vc-backend.C \
        vc-backend.h \
        version.C \
        version.h \
        vspace.C \
-       vspace.h \
-       graph.C \
-       graph.h \
-       format.C \
-       format.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
-
-main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h support/os.h
-       $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/main.C
+       vspace.h
 
 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 > $@