office-gobmx/cli_ure
Christian Lohmaier 0c4c84a14b makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)
…by a simple/static $(gb_CustomTarget_workdir)/foo

The build system has a lot of overly complicated leftovers from when it
was introduced and had not only deal with split repositories but also
had to coexist with another buildsystem. Along with lots of copy'n'paste
along the years the makefiles became hard to grasp for newcomers with
all our calls and evals.
As a first step to streamline that, the macros from TargetLocations that
simply prefix a static path to the argument (and similar of the same
kind) are a natural pick before simplifying the rules themselves/getting
rid of a bunch of eval statements.

Change-Id: Ia06dbbcd5d1994755a2ff05b84f72ccbc4e3cab5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167005
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-05-03 16:06:14 +02:00
..
qa
source WaE: C6011 Dereferencing NULL pointer warnings 2024-05-01 09:17:34 +02:00
unotypes
version
CliLibrary_cli_basetypes.mk tdf#113787: always require version file with config for CLI assemblies 2017-11-24 01:27:37 +01:00
CliLibrary_cli_ure.mk tdf#113787: always require version file with config for CLI assemblies 2017-11-24 01:27:37 +01:00
CliNativeLibrary_cli_cppuhelper.mk tdf#113787: always require version file with config for CLI assemblies 2017-11-24 01:27:37 +01:00
CliUnoApi_cli_uretypes.mk
CustomTarget_cli_ure_assemblies.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
Executable_climaker.mk
Library_cli_cppuhelper_native.mk When building with clang-cl on Windows, build CLR code with MSVC 2017-02-21 10:18:58 +00:00
Library_cli_uno.mk When building with clang-cl on Windows, build CLR code with MSVC 2017-02-21 10:18:58 +00:00
Makefile
Module_cli_ure.mk allow native compile for windows aarch64 2023-04-11 12:06:25 +02:00
Package_cli_basetypes_copy.mk gbuild: set Package default target to INSTDIR 2013-10-28 20:17:26 +01:00
README.md
readme.txt

Common Language Infrastructure (CLI) UNO Runtime Environment

Support assemblies and tools for the MS .NET UNO binding.

See also

[git:cli_ure/readme.txt]