office-gobmx/solenv
Matúš Kukan 5e45637568 Break circular dependencies with libmerged.
There is still libsvxlo.so <- libmergedlo.so dependency dropped,
but that does not break the build and I can't find the source.

Change-Id: I151375cad5d7365c309d9403810750b6cd2c5efb
2013-12-12 09:16:02 +01:00
..
bin Add back check for missing libgetuid.so. 2013-12-10 22:26:06 +01:00
doc/gbuild remove INPATH and PROEXT 2013-11-07 14:27:50 -06:00
gbuild Break circular dependencies with libmerged. 2013-12-12 09:16:02 +01:00
gcc-wrappers Fix different typos for "unknown" 2013-11-25 22:05:13 +01:00
gdb Add Python 3 compatibility to GDB pretty printers. 2013-11-15 21:03:07 +00:00
inc renamed ku* to kmr-Latn*, fdo#63460 2013-11-18 22:23:37 +01:00
lldb/libreoffice Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
Executable_concat-deps.mk Fix Windows build of concat-deps 2013-05-28 10:32:04 +03:00
Executable_g++-wrapper.mk remove executable bits 2013-03-23 16:28:01 -04:00
Executable_gcc-wrapper.mk add gcc-wrapper 2013-03-14 08:56:55 +00:00
Makefile
Module_solenv.mk solenv: remove gdb Package and CustomTarget 2013-10-30 00:01:33 +01:00
README goodbye linkoo.. you have served well 2013-09-17 19:37:42 +02:00
StaticLibrary_wrapper.mk remove executable bits 2013-03-23 16:28:01 -04:00

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/
	the (shiny new) gnumake build makefile fragments we are
	migrating the codebase to use.

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.