]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
small changes to ButtonController usage
[lyx.git] / src / Makefile.am
index 82debf7ca1106adbfe61046f03a8b938b4b1a2bf..db30fb92710cc9148a03cacc6cb3af6bb7feca01 100644 (file)
@@ -1,16 +1,22 @@
 AUTOMAKE_OPTIONS = foreign
-SUBDIRS = mathed insets support frontends
+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
+## libfrontends is given twice on the link line because it needs stuff
+## from FRONTEND_GUILIB and inversely. If you do not like it, feel
+## free to provide another solution... Maybe signals would solve that
+## magically, but I do not understand them much (JMarc)
 lyx_DEPENDENCIES = mathed/libmathed.la insets/libinsets.la \
-       support/libsupport.la @FRONTEND_GUILIB@ frontends/libfrontends.la \
-       @INCLUDED_SIGC@
+       graphics/libgraphics.la \
+       frontends/libfrontends.la @FRONTEND_GUILIB@ \
+       frontends/libfrontends.la support/libsupport.la @INCLUDED_SIGC@
 lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(LYX_LIBS) $(SIGC_LIBS) \
        @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
+#lyx_LDFLAGS=-Wl,-O1
 EXTRA_DIST = config.h.in stamp-h.in cheaders
 ETAGS_ARGS = --lang=c++
-INCLUDES = -I${top_srcdir}/images $(SIGC_CFLAGS) @FRONTEND_INCLUDES@
+INCLUDES = $(SIGC_CFLAGS) @FRONTEND_INCLUDES@
 localedir = $(datadir)/locale
 lyx_SOURCES = \
        BackStack.h \
@@ -56,6 +62,8 @@ lyx_SOURCES = \
        LyXView.C \
        LyXView.h \
        Makefile.in \
+       MenuBackend.C \
+       MenuBackend.h \
        Painter.C \
        Painter.h \
        PainterBase.C \
@@ -63,10 +71,11 @@ lyx_SOURCES = \
        PaperLayout.C \
        ParagraphExtra.C \
        PrinterParams.h \
+       Sectioning.h \
+       Sectioning.C \
        Spacing.C \
        Spacing.h \
        TableLayout.C \
-       TabularLayout.C \
        TextCache.C \
        TextCache.h \
        Timeout.C \
@@ -75,6 +84,8 @@ lyx_SOURCES = \
        ToolbarDefaults.h \
        UpdateInset.C \
        UpdateInset.h \
+       Variables.C \
+       Variables.h \
        WorkArea.C \
        WorkArea.h \
        bibforms.h \
@@ -98,6 +109,8 @@ lyx_SOURCES = \
        combox.h \
        commandtags.h \
        config.h.in \
+       counters.C \
+       counters.h \
        credits.C \
        credits.h \
        credits_form.C \
@@ -106,6 +119,7 @@ lyx_SOURCES = \
        debug.h \
        encoding.C \
        encoding.h \
+       ext_l10n.h \
        figure.h \
        filedlg.C \
        filedlg.h \
@@ -125,12 +139,12 @@ lyx_SOURCES = \
        language.h \
        lastfiles.C \
        lastfiles.h \
-       latexoptions.C \
-       latexoptions.h \
        layout.C \
        layout.h \
        layout_forms.C \
        layout_forms.h \
+       log_form.C \
+       log_form.h \
        lyx.C \
        lyx.h \
        lyx_cb.C \
@@ -199,13 +213,10 @@ lyx_SOURCES = \
        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 \