office-gobmx/solenv/gbuild
Tamás Zolnai 516efc2337 Let's have this additional info also for WIN builds
Change-Id: Ie641f7005980585501f2de1ed83f1cd27549b2bb
Reviewed-on: https://gerrit.libreoffice.org/43536
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2017-10-19 13:18:32 +02:00
..
extensions
platform Let's have this additional info also for WIN builds 2017-10-19 13:18:32 +02:00
AllLangHelp.mk
AllLangMoTarget.mk
AllLangPackage.mk
AutoInstall.mk
CliAssembly.mk
CliLibrary.mk
CliNativeLibrary.mk
CliUnoApi.mk
CompilerTest.mk gbuild: more verbose forwarding of LinkTarget functions 2017-10-06 14:54:31 +02:00
ComponentTarget.mk
config.guess simplify updating of config.* in bundled projects 2017-10-04 08:12:21 +02:00
config.sub iOS, third party library update 2017-10-06 09:34:58 +02:00
Configuration.mk
CppunitTest.mk gbuild: more verbose forwarding of LinkTarget functions 2017-10-06 14:54:31 +02:00
CustomTarget.mk
Deliver.mk
Dictionary.mk
empty.zip
Executable.mk gbuild: more verbose forwarding of LinkTarget functions 2017-10-06 14:54:31 +02:00
Extension.mk
ExtensionPackage.mk
ExternalExecutable.mk
ExternalPackage.mk
ExternalProject.mk
Gallery.mk
gbuild.help.txt
gbuild.mk
gen-autoinstall.py
GeneratedPackage.mk
Helper.mk
HelpTarget.mk
InstallModule.mk
InstallModuleTarget.mk
InstallScript.mk
InternalUnoApi.mk
Jar.mk
JavaClassSet.mk
JunitTest.mk
Library.mk gbuild: more verbose forwarding of LinkTarget functions 2017-10-06 14:54:31 +02:00
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 There appears to be no need for -I. in SOLARINC 2017-10-11 14:26:58 +02:00
StaticLibrary.mk gbuild: more verbose forwarding of LinkTarget functions 2017-10-06 14:54:31 +02:00
TargetLocations.mk
Tempfile.mk
UIConfig.mk
UITest.mk solenv: support gb_UITest_DEBUGRUN for ui tests 2017-10-02 20:05:23 +02:00
UnoApi.mk
UnoApiTarget.mk
UnpackedTarball.mk simplify updating of config.* in bundled projects 2017-10-04 08:12:21 +02:00
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.