office-gobmx/scp2
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
..
inc
macros
source MSI: Fix use of illegal character in table Binary 2024-04-26 13:11:34 +02:00
AutoInstall.mk Drop unused CT2N extension 2022-04-26 10:08:30 +02:00
CustomTarget_langmacros.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
InstallModule_activex.mk
InstallModule_base.mk tdf#90753 scp2: move firebirdsdbc packages to AutoInstall 2017-01-09 16:43:29 +01:00
InstallModule_calc.mk
InstallModule_draw.mk scp2: move draw executables to AutoInstall 2014-10-29 11:37:50 +01:00
InstallModule_extensions.mk Drop unused CT2N extension 2022-04-26 10:08:30 +02:00
InstallModule_gnome.mk scp2: Bin not used defines 2016-12-25 09:11:11 +01:00
InstallModule_graphicfilter.mk Make the "Mac-like" or "canonical" app bundle structure always used on OS X 2014-09-09 13:55:23 +03:00
InstallModule_impress.mk
InstallModule_kde.mk
InstallModule_math.mk scp2: move math executables to AutoInstall 2014-10-29 11:37:51 +01:00
InstallModule_onlineupdate.mk
InstallModule_ooo.mk
InstallModule_python.mk
InstallModule_quickstart.mk
InstallModule_sdkoo.mk scp2: replace PACKAGE_FILELIST_DIR macro with SDK_PACKAGE_FILELIST 2017-06-02 16:34:53 +02:00
InstallModule_spsupp.mk
InstallModule_ure.mk
InstallModule_windows.mk Install UCRT from MSUs, not using nested VC Redist install 2018-04-25 06:57:23 +02:00
InstallModule_winexplorerext.mk
InstallModule_writer.mk scp2: move writer executables to AutoInstall 2014-10-29 11:37:51 +01:00
InstallModule_xsltfilter.mk
InstallScript_sdkoo.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
InstallScript_setup_osl.mk scp2: Take ENABLE_{KF,QT}6 into account 2024-02-14 09:42:53 +01:00
Makefile
Module_scp2.mk scp2: Take ENABLE_{KF,QT}6 into account 2024-02-14 09:42:53 +01:00
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

SCript Particle Installer

This contains code that describes which pieces of the project should be packaged and installed - it is used to build among other things a setup_osl.inf or .ins file - that is used by solenv/bin/make_installer.pl to build the installation.