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