]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
fix lookup problem for \vert.
[lyx.git] / src / Makefile.am
index 9ac3093aa2adb4f01410038efdad9deffa4276ab..d5940914254f7a9291ea50cc83eb06ea63681f11 100644 (file)
-AUTOMAKE_OPTIONS = foreign
-SUBDIRS = mathed insets support
-DISTCLEANFILES = libintl.h config.h
-MAINTAINERCLEANFILES = Makefile.in config.h.in
+include $(top_srcdir)/config/common.am
+
+DISTCLEANFILES += config.h libintl.h
+
+MAINTAINERCLEANFILES += $(srcdir)/config.h.in
+
+SUBDIRS = mathed insets graphics support frontends
+
+LIBS += @LIBS@
+
 bin_PROGRAMS = lyx
-lyx_DEPENDENCIES = mathed/libmathed.o insets/libinsets.o support/libsupport.la
-lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(LYX_LIBS)
-EXTRA_DIST = config.h.in stamp-h.in cheaders
-ETAGS_ARGS = --c++
-LYX_DIR = $(datadir)/$(PACKAGE)
-INCLUDES = -I${top_srcdir}/images
+
+LYX_CONV_LIBS = mathed/libmathed.la insets/libinsets.la \
+       frontends/libfrontends.la \
+       graphics/libgraphics.la \
+       support/libsupport.la
+
+#lyx_DEPENDENCIES = $(LYX_CONV_LIBS) $(INCLUDED_SIGC)
+
+lyx_LDADD = $(LYX_CONV_LIBS) $(SIGC_LIBS) $(INCLUDED_SIGC) @INTLLIBS@ \
+       $(PSPELL_LIBS) @AIKSAURUS_LIBS@
+
+#  @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
+
+#lyx_LDFLAGS=-Wl,-O1
+
+EXTRA_DIST = config.h.in stamp-h.in cheaders ext_l10n.h version.C.in \
+       Sectioning.h \
+       Sectioning.C \
+       Variables.C \
+       Variables.h \
+       counters.C \
+       counters.h
+
+INCLUDES = $(SIGC_CFLAGS) $(BOOST_INCLUDES) $(PSPELL_INCLUDES)
+
 localedir = $(datadir)/locale
+
+BUILT_SOURCES = version.C
+
 lyx_SOURCES = \
-       BackStack.h \
        BufferView.C \
        BufferView.h \
+       BufferView2.C \
+       BufferView_pimpl.C \
+       BufferView_pimpl.h \
        Bullet.C \
        Bullet.h \
        Chktex.C \
        Chktex.h \
+       ColorHandler.C \
+       ColorHandler.h \
+       CutAndPaste.C \
+       CutAndPaste.h \
        DepTable.C \
        DepTable.h \
+       FloatList.C \
+       FloatList.h \
+       Floating.C \
+       Floating.h \
        FontInfo.C \
        FontInfo.h \
        FontLoader.C \
        FontLoader.h \
-       ImportLaTeX.C \
-       ImportLaTeX.h \
-       ImportNoweb.C \
-       ImportNoweb.h \
+       FuncStatus.C \
+       FuncStatus.h \
+       LColor.C \
+       LColor.h \
        LString.h \
        LaTeX.C \
        LaTeX.h \
        LaTeXFeatures.C \
        LaTeXFeatures.h \
-       LaTeXLog.C \
-       Literate.C \
-       Literate.h \
+       Lsstream.h \
        LyXAction.C \
        LyXAction.h \
-       LyXSendto.C \
        LyXView.C \
        LyXView.h \
-       Makefile.in \
-       PaperLayout.C \
-       ParagraphExtra.C \
+       MenuBackend.C \
+       MenuBackend.h \
+       Painter.C \
+       Painter.h \
+       PainterBase.C \
+       PainterBase.h \
+       ParagraphParameters.C \
+       ParagraphParameters.h \
+       ParameterStruct.h \
+       PrinterParams.h \
+       ShareContainer.h \
        Spacing.C \
        Spacing.h \
-       TableLayout.C \
-       bibforms.h \
-       bmtable.c \
-       bmtable.h \
+       TextCache.C \
+       TextCache.h \
+       Thesaurus.C \
+       Thesaurus.h \
+       ToolbarDefaults.C \
+       ToolbarDefaults.h \
+       WorkArea.C \
+       WorkArea.h \
+       XFormsView.C \
+       XFormsView.h \
+       box.h \
+       box.C \
        broken_headers.h \
        buffer.C \
        buffer.h \
@@ -57,111 +108,111 @@ lyx_SOURCES = \
        bufferlist.h \
        bufferparams.C \
        bufferparams.h \
