summaryrefslogtreecommitdiff
path: root/oox/Package_generated.mk
AgeCommit message (Collapse)Author
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier
…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>
2014-04-15oox: generate data, not code for VML export preset definitionsMiklos Vajna
Change-Id: Ied9171715de948d30b360eb56626b93b695b7b93
2014-04-15oox: generate data, not code for drawingML export adjustment valuesMiklos Vajna
Change-Id: I5898314c630348552ca2e0a6df1cc76972e3974c
2013-05-07oox: remove Package_generated and Package_tokensMichael Stahl
Change-Id: Iab5eb4fbfecea905f4eeb9f1b1f503c1908dadc8
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-05-24sc: fix bogus -I$(WORKDIR)/other_moduleMichael Stahl
2012-05-24oox: move generated stuff to custom targetMichael Stahl
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-11-24oox/namespaces.txt actually is generatedLuboš Luňák
2011-11-24install also oox namespace.hxxLuboš Luňák
2011-11-24clean up .mk files for oox generated filesLuboš Luňák
one was unused, and keep similar things together
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-04-14fix delivery of generated filesDavid Tardon