diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
commit | 940b4d1848e8c70ab7642901a68594e8016caffc (patch) | |
tree | eb72f344ee6c3d9b80a7ecc079ea79e9fba8676d /extras/CustomTarget_tpl_styles.mk | |
parent | Initial commit. (diff) | |
download | libreoffice-upstream.tar.xz libreoffice-upstream.zip |
Adding upstream version 1:7.0.4.upstream/1%7.0.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | extras/CustomTarget_tpl_styles.mk | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/extras/CustomTarget_tpl_styles.mk b/extras/CustomTarget_tpl_styles.mk new file mode 100644 index 000000000..60897f38d --- /dev/null +++ b/extras/CustomTarget_tpl_styles.mk @@ -0,0 +1,120 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_CustomTarget_CustomTarget,extras/source/templates/styles)) + +extras_TEMPLATES_STYLES := \ + Default \ + Modern \ + Simple \ + + +extras_STYLES_XMLFILES := \ + Default/META-INF/manifest.xml \ + Default/meta.xml \ + Default/styles.xml \ + Default/Thumbnails/thumbnail.png \ + Modern/META-INF/manifest.xml \ + Modern/meta.xml \ + Modern/styles.xml \ + Modern/Thumbnails/thumbnail.png \ + Simple/META-INF/manifest.xml \ + Simple/meta.xml \ + Simple/styles.xml \ + Simple/Thumbnails/thumbnail.png \ + + +extras_STYLES_MIMETYPEFILES := $(foreach atexts,$(extras_TEMPLATES_STYLES),$(atexts)/mimetype) + + +$(call gb_CustomTarget_get_target,extras/source/templates/styles) : \ + $(foreach atexts,$(extras_TEMPLATES_STYLES),$(call gb_CustomTarget_get_workdir,extras/source/templates/styles)/$(atexts).ott) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/styles)/%/mimetype : $(SRCDIR)/extras/source/templates/styles/%/mimetype + $(call gb_Output_announce,templates/styles/$*/mimetype,$(true),CPY,1) + $(call gb_Trace_StartRange,templates/styles/$*/mimetype,CPY) + cp $< $@ + $(call gb_Trace_EndRange,templates/styles/$*/mimetype,CPY) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/styles)/%.jpg : $(SRCDIR)/extras/source/templates/styles/%.jpg + $(call gb_Output_announce,templates/styles/$*.jpg,$(true),CPY,1) + $(call gb_Trace_StartRange,templates/styles/$*.jpg,CPY) + cp $< $@ + $(call gb_Trace_EndRange,templates/styles/$*.jpg,CPY) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/styles)/%.png : $(SRCDIR)/extras/source/templates/styles/%.png + $(call gb_Output_announce,templates/styles/$*.png,$(true),CPY,1) + $(call gb_Trace_StartRange,templates/styles/$*.png,CPY) + cp $< $@ + $(call gb_Trace_EndRange,templates/styles/$*.png,CPY) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/styles)/%.rdf : $(SRCDIR)/extras/source/templates/styles/%.rdf + $(call gb_Output_announce,templates/styles/$*.rdf,$(true),CPY,1) + $(call gb_Trace_StartRange,templates/styles/$*.rdf,CPY) + cp $< $@ + $(call gb_Trace_EndRange,templates/styles/$*.rdf,CPY) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/styles)/%.svg : $(SRCDIR)/extras/source/templates/styles/%.svg + $(call gb_Output_announce,templates/styles/$*.svg,$(true),CPY,1) + $(call gb_Trace_StartRange,templates/styles/$*.svg,CPY) + cp $< $@ + $(call gb_Trace_EndRange,templates/styles/$*.svg,CPY) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/styles)/%.svm : $(SRCDIR)/extras/source/templates/styles/%.svm + $(call gb_Output_announce,templates/styles/$*.svm,$(true),CPY,1) + $(call gb_Trace_StartRange,templates/styles/$*.svm,CPY) + cp $< $@ + $(call gb_Trace_EndRange,templates/styles/$*.svm,CPY) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/styles)/%.xml : $(SRCDIR)/extras/source/templates/styles/%.xml \ + | $(call gb_ExternalExecutable_get_dependencies,xsltproc) + $(call gb_Output_announce,templates/styles/$*.xml,$(true),XSL,1) + $(call gb_Trace_StartRange,templates/styles/$*.xml,XSL) + $(call gb_ExternalExecutable_get_command,xsltproc) --nonet -o $@ $(SRCDIR)/extras/util/compact.xsl $< + $(call gb_Trace_EndRange,templates/styles/$*.xml,XSL) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/styles)/%.ott : + $(call gb_Output_announce,templates/styles/$*.ott,$(true),ZIP,2) + $(call gb_Trace_StartRange,templates/styles/$*.ott,ZIP) + $(call gb_Helper_abbreviate_dirs,\ + cd $(EXTRAS_STYLES_DIR) && \ + zip -q0X --filesync --must-match $@ $(EXTRAS_STYLES_MIMEFILES_FILTER) && \ + zip -qrX --must-match $@ $(EXTRAS_STYLES_XMLFILES_FILTER) \ + ) + $(call gb_Trace_EndRange,templates/styles/$*.ott,ZIP) + +define extras_Tplstyles_make_file_deps +$(call gb_CustomTarget_get_workdir,$(1))/$(2) : $(SRCDIR)/$(1)/$(2) \ + | $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir + +endef + +define extras_Tplstyles_make_zip_deps +$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \ + $(addprefix $(call gb_CustomTarget_get_workdir,$(1))/,$(filter $(3)/%,$(extras_STYLES_MIMETYPEFILES) $(extras_STYLES_XMLFILES))) \ + | $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir + +$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \ + EXTRAS_STYLES_MIMEFILES_FILTER := $(foreach file,$(filter $(3)/%,$(extras_STYLES_MIMETYPEFILES)),$(subst $(3)/,,$(file))) +$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \ + EXTRAS_STYLES_XMLFILES_FILTER := $(foreach file,$(filter $(3)/%,$(extras_STYLES_XMLFILES)),$(subst $(3)/,,$(file))) +$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \ + EXTRAS_STYLES_DIR := $(call gb_CustomTarget_get_workdir,$(1))/$(3) + +endef + +$(eval $(foreach file,$(extras_STYLES_MIMETYPEFILES) $(extras_STYLES_XMLFILES),\ + $(call extras_Tplstyles_make_file_deps,extras/source/templates/styles,$(file)) \ +)) + +$(eval $(foreach atexts,$(extras_TEMPLATES_STYLES),\ + $(call extras_Tplstyles_make_zip_deps,extras/source/templates/styles,$(atexts).ott,$(atexts)) \ +)) + +# vim: set noet sw=4 ts=4: |