-       bullet_forms.C \
-       bullet_forms.h \
-       bullet_forms_cb.C \
+       bufferview_funcs.C \
+       bufferview_funcs.h \
        chset.C \
        chset.h \
-       combox.C \
-       combox.h \
        commandtags.h \
        config.h.in \
-       credits.C \
-       credits.h \
-       credits_form.C \
-       credits_form.h \
+       converter.C \
+       converter.h \
        debug.C \
        debug.h \
-       figure.h \
-       filedlg.C \
-       filedlg.h \
-       form1.C \
-       form1.h \
+       encoding.C \
+       encoding.h \
+       exporter.C \
+       exporter.h \
+       font.C \
+       font.h \
+       gettext.C \
        gettext.h \
-       include_form.h \
+       importer.C \
+       importer.h \
        intl.C \
        intl.h \
+       iterators.C \
+       iterators.h \
        kbmap.C \
        kbmap.h \
+       kbsequence.C \
+       kbsequence.h \
+       language.C \
+       language.h \
        lastfiles.C \
        lastfiles.h \
-       latexoptions.C \
-       latexoptions.h \
-       layout.C \
        layout.h \
-       layout_forms.C \
-       layout_forms.h \
-       lyx.C \
-       lyx.h \
+       lengthcommon.C \
+       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_sendfax.C \
-       lyx_sendfax.h \
-       lyx_sendfax_main.C \
        lyx_sty.C \
        lyx_sty.h \
+       lyxcursor.C \
        lyxcursor.h \
-       lyxdraw.C \
-       lyxdraw.h \
        lyxfont.C \
        lyxfont.h \
-       lyxfr0.C \
-       lyxfr0.h \
-       lyxfr1.C \
-       lyxfr1.h \
+       lyxfind.C \
+       lyxfind.h \
        lyxfunc.C \
        lyxfunc.h \
+       lyxgluelength.C \
+       lyxgluelength.h \
+       lyxlayout.C \
+       lyxlayout.h \
+       lyxlength.C \
+       lyxlength.h \
        lyxlex.C \
        lyxlex.h \
+       lyxlex_pimpl.C \
+       lyxlex_pimpl.h \
        lyxlookup.C \
        lyxlookup.h \
-       lyxparagraph.h \
        lyxrc.C \
        lyxrc.h \
+       lyxrow.C \
        lyxrow.h \
        lyxscreen.h \
        lyxserver.C \
        lyxserver.h \
        lyxtext.h \
+       lyxtextclass.C \
+       lyxtextclass.h \
+       lyxtextclasslist.C \
+       lyxtextclasslist.h \
        lyxvc.C \
        lyxvc.h \
        main.C \
-       menus.C \
-       menus.h \
        minibuffer.C \
        minibuffer.h \
-       nt_defines.h \
-       os2_defines.h \
-       os2_errortable.h \
        paragraph.C \
-       print_form.C \
-       print_form.h \
+       paragraph.h \
+       paragraph_pimpl.C \
+       paragraph_pimpl.h \
        screen.C \
-       sp_form.C \
-       sp_form.h \
-       spellchecker.C \
-       spellchecker.h \
+       sp_base.h \
+       sp_spell.C \
+       sp_ispell.h \
+       sp_pspell.h \
        stl_string_fwd.h \
-       table.C \
-       table.h \
+       tabular.C \
+       tabular.h \
+       tabular-old.C \
+       tabular_funcs.C \
+       tabular_funcs.h \
        tex-accent.C \
        tex-accent.h \
-       tex-defs.h \
        tex-strings.C \
        tex-strings.h \
-       texoptions.C \
        texrow.C \
        texrow.h \
        text.C \
        text2.C \
-       toolbar.C \
-       toolbar.h \
+       tracer.C \
+       tracer.h \
        trans.C \
        trans.h \
        trans_decl.h \
@@ -169,21 +220,26 @@ 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 \
        version.h \
-       vms_defines.h \
        vspace.C \
        vspace.h
 
-lyx_main.o: lyx_main.C lyx_main.h config.h version.h debug.h gettext.h \
-       lyx_gui.h lyx_gui_misc.h lyxrc.h support/path.h support/filetools.h \
-       bufferlist.h support/FileInfo.h lastfiles.h intl.h \
-       lyxserver.h layout.h gettext.h
-       $(CXXCOMPILE) -DLYX_DIR=\"$(LYX_DIR)\" -DTOP_SRCDIR=\"$(top_srcdir)\" \
-       -c $(top_srcdir)/src/lyx_main.C
+lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.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
+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: