]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
fix reading the author field.
[lyx.git] / src / Makefile.am
index 9a54e1107a12cfc8c9718b5745a3b4833d8d89bb..3222ac92cf126089e9cbe6b7a24630f152580d94 100644 (file)
@@ -1,12 +1,12 @@
 include $(top_srcdir)/config/common.am
 
-DISTCLEANFILES += config.h libintl.h
+DISTCLEANFILES += config.h libintl.h version.C stamp-version version.C-tmp
 
 MAINTAINERCLEANFILES += $(srcdir)/config.h.in
 
 SUBDIRS = mathed insets graphics support frontends tex2lyx
 
-EXTRA_DIST = config.h.in stamp-h.in cheaders version.C.in \
+EXTRA_DIST = config.h.in stamp-h.in version.C.in \
        Sectioning.h \
        Sectioning.C \
        Variables.C \
@@ -56,7 +56,11 @@ INCLUDES = $(BOOST_INCLUDES)
 
 BUILT_SOURCES = version.C
 
+AM_CXXFLAGS = $(PCH_FLAGS)
+
 lyx_SOURCES = \
+       Bidi.C \
+       Bidi.h \
        BufferView.C \
        BufferView.h \
        BufferView_pimpl.C \
@@ -75,6 +79,8 @@ lyx_SOURCES = \
        FloatList.h \
        Floating.C \
        Floating.h \
+       FontIterator.C \
+       FontIterator.h \
        FuncStatus.C \
        FuncStatus.h \
        InsetList.C \
@@ -85,25 +91,19 @@ lyx_SOURCES = \
        LaTeX.h \
        LaTeXFeatures.C \
        LaTeXFeatures.h \
-       latexrunparams.h \
        LyXAction.C \
        LyXAction.h \
        MenuBackend.C \
        MenuBackend.h \
-       paragraph_funcs.C \
-       paragraph_funcs.h \
        ParagraphList_fwd.h \
        ParagraphParameters.C \
        ParagraphParameters.h \
-       ParameterStruct.h \
        PrinterParams.C \
        PrinterParams.h \
        RowList_fwd.h \
        ShareContainer.h \
        Spacing.C \
        Spacing.h \
-       TextCache.C \
-       TextCache.h \
        Thesaurus.C \
        Thesaurus.h \
        ToolbarBackend.C \
@@ -131,18 +131,24 @@ lyx_SOURCES = \
        changes.h \
        chset.C \
        chset.h \
-       lfuns.h \
        config.h.in \
        converter.C \
        converter.h \
        counters.C \
        counters.h \
+       coordcache.C \
+       coordcache.h \
        cursor.C \
        cursor.h \
+       cursor_slice.C \
+       cursor_slice.h \
        debug.C \
        debug.h \
        dimension.C \
        dimension.h \
+       dociterator.C \
+       dociterator.h \
+       dispatchresult.h \
        encoding.C \
        encoding.h \
        errorlist.C \
@@ -163,8 +169,8 @@ lyx_SOURCES = \
        importer.h \
        intl.C \
        intl.h \
-       iterators.C \
-       iterators.h \
+       insetiterator.C \
+       insetiterator.h \
        kbmap.C \
        kbmap.h \
        kbsequence.C \
@@ -176,14 +182,13 @@ lyx_SOURCES = \
        layout.h \
        lengthcommon.C \
        lengthcommon.h \
+       lfuns.h \
        lyx_cb.C \
        lyx_cb.h \
        lyx_main.C \
        lyx_main.h \
        lyx_sty.C \
        lyx_sty.h \
-       lyxcursor.C \
-       lyxcursor.h \
        lyxfont.C \
        lyxfont.h \
        lyxfind.C \
@@ -222,11 +227,27 @@ lyx_SOURCES = \
        messages.h \
        metricsinfo.C \
        metricsinfo.h \
+       output.C \
+       output.h \
+       outputparams.C \
+       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_funcs.C \
+       paragraph_funcs.h \
        paragraph_pimpl.C \
        paragraph_pimpl.h \
+       pariterator.C \
+       pariterator.h \
        SpellBase.h \
        ispell.C \
        ispell.h \
@@ -247,10 +268,6 @@ lyx_SOURCES = \
        text.C \
        text2.C \
        text3.C \
-       textcursor.C \
-       textcursor.h \
-       text_funcs.C \
-       text_funcs.h \
        toc.C \
        toc.h \
        trans.C \
@@ -260,8 +277,6 @@ lyx_SOURCES = \
        trans_mgr.h \
        undo.C \
        undo.h \
-       undo_funcs.C \
-       undo_funcs.h \
        vc-backend.C \
        vc-backend.h \
        version.C \
@@ -269,8 +284,21 @@ lyx_SOURCES = \
        vspace.C \
        vspace.h
 
-dist-hook:
-       cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`
+dist_noinst_DATA = \
+       cheaders/ChangeLog \
+       cheaders/cassert \
+       cheaders/cctype \
+       cheaders/cerrno \
+       cheaders/climits \
+       cheaders/clocale \
+       cheaders/cmath \
+       cheaders/csignal \
+       cheaders/cstdarg \
+       cheaders/cstddef \
+       cheaders/cstdio \
+       cheaders/cstdlib \
+       cheaders/cstring \
+       cheaders/ctime
 
 version.C: stamp-version
        @: