office-gobmx/solenv
Noel Grandin e3adb51c54 reduce number of framework libraries
Change-Id: I18bfdba3d26593f796d8b0bda87720e31066d5e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97968
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-07-04 22:42:54 +02:00
..
bin UnoControl: create instances with uno constructors 2020-07-04 08:32:56 +02:00
buck
clang-cl
clang-format reduce number of framework libraries 2020-07-04 16:56:59 +02:00
doc/gbuild
gbuild reduce number of framework libraries 2020-07-04 22:42:54 +02:00
gbuildtojson
gcc-wrappers
gdb
inc add Central Kurdish (ckb) language pack 2020-06-24 15:36:39 +02:00
lldb/libreoffice
maven
qa/python
sanitizers RESTART_REASON_OPENGL is dead 2020-07-03 10:23:22 +02:00
vs
CompilerTest_compilerplugins_clang.mk loplugin:externvar is covered by loplugin:external 2020-07-01 19:50:42 +02:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in Adapt solenv/flatpak-manifest.in to recent download.lst changes 2020-07-01 18:02:55 +02:00
Makefile
Module_solenv.mk
PythonTest_solenv_python.mk
README
StaticLibrary_wrapper.mk

Tools and makefile fragments necessary for compilation

This module contains many tools and makefile configuration pieces,
critical for building LibreOffice:

bin/
    contains lots of tools used during the build:

    concat-deps*
        these aggregate, and remove duplicates from module
        dependencies, to accelerate build times.

    make_installer.pl
        this script executes the compiled instructions from
        the scp2/ module to create an installer, and/or to
        do a local install for the smoketest.

gbuild/
    implementation of the LibreOffice build system
    See gbuild/README for more info.

gdb/
    lots of nice python helpers to make debugging -much- easier
    that (eg.) print UCS2 strings as UTF-8 on the console to
    help with debugging.

inc/
    old / increasingly obsolete dmake setup and includes, we are
    trying to entirely rid ourselves of this

src/
    useful standard / re-usable component map files for components
    which shouldn't export anything more than a few registration
    symbols.