]> git.lyx.org Git - features.git/commitdiff
add support of precompiled headers for msvc, enable with -Dpch=1, disable headers...
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 23 Oct 2006 13:34:22 +0000 (13:34 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 23 Oct 2006 13:34:22 +0000 (13:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15506 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/config.C.cmake [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index cee4a9f..e08c431
-/*\r
- * \file config.C\r
- * This file is part of LyX, the document processor.\r
- * Licence details can be found in the file COPYING.\r
- *\r
- * This is the compilation configuration file for LyX.\r
- * It was generated by autoconfs configure.\r
- * You might want to change some of the defaults if something goes wrong\r
- * during the compilation.\r
- */\r
-\r
-#include <config.h>\r
-\r
-//#define LYX_DONT_PRECOMPILE_SRC\r
-//#define LYX_DONT_PRECOMPILE_SUPPORT\r
-//#define LYX_DONT_PRECOMPILE_INSETS\r
-//#define LYX_DONT_PRECOMPILE_MATHED\r
-//#define LYX_DONT_PRECOMPILE_FRONTENDS\r
-//#define LYX_DONT_PRECOMPILE_CONTROLLERS\r
-\r
-#include <boost/any.hpp>\r
-#include <boost/array.hpp>\r
-#include <boost/assert.hpp>\r
-#include <boost/crc.hpp>\r
-#include <boost/cregex.hpp>\r
-#include <boost/current_function.hpp>\r
-#include <boost/function.hpp>\r
-#include <boost/iterator/indirect_iterator.hpp>\r
-#include <boost/optional.hpp>\r
-#include <boost/regex.hpp>\r
-#include <boost/scoped_array.hpp>\r
-#include <boost/scoped_ptr.hpp>\r
-#include <boost/shared_ptr.hpp>\r
-#include <boost/signals/connection.hpp>\r
-#include <boost/signal.hpp>\r
-#include <boost/signals/trackable.hpp>\r
-#include <boost/version.hpp>\r
-\r
-#if BOOST_VERSION < 103300\r
-# include <boost/test/detail/nullstream.hpp>\r
-#else\r
-# include <boost/test/utils/nullstream.hpp>\r
-#endif\r
-\r
-#include <boost/tokenizer.hpp>\r
-#include <boost/tuple/tuple.hpp>\r
-#include <boost/utility.hpp>\r
-\r
-#include <algorithm>\r
-#include <cerrno>\r
-#include <clocale>\r
-#include <csignal>\r
-#include <cstddef>\r
-#include <cstdio>\r
-#include <cstdlib>\r
-#include <deque>\r
-#include <exception>\r
-#include <fstream>\r
-#include <functional>\r
-#include <iomanip>\r
-#include <ios>\r
-#include <iosfwd>\r
-#include <iostream>\r
-#include <iterator>\r
-#include <list>\r
-#include <map>\r
-#include <queue>\r
-#include <set>\r
-#include <sstream>\r
-#include <stack>\r
-#include <string>\r
-#include <utility>\r
-#include <vector>\r
-\r
-#ifndef LYX_DONT_PRECOMPILE_SRC\r
-#include <vspace.h>\r
-#include <version.h>\r
-#include <vc-backend.h>\r
-#include <undo.h>\r
-#include <trans_mgr.h>\r
-#include <trans_decl.h>\r
-#include <trans.h>\r
-#include <toc.h>\r
-#include <texrow.h>\r
-#include <tex-strings.h>\r
-#include <tex-accent.h>\r
-#include <tabular.h>\r
-#include <sgml.h>\r
-#include <session.h>\r
-#include <rowpainter.h>\r
-#include <pspell.h>\r
-#include <pariterator.h>\r
-#include <paragraph_pimpl.h>\r
-#include <paragraph_funcs.h>\r
-#include <paragraph.h>\r
-#include <paper.h>\r
-#include <outputparams.h>\r
-#include <output_plaintext.h>\r
-#include <output_latex.h>\r
-#include <output_docbook.h>\r
-#include <output.h>\r
-#include <mover.h>\r
-#include <metricsinfo.h>\r
-#include <messages.h>\r
-#include <lyxvc.h>\r
-#include <lyxtextclasslist.h>\r
-#include <lyxtextclass.h>\r
-#include <lyxtext.h>\r
-#include <lyxsocket.h>\r
-#include <lyxserver.h>\r
-#include <lyxrow.h>\r
-#include <lyxrc.h>\r
-#include <lyxlex_pimpl.h>\r
-#include <lyxlex.h>\r
-#include <lyxlength.h>\r
-#include <lyxlayout_ptr_fwd.h>\r
-#include <lyxlayout.h>\r
-#include <lyxgluelength.h>\r
-#include <lyxfunc.h>\r
-#include <lyxfont.h>\r
-#include <lyxfind.h>\r
-#include <lyx_sty.h>\r
-#include <lyx_main.h>\r
-#include <lyx_cb.h>\r
-#include <lfuns.h>\r
-#include <lengthcommon.h>\r
-#include <layout.h>\r
-#include <language.h>\r
-#include <kbsequence.h>\r
-#include <kbmap.h>\r
-#include <ispell.h>\r
-#include <intl.h>\r
-#include <insetiterator.h>\r
-#include <importer.h>\r
-#include <graph.h>\r
-#include <gettext.h>\r
-#include <funcrequest.h>\r
-#include <format.h>\r
-#include <factory.h>\r
-#include <exporter.h>\r
-#include <errorlist.h>\r
-#include <encoding.h>\r
-#include <dociterator.h>\r
-#include <dispatchresult.h>\r
-#include <dimension.h>\r
-#include <debug.h>\r
-#include <cursor_slice.h>\r
-#include <cursor.h>\r
-#include <counters.h>\r
-#include <coordcache.h>\r
-#include <converter.h>\r
-#include <chset.h>\r
-#include <changes.h>\r
-#include <bufferview_funcs.h>\r
-#include <bufferparams.h>\r
-#include <bufferlist.h>\r
-#include <buffer_funcs.h>\r
-#include <buffer.h>\r
-#include <box.h>\r
-#include <author.h>\r
-#include <aspell_local.h>\r
-#include <WordLangTuple.h>\r
-#include <Variables.h>\r
-#include <ToolbarBackend.h>\r
-#include <TocBackend.h>\r
-#include <Thesaurus.h>\r
-#include <SpellBase.h>\r
-#include <Spacing.h>\r
-#include <Sectioning.h>\r
-#include <RowList_fwd.h>\r
-#include <PrinterParams.h>\r
-#include <ParagraphParameters.h>\r
-#include <ParagraphList_fwd.h>\r
-#include <ParagraphList.h>\r
-#include <MenuBackend.h>\r
-#include <LyXAction.h>\r
-#include <LaTeXFeatures.h>\r
-#include <LaTeX.h>\r
-#include <LColor.h>\r
-#include <InsetList.h>\r
-#include <FuncStatus.h>\r
-#include <FontIterator.h>\r
-#include <Floating.h>\r
-#include <FloatList.h>\r
-#include <DepTable.h>\r
-#include <CutAndPaste.h>\r
-#include <Color.h>\r
-#include <Chktex.h>\r
-#include <Bullet.h>\r
-#include <BufferView.h>\r
-#include <BranchList.h>\r
-#include <Bidi.h>\r
-#endif\r
-\r
-#ifndef LYX_DONT_PRECOMPILE_SUPPORT\r
-#include <support/FileMonitor.h>\r
-#include <support/RandomAccessList.h>\r
-#include <support/convert.h>\r
-#include <support/copied_ptr.h>\r
-#include <support/cow_ptr.h>\r
-#include <support/debugstream.h>\r
-#include <support/docstream.h>\r
-#include <support/docstring.h>\r
-#include <support/environment.h>\r
-#include <support/filefilterlist.h>\r
-#include <support/filename.h>\r
-#include <support/filetools.h>\r
-#include <support/fontutils.h>\r
-#include <support/forkedcall.h>\r
-#include <support/forkedcallqueue.h>\r
-#include <support/forkedcontr.h>\r
-#include <support/fs_extras.h>\r
-#include <support/limited_stack.h>\r
-#include <support/lstrings.h>\r
-#include <support/lyxalgo.h>\r
-#include <support/lyxlib.h>\r
-#include <support/lyxmanip.h>\r
-#include <support/lyxtime.h>\r
-#include <support/os.h>\r
-#include <support/os_win32.h>\r
-#include <support/package.h>\r
-#include <support/path.h>\r
-#include <support/socktools.h>\r
-#include <support/std_istream.h>\r
-#include <support/std_ostream.h>\r
-#include <support/systemcall.h>\r
-#include <support/textutils.h>\r
-#include <support/translator.h>\r
-#include <support/types.h>\r
-#include <support/unicode.h>\r
-#include <support/userinfo.h>\r
-#endif\r
-\r
-\r
-#ifndef LYX_DONT_PRECOMPILE_INSETS\r
-#include <insets/ExternalSupport.h>\r
-#include <insets/ExternalTemplate.h>\r
-#include <insets/ExternalTransforms.h>\r
-#include <insets/inset.h>\r
-#include <insets/insetbase.h>\r
-#include <insets/insetbibitem.h>\r
-#include <insets/insetbibtex.h>\r
-#include <insets/insetbox.h>\r
-#include <insets/insetbranch.h>\r
-#include <insets/insetcaption.h>\r
-#include <insets/insetcharstyle.h>\r
-#include <insets/insetcite.h>\r
-#include <insets/insetcollapsable.h>\r
-#include <insets/insetcommand.h>\r
-#include <insets/insetcommandparams.h>\r
-#include <insets/insetenv.h>\r
-#include <insets/insetert.h>\r
-#include <insets/insetexternal.h>\r
-#include <insets/insetfloat.h>\r
-#include <insets/insetfloatlist.h>\r
-#include <insets/insetfoot.h>\r
-#include <insets/insetfootlike.h>\r
-#include <insets/insetgraphics.h>\r
-#include <insets/insetgraphicsParams.h>\r
-#include <insets/insethfill.h>\r
-#include <insets/insetinclude.h>\r
-#include <insets/insetindex.h>\r
-#include <insets/insetlabel.h>\r
-#include <insets/insetlatexaccent.h>\r
-#include <insets/insetline.h>\r
-#include <insets/insetmarginal.h>\r
-#include <insets/insetnewline.h>\r
-#include <insets/insetnote.h>\r
-#include <insets/insetoptarg.h>\r
-#include <insets/insetpagebreak.h>\r
-#include <insets/insetquotes.h>\r
-#include <insets/insetref.h>\r
-#include <insets/insetspace.h>\r
-#include <insets/insetspecialchar.h>\r
-#include <insets/insettabular.h>\r
-#include <insets/insettext.h>\r
-#include <insets/insettoc.h>\r
-#include <insets/inseturl.h>\r
-#include <insets/insetvspace.h>\r
-#include <insets/insetwrap.h>\r
-#include <insets/mailinset.h>\r
-#include <insets/render_base.h>\r
-#include <insets/render_button.h>\r
-#include <insets/render_graphic.h>\r
-#include <insets/render_preview.h>\r
-#endif\r
-\r
-#ifndef LYX_DONT_PRECOMPILE_MATHED\r
-#include <mathed/InsetFormulaMacro.h>\r
-#include <mathed/InsetMath.h>\r
-#include <mathed/InsetMathAMSArray.h>\r
-#include <mathed/InsetMathArray.h>\r
-#include <mathed/InsetMathBig.h>\r
-#include <mathed/InsetMathBinom.h>\r
-#include <mathed/InsetMathBoldSymbol.h>\r
-#include <mathed/InsetMathBox.h>\r
-#include <mathed/InsetMathBoxed.h>\r
-#include <mathed/InsetMathBrace.h>\r
-#include <mathed/InsetMathCases.h>\r
-#include <mathed/InsetMathChar.h>\r
-#include <mathed/InsetMathColor.h>\r
-#include <mathed/InsetMathCommand.h>\r
-#include <mathed/InsetMathComment.h>\r
-#include <mathed/InsetMathDFrac.h>\r
-#include <mathed/InsetMathDecoration.h>\r
-#include <mathed/InsetMathDelim.h>\r
-#include <mathed/InsetMathDiff.h>\r
-#include <mathed/InsetMathDim.h>\r
-#include <mathed/InsetMathDots.h>\r
-#include <mathed/InsetMathEnv.h>\r
-#include <mathed/InsetMathExFunc.h>\r
-#include <mathed/InsetMathExInt.h>\r
-#include <mathed/InsetMathFBox.h>\r
-#include <mathed/InsetMathFont.h>\r
-#include <mathed/InsetMathFontOld.h>\r
-#include <mathed/InsetMathFrac.h>\r
-#include <mathed/InsetMathFracBase.h>\r
-#include <mathed/InsetMathFrameBox.h>\r
-#include <mathed/InsetMathGrid.h>\r
-#include <mathed/InsetMathHull.h>\r
-#include <mathed/InsetMathKern.h>\r
-#include <mathed/InsetMathLefteqn.h>\r
-#include <mathed/InsetMathLim.h>\r
-#include <mathed/InsetMathMBox.h>\r
-#include <mathed/InsetMathMacro.h>\r
-#include <mathed/InsetMathMakebox.h>\r
-#include <mathed/InsetMathMatrix.h>\r
-#include <mathed/InsetMathNest.h>\r
-#include <mathed/InsetMathNumber.h>\r
-#include <mathed/InsetMathOverset.h>\r
-#include <mathed/InsetMathPar.h>\r
-#include <mathed/InsetMathPhantom.h>\r
-#include <mathed/InsetMathRef.h>\r
-#include <mathed/InsetMathRoot.h>\r
-#include <mathed/InsetMathScript.h>\r
-#include <mathed/InsetMathSize.h>\r
-#include <mathed/InsetMathSpace.h>\r
-#include <mathed/InsetMathSplit.h>\r
-#include <mathed/InsetMathSqrt.h>\r
-#include <mathed/InsetMathStackrel.h>\r
-#include <mathed/InsetMathString.h>\r
-#include <mathed/InsetMathSubstack.h>\r
-#include <mathed/InsetMathSymbol.h>\r
-#include <mathed/InsetMathTFrac.h>\r
-#include <mathed/InsetMathTabular.h>\r
-#include <mathed/InsetMathUnderset.h>\r
-#include <mathed/InsetMathUnknown.h>\r
-#include <mathed/InsetMathXArrow.h>\r
-#include <mathed/InsetMathXYArrow.h>\r
-#include <mathed/InsetMathXYMatrix.h>\r
-#include <mathed/MathAtom.h>\r
-#include <mathed/MathAutoCorrect.h>\r
-#include <mathed/MathData.h>\r
-#include <mathed/MathExtern.h>\r
-#include <mathed/MathFactory.h>\r
-#include <mathed/MathGridInfo.h>\r
-#include <mathed/MathMLStream.h>\r
-#include <mathed/MathMacroArgument.h>\r
-#include <mathed/MathMacroTable.h>\r
-#include <mathed/MathMacroTemplate.h>\r
-#include <mathed/MathParser.h>\r
-#include <mathed/MathReplace.h>\r
-#include <mathed/MathStream.h>\r
-#include <mathed/MathSupport.h>\r
-#include <mathed/TextPainter.h>\r
-#endif\r
-\r
-\r
-#ifndef LYX_DONT_PRECOMPILE_FRONTENDS\r
-#include <frontends/Alert.h>\r
-#include <frontends/Alert_pimpl.h>\r
-#include <frontends/Application.h>\r
-#include <frontends/Clipboard.h>\r
-#include <frontends/Dialogs.h>\r
-#include <frontends/FileDialog.h>\r
-#include <frontends/FontLoader.h>\r
-#include <frontends/FontMetrics.h>\r
-#include <frontends/Gui.h>\r
-#include <frontends/LyXKeySym.h>\r
-#include <frontends/LyXKeySymFactory.h>\r
-#include <frontends/LyXView.h>\r
-#include <frontends/Menubar.h>\r
-#include <frontends/NoGuiFontLoader.h>\r
-#include <frontends/NoGuiFontMetrics.h>\r
-#include <frontends/Painter.h>\r
-#include <frontends/Selection.h>\r
-#include <frontends/Timeout.h>\r
-#include <frontends/Toolbars.h>\r
-#include <frontends/WorkArea.h>\r
-#include <frontends/guiapi.h>\r
-#include <frontends/key_state.h>\r
-#include <frontends/mouse_state.h>\r
-#include <frontends/nullpainter.h>\r
-#endif\r
-\r
-#ifndef LYX_DONT_PRECOMPILE_CONTROLLERS\r
-#include <frontends/controllers/BCView.h>\r
-#include <frontends/controllers/ButtonController.h>\r
-#include <frontends/controllers/ButtonPolicies.h>\r
-#include <frontends/controllers/ControlAboutlyx.h>\r
-#include <frontends/controllers/ControlBibtex.h>\r
-#include <frontends/controllers/ControlBox.h>\r
-#include <frontends/controllers/ControlBranch.h>\r
-#include <frontends/controllers/ControlChanges.h>\r
-//#include <frontends/controllers/ControlCharacter.h>\r
-#include <frontends/controllers/ControlCitation.h>\r
-#include <frontends/controllers/ControlCommand.h>\r
-#include <frontends/controllers/ControlCommandBuffer.h>\r
-#include <frontends/controllers/ControlDocument.h>\r
-#include <frontends/controllers/ControlERT.h>\r
-#include <frontends/controllers/ControlErrorList.h>\r
-#include <frontends/controllers/ControlExternal.h>\r
-#include <frontends/controllers/ControlFloat.h>\r
-#include <frontends/controllers/ControlGraphics.h>\r
-#include <frontends/controllers/ControlInclude.h>\r
-#include <frontends/controllers/ControlLog.h>\r
-#include <frontends/controllers/ControlMath.h>\r
-#include <frontends/controllers/ControlNote.h>\r
-#include <frontends/controllers/ControlParagraph.h>\r
-#include <frontends/controllers/ControlPrefs.h>\r
-#include <frontends/controllers/ControlPrint.h>\r
-#include <frontends/controllers/ControlRef.h>\r
-#include <frontends/controllers/ControlSearch.h>\r
-#include <frontends/controllers/ControlSendto.h>\r
-#include <frontends/controllers/ControlShowFile.h>\r
-#include <frontends/controllers/ControlSpellchecker.h>\r
-#include <frontends/controllers/ControlTabular.h>\r
-#include <frontends/controllers/ControlTabularCreate.h>\r
-#include <frontends/controllers/ControlTexinfo.h>\r
-#include <frontends/controllers/ControlThesaurus.h>\r
-#include <frontends/controllers/ControlToc.h>\r
-#include <frontends/controllers/ControlVSpace.h>\r
-#include <frontends/controllers/ControlViewSource.h>\r
-#include <frontends/controllers/ControlWrap.h>\r
-#include <frontends/controllers/Dialog.h>\r
-#include <frontends/controllers/Kernel.h>\r
-#include <frontends/controllers/biblio.h>\r
-//#include <frontends/controllers/character.h>\r
-#include <frontends/controllers/frnt_lang.h>\r
-#include <frontends/controllers/helper_funcs.h>\r
-#include <frontends/controllers/pch.h>\r
-#include <frontends/controllers/tex_helpers.h>\r
-#endif\r
-\r
+/*
+ * \file config.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * This is the compilation configuration file for LyX.
+ * It was generated by autoconfs configure.
+ * You might want to change some of the defaults if something goes wrong
+ * during the compilation.
+ */
+
+#include <config.h>
+
+//#define LYX_DONT_PRECOMPILE_SRC
+//#define LYX_DONT_PRECOMPILE_SUPPORT
+//#define LYX_DONT_PRECOMPILE_INSETS
+//#define LYX_DONT_PRECOMPILE_MATHED
+//#define LYX_DONT_PRECOMPILE_FRONTENDS
+//#define LYX_DONT_PRECOMPILE_CONTROLLERS
+
+#include <boost/any.hpp>
+#include <boost/array.hpp>
+#include <boost/assert.hpp>
+#include <boost/crc.hpp>
+#include <boost/cregex.hpp>
+#include <boost/current_function.hpp>
+#include <boost/function.hpp>
+#include <boost/iterator/indirect_iterator.hpp>
+#include <boost/optional.hpp>
+#include <boost/regex.hpp>
+#include <boost/scoped_array.hpp>
+#include <boost/scoped_ptr.hpp>
+#include <boost/shared_ptr.hpp>
+#include <boost/signals/connection.hpp>
+#include <boost/signal.hpp>
+#include <boost/signals/trackable.hpp>
+#include <boost/version.hpp>
+
+#if BOOST_VERSION < 103300
+# include <boost/test/detail/nullstream.hpp>
+#else
+# include <boost/test/utils/nullstream.hpp>
+#endif
+
+#include <boost/tokenizer.hpp>
+#include <boost/tuple/tuple.hpp>
+#include <boost/utility.hpp>
+
+#include <algorithm>
+#include <cerrno>
+#include <clocale>
+#include <csignal>
+#include <cstddef>
+#include <cstdio>
+#include <cstdlib>
+#include <deque>
+#include <exception>
+#include <fstream>
+#include <functional>
+#include <iomanip>
+#include <ios>
+#include <iosfwd>
+#include <iostream>
+#include <iterator>
+#include <list>
+#include <map>
+#include <queue>
+#include <set>
+#include <sstream>
+#include <stack>
+#include <string>
+#include <utility>
+#include <vector>
+
+#ifndef LYX_DONT_PRECOMPILE_SRC
+#include <vspace.h>
+#include <version.h>
+#include <vc-backend.h>
+#include <undo.h>
+#include <trans_mgr.h>
+#include <trans_decl.h>
+#include <trans.h>
+#include <toc.h>
+#include <texrow.h>
+#include <tex-strings.h>
+#include <tex-accent.h>
+#include <tabular.h>
+#include <sgml.h>
+#include <session.h>
+#include <rowpainter.h>
+#include <pspell.h>
+#include <pariterator.h>
+#include <paragraph_pimpl.h>
+#include <paragraph_funcs.h>
+#include <paragraph.h>
+#include <paper.h>
+#include <outputparams.h>
+#include <output_plaintext.h>
+#include <output_latex.h>
+#include <output_docbook.h>
+#include <output.h>
+#include <mover.h>
+#include <metricsinfo.h>
+#include <messages.h>
+#include <lyxvc.h>
+#include <lyxtextclasslist.h>
+#include <lyxtextclass.h>
+#include <lyxtext.h>
+#include <lyxsocket.h>
+#include <lyxserver.h>
+#include <lyxrow.h>
+#include <lyxrc.h>
+#include <lyxlex_pimpl.h>
+#include <lyxlex.h>
+#include <lyxlength.h>
+#include <lyxlayout_ptr_fwd.h>
+#include <lyxlayout.h>
+#include <lyxgluelength.h>
+#include <lyxfunc.h>
+#include <lyxfont.h>
+#include <lyxfind.h>
+#include <lyx_sty.h>
+#include <lyx_main.h>
+#include <lyx_cb.h>
+#include <lfuns.h>
+#include <lengthcommon.h>
+#include <layout.h>
+#include <language.h>
+#include <kbsequence.h>
+#include <kbmap.h>
+#include <ispell.h>
+#include <intl.h>
+#include <insetiterator.h>
+#include <importer.h>
+#include <graph.h>
+#include <gettext.h>
+#include <funcrequest.h>
+#include <format.h>
+#include <factory.h>
+#include <exporter.h>
+#include <errorlist.h>
+#include <encoding.h>
+#include <dociterator.h>
+#include <dispatchresult.h>
+#include <dimension.h>
+#include <debug.h>
+#include <cursor_slice.h>
+#include <cursor.h>
+#include <counters.h>
+#include <coordcache.h>
+#include <converter.h>
+#include <chset.h>
+#include <changes.h>
+#include <bufferview_funcs.h>
+#include <bufferparams.h>
+#include <bufferlist.h>
+#include <buffer_funcs.h>
+#include <buffer.h>
+#include <box.h>
+#include <author.h>
+#include <aspell_local.h>
+#include <WordLangTuple.h>
+#include <Variables.h>
+#include <ToolbarBackend.h>
+#include <TocBackend.h>
+#include <Thesaurus.h>
+#include <SpellBase.h>
+#include <Spacing.h>
+#include <Sectioning.h>
+#include <RowList_fwd.h>
+#include <PrinterParams.h>
+#include <ParagraphParameters.h>
+#include <ParagraphList_fwd.h>
+#include <ParagraphList.h>
+#include <MenuBackend.h>
+#include <LyXAction.h>
+#include <LaTeXFeatures.h>
+#include <LaTeX.h>
+#include <LColor.h>
+#include <InsetList.h>
+#include <FuncStatus.h>
+#include <FontIterator.h>
+#include <Floating.h>
+#include <FloatList.h>
+#include <DepTable.h>
+#include <CutAndPaste.h>
+#include <Color.h>
+#include <Chktex.h>
+#include <Bullet.h>
+#include <BufferView.h>
+#include <BranchList.h>
+#include <Bidi.h>
+#endif
+
+#ifndef LYX_DONT_PRECOMPILE_SUPPORT
+#include <support/FileMonitor.h>
+#include <support/RandomAccessList.h>
+#include <support/convert.h>
+#include <support/copied_ptr.h>
+#include <support/cow_ptr.h>
+#include <support/debugstream.h>
+#include <support/docstream.h>
+#include <support/docstring.h>
+#include <support/environment.h>
+#include <support/filefilterlist.h>
+#include <support/filename.h>
+#include <support/filetools.h>
+#include <support/fontutils.h>
+#include <support/forkedcall.h>
+#include <support/forkedcallqueue.h>
+#include <support/forkedcontr.h>
+#include <support/fs_extras.h>
+#include <support/limited_stack.h>
+#include <support/lstrings.h>
+#include <support/lyxalgo.h>
+#include <support/lyxlib.h>
+#include <support/lyxmanip.h>
+#include <support/lyxtime.h>
+#include <support/os.h>
+#include <support/os_win32.h>
+#include <support/package.h>
+#include <support/path.h>
+#include <support/socktools.h>
+#include <support/std_istream.h>
+#include <support/std_ostream.h>
+#include <support/systemcall.h>
+#include <support/textutils.h>
+#include <support/translator.h>
+#include <support/types.h>
+#include <support/unicode.h>
+#include <support/userinfo.h>
+#endif
+
+
+#ifndef LYX_DONT_PRECOMPILE_INSETS
+#include <insets/ExternalSupport.h>
+#include <insets/ExternalTemplate.h>
+#include <insets/ExternalTransforms.h>
+#include <insets/inset.h>
+#include <insets/insetbase.h>
+#include <insets/insetbibitem.h>
+#include <insets/insetbibtex.h>
+#include <insets/insetbox.h>
+#include <insets/insetbranch.h>
+#include <insets/insetcaption.h>
+#include <insets/insetcharstyle.h>
+#include <insets/insetcite.h>
+#include <insets/insetcollapsable.h>
+#include <insets/insetcommand.h>
+#include <insets/insetcommandparams.h>
+#include <insets/insetenv.h>
+#include <insets/insetert.h>
+#include <insets/insetexternal.h>
+#include <insets/insetfloat.h>
+#include <insets/insetfloatlist.h>
+#include <insets/insetfoot.h>
+#include <insets/insetfootlike.h>
+#include <insets/insetgraphics.h>
+#include <insets/insetgraphicsParams.h>
+#include <insets/insethfill.h>
+#include <insets/insetinclude.h>
+#include <insets/insetindex.h>
+#include <insets/insetlabel.h>
+#include <insets/insetlatexaccent.h>
+#include <insets/insetline.h>
+#include <insets/insetmarginal.h>
+#include <insets/insetnewline.h>
+#include <insets/insetnote.h>
+#include <insets/insetoptarg.h>
+#include <insets/insetpagebreak.h>
+#include <insets/insetquotes.h>
+#include <insets/insetref.h>
+#include <insets/insetspace.h>
+#include <insets/insetspecialchar.h>
+#include <insets/insettabular.h>
+#include <insets/insettext.h>
+#include <insets/insettoc.h>
+#include <insets/inseturl.h>
+#include <insets/insetvspace.h>
+#include <insets/insetwrap.h>
+#include <insets/mailinset.h>
+#include <insets/render_base.h>
+#include <insets/render_button.h>
+#include <insets/render_graphic.h>
+#include <insets/render_preview.h>
+#endif
+
+#ifndef LYX_DONT_PRECOMPILE_MATHED
+#include <mathed/InsetFormulaMacro.h>
+#include <mathed/InsetMath.h>
+#include <mathed/InsetMathAMSArray.h>
+#include <mathed/InsetMathArray.h>
+#include <mathed/InsetMathBig.h>
+#include <mathed/InsetMathBinom.h>
+#include <mathed/InsetMathBoldSymbol.h>
+#include <mathed/InsetMathBox.h>
+#include <mathed/InsetMathBoxed.h>
+#include <mathed/InsetMathBrace.h>
+#include <mathed/InsetMathCases.h>
+#include <mathed/InsetMathChar.h>
+#include <mathed/InsetMathColor.h>
+#include <mathed/InsetMathCommand.h>
+#include <mathed/InsetMathComment.h>
+#include <mathed/InsetMathDFrac.h>
+#include <mathed/InsetMathDecoration.h>
+#include <mathed/InsetMathDelim.h>
+#include <mathed/InsetMathDiff.h>
+#include <mathed/InsetMathDim.h>
+#include <mathed/InsetMathDots.h>
+#include <mathed/InsetMathEnv.h>
+#include <mathed/InsetMathExFunc.h>
+#include <mathed/InsetMathExInt.h>
+#include <mathed/InsetMathFBox.h>
+#include <mathed/InsetMathFont.h>
+#include <mathed/InsetMathFontOld.h>
+#include <mathed/InsetMathFrac.h>
+#include <mathed/InsetMathFracBase.h>
+#include <mathed/InsetMathFrameBox.h>
+#include <mathed/InsetMathGrid.h>
+#include <mathed/InsetMathHull.h>
+#include <mathed/InsetMathKern.h>
+#include <mathed/InsetMathLefteqn.h>
+#include <mathed/InsetMathLim.h>
+#include <mathed/InsetMathMBox.h>
+#include <mathed/InsetMathMacro.h>
+#include <mathed/InsetMathMakebox.h>
+#include <mathed/InsetMathMatrix.h>
+#include <mathed/InsetMathNest.h>
+#include <mathed/InsetMathNumber.h>
+#include <mathed/InsetMathOverset.h>
+#include <mathed/InsetMathPar.h>
+#include <mathed/InsetMathPhantom.h>
+#include <mathed/InsetMathRef.h>
+#include <mathed/InsetMathRoot.h>
+#include <mathed/InsetMathScript.h>
+#include <mathed/InsetMathSize.h>
+#include <mathed/InsetMathSpace.h>
+#include <mathed/InsetMathSplit.h>
+#include <mathed/InsetMathSqrt.h>
+#include <mathed/InsetMathStackrel.h>
+#include <mathed/InsetMathString.h>
+#include <mathed/InsetMathSubstack.h>
+#include <mathed/InsetMathSymbol.h>
+#include <mathed/InsetMathTFrac.h>
+#include <mathed/InsetMathTabular.h>
+#include <mathed/InsetMathUnderset.h>
+#include <mathed/InsetMathUnknown.h>
+#include <mathed/InsetMathXArrow.h>
+#include <mathed/InsetMathXYArrow.h>
+#include <mathed/InsetMathXYMatrix.h>
+#include <mathed/MathAtom.h>
+#include <mathed/MathAutoCorrect.h>
+#include <mathed/MathData.h>
+#include <mathed/MathExtern.h>
+#include <mathed/MathFactory.h>
+#include <mathed/MathGridInfo.h>
+#include <mathed/MathMLStream.h>
+#include <mathed/MathMacroArgument.h>
+#include <mathed/MathMacroTable.h>
+#include <mathed/MathMacroTemplate.h>
+#include <mathed/MathParser.h>
+#include <mathed/MathReplace.h>
+#include <mathed/MathStream.h>
+#include <mathed/MathSupport.h>
+#include <mathed/TextPainter.h>
+#endif
+
+
+#ifndef LYX_DONT_PRECOMPILE_FRONTENDS
+#include <frontends/Alert.h>
+#include <frontends/Alert_pimpl.h>
+#include <frontends/Application.h>
+#include <frontends/Clipboard.h>
+#include <frontends/Dialogs.h>
+#include <frontends/FileDialog.h>
+#include <frontends/FontLoader.h>
+#include <frontends/FontMetrics.h>
+#include <frontends/Gui.h>
+#include <frontends/LyXKeySym.h>
+#include <frontends/LyXKeySymFactory.h>
+#include <frontends/LyXView.h>
+#include <frontends/Menubar.h>
+#include <frontends/NoGuiFontLoader.h>
+#include <frontends/NoGuiFontMetrics.h>
+#include <frontends/Painter.h>
+#include <frontends/Selection.h>
+#include <frontends/Timeout.h>
+#include <frontends/Toolbars.h>
+#include <frontends/WorkArea.h>
+#include <frontends/guiapi.h>
+#include <frontends/key_state.h>
+#include <frontends/mouse_state.h>
+#include <frontends/nullpainter.h>
+#endif
+
+#ifndef LYX_DONT_PRECOMPILE_CONTROLLERS
+#include <frontends/controllers/BCView.h>
+#include <frontends/controllers/ButtonController.h>
+#include <frontends/controllers/ButtonPolicies.h>
+#include <frontends/controllers/ControlAboutlyx.h>
+#include <frontends/controllers/ControlBibtex.h>
+#include <frontends/controllers/ControlBox.h>
+#include <frontends/controllers/ControlBranch.h>
+#include <frontends/controllers/ControlChanges.h>
+//#include <frontends/controllers/ControlCharacter.h>
+#include <frontends/controllers/ControlCitation.h>
+#include <frontends/controllers/ControlCommand.h>
+#include <frontends/controllers/ControlCommandBuffer.h>
+#include <frontends/controllers/ControlDocument.h>
+#include <frontends/controllers/ControlERT.h>
+#include <frontends/controllers/ControlErrorList.h>
+#include <frontends/controllers/ControlExternal.h>
+#include <frontends/controllers/ControlFloat.h>
+#include <frontends/controllers/ControlGraphics.h>
+#include <frontends/controllers/ControlInclude.h>
+#include <frontends/controllers/ControlLog.h>
+#include <frontends/controllers/ControlMath.h>
+#include <frontends/controllers/ControlNote.h>
+#include <frontends/controllers/ControlParagraph.h>
+#include <frontends/controllers/ControlPrefs.h>
+#include <frontends/controllers/ControlPrint.h>
+#include <frontends/controllers/ControlRef.h>
+#include <frontends/controllers/ControlSearch.h>
+#include <frontends/controllers/ControlSendto.h>
+#include <frontends/controllers/ControlShowFile.h>
+#include <frontends/controllers/ControlSpellchecker.h>
+#include <frontends/controllers/ControlTabular.h>
+#include <frontends/controllers/ControlTabularCreate.h>
+#include <frontends/controllers/ControlTexinfo.h>
+#include <frontends/controllers/ControlThesaurus.h>
+#include <frontends/controllers/ControlToc.h>
+#include <frontends/controllers/ControlVSpace.h>
+#include <frontends/controllers/ControlViewSource.h>
+#include <frontends/controllers/ControlWrap.h>
+#include <frontends/controllers/Dialog.h>
+#include <frontends/controllers/Kernel.h>
+#include <frontends/controllers/biblio.h>
+//#include <frontends/controllers/character.h>
+#include <frontends/controllers/frnt_lang.h>
+#include <frontends/controllers/helper_funcs.h>
+#include <frontends/controllers/pch.h>
+#include <frontends/controllers/tex_helpers.h>
+#endif
+