]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Alfredo's second patch
[lyx.git] / src / Makefile.am
index 7b5a9b53a1a3a6e499a8f13a7aeee7fc13a7f9cb..ba22e54778ca1befa50438033d1528cf280d4823 100644 (file)
@@ -36,7 +36,6 @@ localedir = $(datadir)/locale
 BUILT_SOURCES = version.C
 
 lyx_SOURCES = \
-       BoostFormat.h \
        BufferView.C \
        BufferView.h \
        BufferView_pimpl.C \
@@ -77,7 +76,6 @@ lyx_SOURCES = \
        ParagraphParameters.h \
        ParameterStruct.h \
        PrinterParams.h \
-       RowList.C \
        RowList.h \
        ShareContainer.h \
        Spacing.C \
@@ -86,15 +84,14 @@ lyx_SOURCES = \
        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 \
@@ -174,6 +171,8 @@ lyx_SOURCES = \
        lyxrc.h \
        lyxrow.C \
        lyxrow.h \
+       lyxrow_funcs.C \
+       lyxrow_funcs.h \
        lyxserver.C \
        lyxserver.h \
        lyxtext.h \
@@ -184,6 +183,8 @@ lyx_SOURCES = \
        lyxvc.C \
        lyxvc.h \
        main.C \
+       messages.C \
+       messages.h \
        metricsinfo.C \
        metricsinfo.h \
        paragraph.C \
@@ -201,7 +202,6 @@ lyx_SOURCES = \
        sgml.h \
        tabular.C \
        tabular.h \
-       tabular-old.C \
        tabular_funcs.C \
        tabular_funcs.h \
        tex-accent.C \
@@ -213,6 +213,8 @@ lyx_SOURCES = \
        text.C \
        text2.C \
        text3.C \
+       text_funcs.C \
+       text_funcs.h \
        toc.C \
        toc.h \
        trans.C \
@@ -242,8 +244,8 @@ lyx_main.o: lyx_main.C lyx_main.h config.h version.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
+messages.o: messages.C messages.h config.h LString.h support/filetools.h
+       $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/messages.C
 
 dist-hook:
        cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`