office-gobmx/solenv/gbuild
Stephan Bergmann 2f00ece21d Make --enable-sal-log orthogonal to --enable-debug
...for consistency with other options like --enable-assert-always-abort

Change-Id: I3734485e03203aaee065e1435dfd33f980b1b5eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96736
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-19 17:02:55 +02:00
..
extensions add some libs to libmerged 2020-05-29 13:53:25 +02:00
platform Revert "enable backtraces for unit tests on macos" 2020-06-10 09:47:44 +02:00
AllLangHelp.mk
AllLangMoTarget.mk
AllLangPackage.mk
AutoInstall.mk
CliAssembly.mk
CliLibrary.mk
CliNativeLibrary.mk
CliUnoApi.mk
CompilerTest.mk
ComponentTarget.mk
config.guess
config.sub
Configuration.mk
CppunitTest.mk
CustomTarget.mk
Deliver.mk
Dictionary.mk
empty.zip
Executable.mk
Extension.mk
ExtensionPackage.mk
ExternalExecutable.mk
ExternalPackage.mk
ExternalProject.mk
Gallery.mk
gbuild.help.txt
gbuild.mk Make --enable-sal-log orthogonal to --enable-debug 2020-06-19 17:02:55 +02:00
gen-autoinstall.py
GeneratedPackage.mk
Helper.mk
HelpTarget.mk
InstallModule.mk
InstallModuleTarget.mk
InstallScript.mk
InternalUnoApi.mk
Jar.mk tdf#131572 Add java 9 module info for libreoffice.jar 2020-05-27 11:40:20 +02:00
JavaClassSet.mk tdf#131572 Add java 9 module info for unoloader.jar 2020-05-27 11:40:40 +02:00
JunitTest.mk
Library.mk
LinkTarget.mk
Module.mk
Output.mk
Package.mk
PackageSet.mk
Pagein.mk
partial_build.mk
Postprocess.mk
PrecompiledHeaders.mk
PythonTest.mk
Pyuno.mk
Rdb.mk
README
SdiTarget.mk
StaticLibrary.mk
TargetLocations.mk
Tempfile.mk
TestHelpers.mk
Trace.mk
UIConfig.mk
uitest-failed-default.sh When running make debugrun separately for UITest it needs LANG=C 2020-06-11 11:08:38 +03:00
UITest.mk
UnoApi.mk
UnoApiTarget.mk
UnpackedTarball.mk
WinResTarget.mk
Zip.mk

GBuild is a set of makefile macros built on top of gmake that attempts to simplify LibreOffice development.

See
  https://wiki.documentfoundation.org/Development/Build_System
for online build-system documentation.

See
	https://web.archive.org/web/20130911015536/http://wiki.openoffice.org/wiki/Build_Environment_Effort/Module_Migration
for an archived overview of the new build system.

See
   ./solenv/doc/gbuild
for a commented class/API hierarchy of gbuild written in C++ syntax. It was not
intended for any use beyond to generate nicelooking docs with the doxygen
doxygen documentation generator from it. It likely is quite outdated these
days.