office-gobmx/wizards
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
..
com/sun/star/wizards Revert "tdf#158803 remove some unused imports, unnecessary semicolons and related styling" 2024-03-28 10:10:32 +01:00
source ScriptForge (session).RunApplication() redesign 2024-03-24 17:35:49 +01:00
AllLangMoTarget_wiz.mk
CustomTarget_share.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
CustomTarget_wizards.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
Jar_commonwizards.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
Jar_form.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
Jar_query.mk
Jar_report.mk
Jar_reportbuilder.mk
Jar_table.mk
Makefile re-base on ALv2 code. Includes: 2012-07-18 09:29:19 +01:00
Module_wizards.mk
Package_access2base.mk
Package_depot.mk
Package_euro.mk gbuild: set Package default target to INSTDIR 2013-10-28 20:17:26 +01:00
Package_form.mk
Package_gimmicks.mk
Package_import.mk gbuild: set Package default target to INSTDIR 2013-10-28 20:17:26 +01:00
Package_scriptforge.mk ScriptForge - Python typing hints 2024-03-15 17:27:00 +01:00
Package_sfdatabases.mk ScriptForge (SFDatabases) new Dataset service 2023-11-11 18:20:15 +01:00
Package_sfdialogs.mk ScriptForge (SFDialogs) dialogs and controls are sized in APPFONTs 2023-04-21 11:02:01 +02:00
Package_sfdocuments.mk ScriptForge - (SFDocuments) new FormDocument service 2023-01-05 15:00:28 +00:00
Package_sfunittests.mk ScriptForge - New 'UnitTest' service for Basic 2022-06-04 12:08:36 +02:00
Package_sfwidgets.mk
Package_share.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
Package_standard.mk
Package_template.mk
Package_tools.mk gbuild: set Package default target to INSTDIR 2013-10-28 20:17:26 +01:00
Package_tutorials.mk gbuild: set Package default target to INSTDIR 2013-10-28 20:17:26 +01:00
Package_usr.mk
Package_wizards.mk
Package_wizards_properties.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
Pyuno_agenda.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
Pyuno_commonwizards.mk
Pyuno_fax.mk
Pyuno_letter.mk
README.md

Java Wizards

Java wizards for db setup, importing, tutorials, etc.

There are also partially converted Python copies of each wizard, which we are hoping to migrate to in order to remove the Java dependency here.