]> git.lyx.org Git - features.git/blobdiff - development/scons/scons_manifest.py
* development/scons/scons_manifest.py: fix LyXFont => Font
[features.git] / development / scons / scons_manifest.py
index 296598f5fcd1062254334fe67937ce283ccded43..3301ebb34b63b3b523e5c65d8b360dd156349440 100644 (file)
@@ -100,12 +100,12 @@ src_support_header_files = Split('''
     docstring.h
     environment.h
     ExceptionMessage.h
-    filefilterlist.h
-    filename.h
+    FileFilterList.h
+    FileName.h
     filetools.h
-    forkedcall.h
-    forkedcallqueue.h
-    forkedcontr.h
+    Forkedcall.h
+    ForkedCallQueue.h
+    ForkedcallsController.h
     fs_extras.h
     limited_stack.h
     lstrings.h
@@ -115,15 +115,15 @@ src_support_header_files = Split('''
     lyxtime.h
     os.h
     os_win32.h
-    package.h
-    path.h
+    Package.h
+    Path.h
     qstring_helpers.h
     socktools.h
     std_istream.h
     std_ostream.h
-    systemcall.h
+    Systemcall.h
     textutils.h
-    translator.h
+    Translator.h
     types.h
     unicode.h
     userinfo.h
@@ -131,39 +131,39 @@ src_support_header_files = Split('''
 
 
 src_support_files = Split('''
-    FileMonitor.C
-    abort.C
-    chdir.C
-    convert.C
-    copy.C
-    docstream.C
-    docstring.C
-    environment.C
-    filefilterlist.C
-    filename.C
-    filetools.C
-    forkedcall.C
-    forkedcallqueue.C
-    forkedcontr.C
-    fs_extras.C
-    getcwd.C
-    kill.C
-    lstrings.C
-    lyxsum.C
-    lyxtime.C
-    mkdir.C
-    os.C
-    package.C
-    path.C
-    qstring_helpers.C
-    rename.C
-    socktools.C
-    systemcall.C
-    tempname.C
-    textutils.C
-    unicode.C
-    unlink.C
-    userinfo.C
+    FileMonitor.cpp
+    abort.cpp
+    chdir.cpp
+    convert.cpp
+    copy.cpp
+    docstream.cpp
+    docstring.cpp
+    environment.cpp
+    FileFilterList.cpp
+    FileName.cpp
+    filetools.cpp
+    Forkedcall.cpp
+    ForkedCallQueue.cpp
+    ForkedcallsController.cpp
+    fs_extras.cpp
+    getcwd.cpp
+    kill.cpp
+    lstrings.cpp
+    lyxsum.cpp
+    lyxtime.cpp
+    mkdir.cpp
+    os.cpp
+    Package.cpp
+    Path.cpp
+    qstring_helpers.cpp
+    rename.cpp
+    socktools.cpp
+    Systemcall.cpp
+    tempname.cpp
+    textutils.cpp
+    unicode.cpp
+    unlink.cpp
+    userinfo.cpp
 ''')
 
 
@@ -229,12 +229,12 @@ src_mathed_header_files = Split('''
     InsetMathXYMatrix.h
     MathAtom.h
     MathAutoCorrect.h
-    MathArray.h
+    MathData.h
     MathExtern.h
     MathFactory.h
     MathGridInfo.h
     MathMacroArgument.h
-    MathMacroTable.h
+    MacroTable.h
     MathMacroTemplate.h
     MathParser.h
     ReplaceData.h
@@ -243,6 +243,10 @@ src_mathed_header_files = Split('''
     TextPainter.h
 ''')
 
+src_mathed_extra_files = Split('''
+    InsetFormulaMacro.h
+    InsetFormulaMacro.cpp
+''')
 
 src_mathed_files = Split('''
     InsetMath.cpp
@@ -306,11 +310,11 @@ src_mathed_files = Split('''
     InsetMathXYMatrix.cpp
     MathAtom.cpp
     MathAutoCorrect.cpp
-    MathArray.cpp
+    MathData.cpp
     MathExtern.cpp
     MathFactory.cpp
     MathMacroArgument.cpp
-    MathMacroTable.cpp
+    MacroTable.cpp
     MathMacroTemplate.cpp
     MathParser.cpp
     MathStream.cpp
@@ -324,7 +328,6 @@ src_insets_header_files = Split('''
     ExternalTemplate.h
     ExternalTransforms.h
     Inset.h
-    InsetBase.h
     InsetBibitem.h
     InsetBibtex.h
     InsetBox.h
@@ -335,7 +338,7 @@ src_insets_header_files = Split('''
     InsetCollapsable.h
     InsetCommand.h
     InsetCommandParams.h
-    InsetEnv.h
+    InsetEnvironment.h
     InsetERT.h
     InsetExternal.h
     InsetFloat.h
@@ -361,7 +364,6 @@ src_insets_header_files = Split('''
     InsetSpecialChar.h
     InsetTabular.h
     InsetText.h
-    InsetTheorem.h
     InsetTOC.h
     InsetUrl.h
     InsetVSpace.h
@@ -373,13 +375,16 @@ src_insets_header_files = Split('''
     RenderPreview.h
 ''')
 
+src_inests_extra_files = Split('''
+    InsetTheorem.h
+    InsetTheorem.cpp
+''')
 
 src_insets_files = Split('''
-    ExternalSupport.C
-    ExternalTemplate.C
-    ExternalTransforms.C
+    ExternalSupport.cpp
+    ExternalTemplate.cpp
+    ExternalTransforms.cpp
     Inset.cpp
-    InsetBase.cpp
     InsetBibitem.cpp
     InsetBibtex.cpp
     InsetBox.cpp
@@ -390,7 +395,7 @@ src_insets_files = Split('''
     InsetCollapsable.cpp
     InsetCommand.cpp
     InsetCommandParams.cpp
-    InsetEnv.cpp
+    InsetEnvironment.cpp
     InsetERT.cpp
     InsetExternal.cpp
     InsetFloat.cpp
@@ -428,7 +433,7 @@ src_insets_files = Split('''
 
 
 src_frontends_header_files = Split('''
-    Alert.h
+    alert.h
     Alert_pimpl.h
     Application.h
     Clipboard.h
@@ -439,8 +444,7 @@ src_frontends_header_files = Split('''
     FontLoader.h
     FontMetrics.h
     Gui.h
-    LyXKeySym.h
-    LyXKeySymFactory.h
+    KeySymbol.h
     LyXView.h
     Menubar.h
     Painter.h
@@ -454,23 +458,23 @@ src_frontends_header_files = Split('''
 
 
 src_frontends_files = Split('''
-    Alert.C
-    Application.C
-    Dialogs.C
-    LyXView.C
-    Painter.C
-    Timeout.C
-    Toolbars.C
-    WorkArea.C
+    alert.cpp
+    Application.cpp
+    Dialogs.cpp
+    LyXView.cpp
+    Painter.cpp
+    Timeout.cpp
+    Toolbars.cpp
+    WorkArea.cpp
 ''')
 
 
 src_graphics_header_files = Split('''
-    Cache.h
-    CacheItem.h
+    GraphicsCache.h
+    GraphicsCacheItem.h
     GraphicsConverter.h
-    Image.h
-    Loader.h
+    GraphicsImage.h
+    GraphicsLoader.h
     GraphicsParams.h
     GraphicsTypes.h
     LoaderQueue.h
@@ -481,11 +485,11 @@ src_graphics_header_files = Split('''
 
 
 src_graphics_files = Split('''
-    Cache.cpp
-    CacheItem.cpp
+    GraphicsCache.cpp
+    GraphicsCacheItem.cpp
     GraphicsConverter.cpp
-    Image.cpp
-    Loader.cpp
+    GraphicsImage.cpp
+    GraphicsLoader.cpp
     GraphicsParams.cpp
     GraphicsTypes.cpp
     LoaderQueue.cpp
@@ -498,7 +502,7 @@ src_graphics_files = Split('''
 src_frontends_controllers_header_files = Split('''
     BCView.h
     ButtonController.h
-    ButtonPolicies.h
+    ButtonPolicy.h
     ControlAboutlyx.h
     ControlBibtex.h
     ControlBox.h
@@ -536,60 +540,52 @@ src_frontends_controllers_header_files = Split('''
     ControlWrap.h
     Dialog.h
     Kernel.h
-    biblio.h
-    character.h
-    frnt_lang.h
-    helper_funcs.h
-    tex_helpers.h
+    frontend_helpers.h
 ''')
 
 
 src_frontends_controllers_files = Split('''
-    BCView.C
-    ButtonController.C
-    ButtonPolicies.C
-    ControlAboutlyx.C
-    ControlBibtex.C
-    ControlBox.C
-    ControlBranch.C
-    ControlChanges.C
-    ControlCharacter.C
-    ControlCitation.C
-    ControlCommand.C
-    ControlCommandBuffer.C
-    ControlDocument.C
-    ControlERT.C
-    ControlErrorList.C
-    ControlExternal.C
-    ControlFloat.C
-    ControlGraphics.C
-    ControlInclude.C
-    ControlLog.C
-    ControlMath.C
-    ControlNote.C
-    ControlParagraph.C
-    ControlPrefs.C
-    ControlPrint.C
-    ControlRef.C
-    ControlSearch.C
-    ControlSendto.C
-    ControlShowFile.C
-    ControlSpellchecker.C
-    ControlTabular.C
-    ControlTabularCreate.C
-    ControlTexinfo.C
-    ControlThesaurus.C
-    ControlToc.C
-    ControlVSpace.C
-    ControlViewSource.C
-    ControlWrap.C
-    Dialog.C
-    Kernel.C
-    biblio.C
-    character.C
-    frnt_lang.C
-    helper_funcs.C
-    tex_helpers.C
+    BCView.cpp
+    ButtonController.cpp
+    ButtonPolicy.cpp
+    ControlAboutlyx.cpp
+    ControlBibtex.cpp
+    ControlBox.cpp
+    ControlBranch.cpp
+    ControlChanges.cpp
+    ControlCharacter.cpp
+    ControlCitation.cpp
+    ControlCommand.cpp
+    ControlCommandBuffer.cpp
+    ControlDocument.cpp
+    ControlERT.cpp
+    ControlErrorList.cpp
+    ControlExternal.cpp
+    ControlFloat.cpp
+    ControlGraphics.cpp
+    ControlInclude.cpp
+    ControlLog.cpp
+    ControlMath.cpp
+    ControlNote.cpp
+    ControlParagraph.cpp
+    ControlPrefs.cpp
+    ControlPrint.cpp
+    ControlRef.cpp
+    ControlSearch.cpp
+    ControlSendto.cpp
+    ControlShowFile.cpp
+    ControlSpellchecker.cpp
+    ControlTabular.cpp
+    ControlTabularCreate.cpp
+    ControlTexinfo.cpp
+    ControlThesaurus.cpp
+    ControlToc.cpp
+    ControlVSpace.cpp
+    ControlViewSource.cpp
+    ControlWrap.cpp
+    Dialog.cpp
+    Kernel.cpp
+    frontend_helpers.cpp
 ''')
 
 
@@ -669,81 +665,80 @@ src_frontends_qt4_ui_files = Split('''
 
 
 src_frontends_qt4_moc_files = Split('''
-    BulletsModule.C
-    QBox.C
-    QERT.C
-    QSearch.C
-    QSpellchecker.C
-    QTabularCreate.C
-    QTexinfo.C
-    QThesaurus.C
-    QTabular.C
-    QVSpace.C
-    QWrap.C
-    QDocument.C
-    QLog.C
-    QParagraph.C
-    QShowFile.C
-    QBibitem.C
-    QNomencl.C
-    emptytable.C
-    FileDialog_private.C
-    FloatPlacement.C
-    GuiApplication.C
-    GuiImplementation.C
-    iconpalette.C
-    lengthcombo.C
-    InsertTableWidget.C
-    panelstack.C
-    QBibtex.C
-    QBranch.C
-    QBranches.C
-    QChanges.C
-    QCharacter.C
-    QCitationDialog.C
-    QCommandBuffer.C
-    QCommandEdit.C
-    QDelimiterDialog.C
-    QErrorList.C
-    QExternal.C
-    QFloatDialog.C
-    QGraphicsDialog.C
-    QInclude.C
-    QIndex.C
-    Action.C
-    QLog.C
-    QViewSource.C
-    QLMenubar.C
-    QLPopupMenu.C
-    QLPrintDialog.C
-    QMathMatrixDialog.C
-    QNomencl.C
-    QNote.C
-    QPrefs.C
-    QRef.C
-    QSendto.C
-    qsetborder.C
-    QDialogView.C
-    TocModel.C
-    TocWidget.C
-    QToc.C
-    GuiView.C
-    QURLDialog.C
-    GuiWorkArea.C
-    QLToolbar.C
-    socket_callback.C
-    validators.C
-    QAbout.C
+    BulletsModule.cpp
+    QBox.cpp
+    QERT.cpp
+    QSearch.cpp
+    QSpellchecker.cpp
+    QTabularCreate.cpp
+    QTexinfo.cpp
+    QThesaurus.cpp
+    QTabular.cpp
+    QVSpace.cpp
+    QWrap.cpp
+    QDocument.cpp
+    QLog.cpp
+    QParagraph.cpp
+    QShowFile.cpp
+    QBibitem.cpp
+    QNomencl.cpp
+    EmptyTable.cpp
+    LyXFileDialog.cpp
+    FloatPlacement.cpp
+    GuiApplication.cpp
+    GuiImplementation.cpp
+    IconPalette.cpp
+    LengthCombo.cpp
+    InsertTableWidget.cpp
+    PanelStack.cpp
+    QBibtex.cpp
+    QBranch.cpp
+    QBranches.cpp
+    QChanges.cpp
+    QCharacter.cpp
+    QCitationDialog.cpp
+    QCommandBuffer.cpp
+    QCommandEdit.cpp
+    QDelimiterDialog.cpp
+    QErrorList.cpp
+    QExternal.cpp
+    QFloatDialog.cpp
+    QGraphicsDialog.cpp
+    QInclude.cpp
+    QIndex.cpp
+    Action.cpp
+    QLog.cpp
+    QViewSource.cpp
+    QLMenubar.cpp
+    QLPopupMenu.cpp
+    QLPrintDialog.cpp
+    QMathMatrixDialog.cpp
+    QNomencl.cpp
+    QNote.cpp
+    QPrefs.cpp
+    QRef.cpp
+    QSendto.cpp
+    QSetBorder.cpp
+    QDialogView.cpp
+    TocModel.cpp
+    TocWidget.cpp
+    QToc.cpp
+    GuiView.cpp
+    QURLDialog.cpp
+    GuiWorkArea.cpp
+    QLToolbar.cpp
+    socket_callback.cpp
+    Validator.cpp
+    QAbout.cpp
 ''')
 
 
 src_frontends_qt4_header_files = Split('''
     Action.h
-    BiblioModuleBase.h
     BulletsModule.h
     ColorCache.h
     DockView.h
-    FileDialog_private.h
+    LyXFileDialog.h
     GuiApplication.h
     GuiClipboard.h
     GuiFontLoader.h
@@ -752,13 +747,12 @@ src_frontends_qt4_header_files = Split('''
     GuiView.h
     GuiWorkArea.h
     InsertTableWidget.h
-    About.h
+    QAbout.h
     QBibitem.h
     QBibtex.h
     QBox.h
     QBranch.h
     QBranches.h
-    QBrowseBox.h
     QChanges.h
     QCharacter.h
     QCharacter.h
@@ -786,7 +780,7 @@ src_frontends_qt4_header_files = Split('''
     QLPrintDialog.h
     QLToolbar.h
     QLog.h
-    QLyXKeySym.h
+    QKeySymbol.h
     QMathMatrixDialog.h
     QNomencl.h
     QNote.h
@@ -811,153 +805,163 @@ src_frontends_qt4_header_files = Split('''
     TocModel.h
     TocWidget.h
     UrlView.h
-    checkedwidgets.h
-    emptytable.h
+    CheckedLineEdit.h
+    EmptyTable.h
     FloatPlacement.h
-    iconpalette.h
-    lengthcombo.h
-    panelstack.h
-    qfontexample.h
+    IconPalette.h
+    LengthCombo.h
+    PanelStack.h
+    QFontExample.h
     qlkey.h
-    qsetborder.h
+    QSetBorder.h
     qtTimeout.h
     qt_helpers.h
     socket_callback.h
-    validators.h
+    Validator.h
 ''')
 
 
 src_frontends_qt4_files = Split('''
-    Action.C
-    Alert_pimpl.C
-    BulletsModule.C
-    ColorCache.C
-    Dialogs.C
-    FileDialog.C
-    FileDialog_private.C
-    GuiApplication.C
-    GuiClipboard.C
-    GuiFontLoader.C
-    GuiFontMetrics.C
-    GuiImplementation.C
-    GuiSelection.C
-    GuiView.C
-    GuiWorkArea.C
-    InsertTableWidget.C
-    LyXKeySymFactory.C
-    QAbout.C
-    QBibitem.C
-    QBibtex.C
-    QBox.C
-    QBranch.C
-    QBranches.C
-    QChanges.C
-    QCharacter.C
-    QCitation.C
-    QCitationDialog.C
-    QCommandBuffer.C
-    QCommandEdit.C
-    QDelimiterDialog.C
-    QDialogView.C
-    QDocument.C
-    QERT.C
-    QErrorList.C
-    QExternal.C
-    QFloat.C
-    QFloatDialog.C
-    QGraphics.C
-    QGraphicsDialog.C
-    QInclude.C
-    QIndex.C
-    QLImage.C
-    QLMenubar.C
-    QLPainter.C
-    QLPopupMenu.C
-    QLPrintDialog.C
-    QLToolbar.C
-    QLog.C
-    QLyXKeySym.C
-    QMathMatrixDialog.C
-    QNomencl.C
-    QNote.C
-    QParagraph.C
-    QPrefs.C
-    QPrint.C
-    QRef.C
-    QSearch.C
-    QSendto.C
-    QShowFile.C
-    QSpellchecker.C
-    QTabular.C
-    QTabularCreate.C
-    QTexinfo.C
-    QThesaurus.C
-    QToc.C
-    QURLDialog.C
-    QVSpace.C
-    QViewSource.C
-    QWrap.C
-    Qt2BC.C
-    TocModel.C
-    TocWidget.C
-    UrlView.C
-    checkedwidgets.C
-    emptytable.C
-    FloatPlacement.C
-    iconpalette.C
-    lengthcombo.C
-    panelstack.C
-    qfontexample.C
-    qsetborder.C
-    qtTimeout.C
-    qt_helpers.C
-    socket_callback.C
-    validators.C
+    Action.cpp
+    alert_pimpl.cpp
+    BulletsModule.cpp
+    ColorCache.cpp
+    Dialogs.cpp
+    FileDialog.cpp
+    LyXFileDialog.cpp
+    GuiApplication.cpp
+    GuiClipboard.cpp
+    GuiFontLoader.cpp
+    GuiFontMetrics.cpp
+    GuiImplementation.cpp
+    GuiSelection.cpp
+    GuiView.cpp
+    GuiWorkArea.cpp
+    InsertTableWidget.cpp
+    KeySymbol.cpp
+    QAbout.cpp
+    QBibitem.cpp
+    QBibtex.cpp
+    QBox.cpp
+    QBranch.cpp
+    QBranches.cpp
+    QChanges.cpp
+    QCharacter.cpp
+    QCitation.cpp
+    QCitationDialog.cpp
+    QCommandBuffer.cpp
+    QCommandEdit.cpp
+    QDelimiterDialog.cpp
+    QDialogView.cpp
+    QDocument.cpp
+    QERT.cpp
+    QErrorList.cpp
+    QExternal.cpp
+    QFloat.cpp
+    QFloatDialog.cpp
+    QGraphics.cpp
+    QGraphicsDialog.cpp
+    QKeySymbol.cpp
+    QInclude.cpp
+    QIndex.cpp
+    QLImage.cpp
+    QLMenubar.cpp
+    QLPainter.cpp
+    QLPopupMenu.cpp
+    QLPrintDialog.cpp
+    QLToolbar.cpp
+    QLog.cpp
+    QMathMatrixDialog.cpp
+    QNomencl.cpp
+    QNote.cpp
+    QParagraph.cpp
+    QPrefs.cpp
+    QPrint.cpp
+    QRef.cpp
+    QSearch.cpp
+    QSendto.cpp
+    QShowFile.cpp
+    QSpellchecker.cpp
+    QTabular.cpp
+    QTabularCreate.cpp
+    QTexinfo.cpp
+    QThesaurus.cpp
+    QToc.cpp
+    QURLDialog.cpp
+    QVSpace.cpp
+    QViewSource.cpp
+    QWrap.cpp
+    Qt2BC.cpp
+    TocModel.cpp
+    TocWidget.cpp
+    UrlView.cpp
+    CheckedLineEdit.cpp
+    EmptyTable.cpp
+    FloatPlacement.cpp
+    IconPalette.cpp
+    LengthCombo.cpp
+    PanelStack.cpp
+    QFontExample.cpp
+    QSetBorder.cpp
+    qtTimeout.cpp
+    qt_helpers.cpp
+    socket_callback.cpp
+    Validator.cpp
 ''')
 
 
 src_client_header_files = Split('''
     debug.h
-    messages.h
+    Messages.h
 ''')
 
 
 src_client_files = Split('''
-    boost.C
-    client.C
-    debug.C
-    gettext.C
-    messages.C
+    boost.cpp
+    client.cpp
+    debug.cpp
+    gettext.cpp
+    Messages.cpp
 ''')
 
 
 src_tex2lyx_header_files = Split('''
     Spacing.h
-    context.h
-    lyxfont.h
+    Context.h
+    Font.h
     tex2lyx.h
-    texparser.h
+    Parser.h
+''')
+
+
+src_tex2lyx_copied_header_files = Split('''
+    Layout.h
+    TextClass.h
+    Lexer.h
+''')
+
+src_tex2lyx_copied_files = Split('''
+    FloatList.cpp
+    Floating.cpp
+    Counters.cpp
+    Layout.cpp
+    TextClass.cpp
+    Lexer.cpp
 ''')
 
 
 src_tex2lyx_files = Split('''
-    FloatList.C
-    Floating.C
-    boost.C
-    context.C
-    counters.C
-    gettext.C
-    lengthcommon.C
-    lyxfont.C
-    lyxlayout.C
-    lyxlex.C
-    lyxtextclass.C
-    math.C
-    preamble.C
-    table.C
-    tex2lyx.C
-    texparser.C
-    text.C
+    boost.cpp
+    Context.cpp
+    gettext.cpp
+    lengthcommon.cpp
+    Font.cpp
+    math.cpp
+    preamble.cpp
+    table.cpp
+    tex2lyx.cpp
+    Parser.cpp
+    text.cpp
 ''')
 
 
@@ -976,223 +980,215 @@ src_header_files = Split('''
     FontIterator.h
     FuncStatus.h
     InsetList.h
-    LColor.h
     LaTeX.h
     LaTeXFeatures.h
     LyXAction.h
     MenuBackend.h
     ParagraphList.h
-    ParagraphList_fwd.h
     ParagraphParameters.h
     PrinterParams.h
     RowList_fwd.h
-    Sectioning.h
+    Section.h
     Spacing.h
     SpellBase.h
     Thesaurus.h
     TocBackend.h
     ToolbarBackend.h
-    UpdateFlags.h
+    update_flags.h
     Variables.h
     WordLangTuple.h
-    aspell_local.h
-    author.h
-    box.h
-    buffer.h
+    ASpell_local.h
+    Author.h
+    Box.h
+    Buffer.h
     buffer_funcs.h
-    bufferlist.h
-    bufferparams.h
+    BufferList.h
+    BufferParams.h
     bufferview_funcs.h
-    changes.h
-    converter.h
-    coordcache.h
-    counters.h
-    cursor.h
-    cursor_slice.h
+    Changes.h
+    Converter.h
+    CoordCache.h
+    Counters.h
+    Cursor.h
+    CursorSlice.h
     debug.h
-    dimension.h
-    dispatchresult.h
-    dociterator.h
-    encoding.h
-    errorlist.h
-    exporter.h
+    Dimension.h
+    DispatchResult.h
+    DocIterator.h
+    Encoding.h
+    ErrorList.h
+    Exporter.h
     factory.h
-    format.h
-    funcrequest.h
+    Font.h
+    Format.h
+    FuncRequest.h
     gettext.h
-    graph.h
-    importer.h
-    insetiterator.h
-    intl.h
-    ispell.h
-    kbmap.h
-    kbsequence.h
-    language.h
-    layout.h
+    Graph.h
+    Importer.h
+    InsetIterator.h
+    Intl.h
+    ISpell.h
+    KeyMap.h
+    KeySequence.h
+    Language.h
     lengthcommon.h
     lfuns.h
-    lyx_cb.h
-    lyx_main.h
+    callback.h
+    LyX.h
     lyx_sty.h
     lyxfind.h
-    lyxfont.h
-    lyxfunc.h
-    lyxgluelength.h
-    lyxlayout.h
+    LyXFunc.h
+    Layout.h
     lyxlayout_ptr_fwd.h
-    lyxlength.h
-    lyxlex.h
-    lyxrc.h
-    lyxrow.h
-    lyxserver.h
-    lyxsocket.h
-    lyxtext.h
-    lyxtextclass.h
-    lyxtextclasslist.h
-    lyxvc.h
-    messages.h
-    metricsinfo.h
-    mover.h
+    Length.h
+    Lexer.h
+    LyXRC.h
+    Row.h
+    Server.h
+    ServerSocket.h
+    LyXText.h
+    TextClass.h
+    TextClassList.h
+    LyXVC.h
+    Messages.h
+    MetricsInfo.h
+    Mover.h
     output.h
     output_docbook.h
     output_latex.h
     output_plaintext.h
-    outputparams.h
+    OutputParams.h
     paper.h
-    paragraph.h
+    Paragraph.h
     paragraph_funcs.h
     ParagraphMetrics.h
-    pariterator.h
-    pspell.h
+    ParIterator.h
+    PSpell.h
     rowpainter.h
-    session.h
+    Session.h
     sgml.h
-    tabular.h
     tex-accent.h
     tex-strings.h
-    texrow.h
+    TexRow.h
     TextMetrics.h
     toc.h
-    trans.h
-    trans_decl.h
-    trans_mgr.h
-    undo.h
-    vc-backend.h
+    Trans.h
+    KmodInfo.h
+    TransState.h
+    Undo.h
+    VCBackend.h
     version.h
-    vspace.h
+    VSpace.h
 ''')
 
 
 src_pre_files = Split('''
-    Bidi.C
-    BranchList.C
-    BufferView.C
-    Bullet.C
-    Chktex.C
-    Color.C
-    ConverterCache.C
-    CutAndPaste.C
-    DepTable.C
-    FloatList.C
-    Floating.C
-    FontIterator.C
-    FuncStatus.C
-    InsetList.C
-    LColor.C
-    LaTeX.C
-    LaTeXFeatures.C
-    LyXAction.C
-    MenuBackend.C
-    ParagraphParameters.C
-    Spacing.C
-    TocBackend.C
-    ToolbarBackend.C
-    author.C
-    boost.C
-    buffer.C
-    buffer_funcs.C
-    bufferlist.C
-    bufferparams.C
-    bufferview_funcs.C
-    changes.C
-    converter.C
-    coordcache.C
-    counters.C
-    cursor.C
-    cursor_slice.C
-    debug.C
-    dociterator.C
-    encoding.C
-    errorlist.C
-    exporter.C
-    factory.C
-    format.C
-    funcrequest.C
-    gettext.C
-    graph.C
-    importer.C
-    insetiterator.C
-    intl.C
-    kbmap.C
-    kbsequence.C
-    language.C
-    lengthcommon.C
-    lyx_cb.C
-    lyx_main.C
-    lyx_sty.C
-    lyxfind.C
-    lyxfont.C
-    lyxfunc.C
-    lyxgluelength.C
-    lyxlayout.C
-    lyxlength.C
-    lyxlex.C
-    lyxrc.C
-    lyxrow.C
-    lyxserver.C
-    lyxsocket.C
-    lyxtextclass.C
-    lyxtextclasslist.C
-    lyxvc.C
-    messages.C
-    metricsinfo.C
-    mover.C
-    output.C
-    output_docbook.C
-    output_latex.C
-    output_plaintext.C
-    outputparams.C
-    paragraph.C
-    paragraph_funcs.C
-    ParagraphMetrics.C
-    pariterator.C
-    rowpainter.C
-    session.C
-    sgml.C
-    tex-accent.C
-    tex-strings.C
-    texrow.C
-    text.C
-    text2.C
-    text3.C
-    TextMetrics.C
-    toc.C
-    trans.C
-    trans_mgr.C
-    undo.C
-    vc-backend.C
-    version.C
-    vspace.C
+    Bidi.cpp
+    BranchList.cpp
+    BufferView.cpp
+    Bullet.cpp
+    Chktex.cpp
+    Color.cpp
+    ConverterCache.cpp
+    CutAndPaste.cpp
+    DepTable.cpp
+    FloatList.cpp
+    Floating.cpp
+    FontIterator.cpp
+    FuncStatus.cpp
+    InsetList.cpp
+    LaTeX.cpp
+    LaTeXFeatures.cpp
+    LyXAction.cpp
+    MenuBackend.cpp
+    ParagraphParameters.cpp
+    Spacing.cpp
+    TocBackend.cpp
+    ToolbarBackend.cpp
+    Author.cpp
+    boost.cpp
+    Buffer.cpp
+    buffer_funcs.cpp
+    BufferList.cpp
+    BufferParams.cpp
+    bufferview_funcs.cpp
+    Changes.cpp
+    Converter.cpp
+    CoordCache.cpp
+    Counters.cpp
+    Cursor.cpp
+    CursorSlice.cpp
+    debug.cpp
+    DocIterator.cpp
+    Encoding.cpp
+    ErrorList.cpp
+    Exporter.cpp
+    factory.cpp
+    Font.cpp
+    Format.cpp
+    FuncRequest.cpp
+    gettext.cpp
+    Graph.cpp
+    Importer.cpp
+    InsetIterator.cpp
+    Intl.cpp
+    KeyMap.cpp
+    KeySequence.cpp
+    Language.cpp
+    lengthcommon.cpp
+    callback.cpp
+    LyX.cpp
+    lyx_sty.cpp
+    lyxfind.cpp
+    LyXFunc.cpp
+    Layout.cpp
+    Length.cpp
+    Lexer.cpp
+    LyXRC.cpp
+    Row.cpp
+    Server.cpp
+    ServerSocket.cpp
+    TextClass.cpp
+    TextClassList.cpp
+    LyXVC.cpp
+    Messages.cpp
+    MetricsInfo.cpp
+    Mover.cpp
+    output.cpp
+    output_docbook.cpp
+    output_latex.cpp
+    output_plaintext.cpp
+    OutputParams.cpp
+    Paragraph.cpp
+    paragraph_funcs.cpp
+    ParagraphMetrics.cpp
+    ParIterator.cpp
+    rowpainter.cpp
+    Session.cpp
+    sgml.cpp
+    tex-accent.cpp
+    tex-strings.cpp
+    TexRow.cpp
+    text.cpp
+    text2.cpp
+    text3.cpp
+    TextMetrics.cpp
+    toc.cpp
+    Trans.cpp
+    TransState.cpp
+    Undo.cpp
+    VCBackend.cpp
+    version.cpp
+    VSpace.cpp
 ''')
 
 
 src_post_files = Split('''
-    tabular.C
-    dimension.C
-    PrinterParams.C
-    box.C
-    Thesaurus.C
-    SpellBase.C
+    Dimension.cpp
+    PrinterParams.cpp
+    Box.cpp
+    Thesaurus.cpp
+    SpellBase.cpp
 ''')
 
 
@@ -1280,6 +1276,7 @@ lib_examples_da_files = Split('''
 ''')
 
 lib_examples_de_files = Split('''
+    Dezimal.lyx
     ItemizeBullets.lyx
     Lebenslauf.lyx
     Minipage.lyx
@@ -1392,6 +1389,7 @@ lib_examples_files = Split('''
     docbook_article.lyx
     example_lyxified.lyx
     example_raw.lyx
+    g-brief2.lyx
     iecc05.fen
     iecc07.fen
     iecc12.fen
@@ -1401,8 +1399,8 @@ lib_examples_files = Split('''
     multicol.lyx
     noweb2lyx.lyx
     script_form.lyx
+    simplecv.lyx
     splash.lyx
-    g-brief2.lyx
 ''')
 
 lib_fonts_files = Split('''
@@ -2140,6 +2138,7 @@ lib_layouts_files = Split('''
     scrreprt.layout
     seminar.layout
     siamltex.layout
+    simplecv.layout
     slides.layout
     spie.layout
     svglobal.layout