]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
remove noload/don't typeset
[lyx.git] / src / Makefile.am
index 060ce6970b7bb1879292ceeb7b65dd6c67cd8ccc..11f250b93347e415b5830dd16f5c0ff6a8a46ca0 100644 (file)
@@ -6,16 +6,20 @@ MAINTAINERCLEANFILES += $(srcdir)/config.h.in
 
 SUBDIRS = mathed insets graphics support frontends
 
+LIBS += @LIBS@
+
 bin_PROGRAMS = lyx
 
-lyx_DEPENDENCIES = mathed/libmathed.o insets/libinsets.o \
-       frontends/libfrontends.o \
-       graphics/libgraphics.o \
-       support/libsupport.o \
-       @INCLUDED_SIGC@
+LYX_CONV_LIBS = mathed/libmathed.la insets/libinsets.la \
+       frontends/libfrontends.la \
+       graphics/libgraphics.la \
+       support/libsupport.la
+
+BOOST_LIBS = ../boost/libs/regex/src/libboostregex.la \
+       ../boost/libs/signals/src/libboostsignals.la
 
-lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(SIGC_LIBS) \
-       $(PSPELL_LIBS) @AIKSAURUS_LIBS@ @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
+lyx_LDADD = $(LYX_CONV_LIBS) $(BOOST_LIBS) $(INTLLIBS) \
+       $(PSPELL_LIBS) $(AIKSAURUS_LIBS)
 
 #lyx_LDFLAGS=-Wl,-O1
 
@@ -24,24 +28,24 @@ EXTRA_DIST = config.h.in stamp-h.in cheaders ext_l10n.h version.C.in \
        Sectioning.C \
        Variables.C \
        Variables.h \
-       counters.C \
-       counters.h
+       tracer.C \
+       tracer.h
+
+INCLUDES = $(BOOST_INCLUDES) $(PSPELL_INCLUDES)
 
-INCLUDES = $(SIGC_CFLAGS) $(BOOST_INCLUDES) $(PSPELL_INCLUDES)
 localedir = $(datadir)/locale
+
 BUILT_SOURCES = version.C
+
 lyx_SOURCES = \
        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 \
@@ -50,12 +54,10 @@ 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 \
@@ -66,14 +68,12 @@ lyx_SOURCES = \
        Lsstream.h \
        LyXAction.C \
        LyXAction.h \
-       LyXView.C \
-       LyXView.h \
        MenuBackend.C \
        MenuBackend.h \
-       Painter.C \
-       Painter.h \
-       PainterBase.C \
-       PainterBase.h \
+       paragraph_funcs.C \
+       paragraph_funcs.h \
+       ParagraphList.C \
+       ParagraphList.h \
        ParagraphParameters.C \
        ParagraphParameters.h \
        ParameterStruct.h \
@@ -87,10 +87,8 @@ lyx_SOURCES = \
        Thesaurus.h \
        ToolbarDefaults.C \
        ToolbarDefaults.h \
-       WorkArea.C \
-       WorkArea.h \
-       XFormsView.C \
-       XFormsView.h \
+       WordLangTuple.h \
+       boost.C \
        box.h \
        box.C \
        broken_headers.h \
@@ -108,16 +106,20 @@ lyx_SOURCES = \
        config.h.in \
        converter.C \
        converter.h \
+       counters.C \
+       counters.h \
        debug.C \
        debug.h \
        encoding.C \
        encoding.h \
        exporter.C \
        exporter.h \
-       font.C \
-       font.h \
        gettext.C \
        gettext.h \
+       factory.h \
+       factory.C \
+       funcrequest.h \
+       funcrequest.C \
        importer.C \
        importer.h \
        intl.C \
@@ -137,8 +139,6 @@ lyx_SOURCES = \
        lengthcommon.h \
        lyx_cb.C \
        lyx_cb.h \
-       lyx_gui.C \
-       lyx_gui.h \
        lyx_main.C \
        lyx_main.h \
        lyx_sty.C \
@@ -155,19 +155,17 @@ 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 \
        lyxserver.C \
        lyxserver.h \
        lyxtext.h \
@@ -178,18 +176,17 @@ lyx_SOURCES = \
        lyxvc.C \
        lyxvc.h \
        main.C \
-       minibuffer.C \
-       minibuffer.h \
        paragraph.C \
        paragraph.h \
        paragraph_pimpl.C \
        paragraph_pimpl.h \
-       screen.C \
-       sp_base.h \
-       sp_spell.C \
-       sp_ispell.h \
-       sp_pspell.h \
-       stl_string_fwd.h \
+       SpellBase.h \
+       ispell.C \
+       ispell.h \
+       pspell.C \
+       pspell.h \
+       sgml.C \
+       sgml.h \
        tabular.C \
        tabular.h \
        tabular-old.C \
@@ -203,8 +200,9 @@ lyx_SOURCES = \
        texrow.h \
        text.C \
        text2.C \
-       tracer.C \
-       tracer.h \
+       text3.C \
+       toc.C \
+       toc.h \
        trans.C \
        trans.h \
        trans_decl.h \
@@ -214,8 +212,6 @@ lyx_SOURCES = \
        undo.h \
        undo_funcs.C \
        undo_funcs.h \
-       undostack.C \
-       undostack.h \
        vc-backend.C \
        vc-backend.h \
        version.C \
@@ -223,15 +219,14 @@ lyx_SOURCES = \
        vspace.C \
        vspace.h
 
-lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.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 commandtags.h language.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
+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
 
 dist-hook: