Pivot table: fix data field subdialog
[LibreOffice.git] / extras / CustomTarget_tplofficorr.mk
blobe6337b7f03b6dfc435ed39c5ddcde59db964d1ce
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CustomTarget_CustomTarget,extras/source/templates/officorr))
12 extras_TEMPLATES_OFFICORR := \
13 Modern_business_letter_sans_serif \
14 Modern_business_letter_serif \
17 extras_OFFICORR_XMLFILES := \
18 Modern_business_letter_sans_serif/content.xml \
19 Modern_business_letter_sans_serif/manifest.rdf \
20 Modern_business_letter_sans_serif/META-INF/manifest.xml \
21 Modern_business_letter_sans_serif/meta.xml \
22 Modern_business_letter_sans_serif/styles.xml \
23 Modern_business_letter_sans_serif/Thumbnails/thumbnail.png \
24 Modern_business_letter_serif/content.xml \
25 Modern_business_letter_serif/manifest.rdf \
26 Modern_business_letter_serif/META-INF/manifest.xml \
27 Modern_business_letter_serif/meta.xml \
28 Modern_business_letter_serif/styles.xml \
29 Modern_business_letter_serif/Thumbnails/thumbnail.png \
32 extras_OFFICORR_MIMETYPEFILES := $(foreach atexts,$(extras_TEMPLATES_OFFICORR),$(atexts)/mimetype)
35 $(call gb_CustomTarget_get_target,extras/source/templates/officorr) : \
36 $(foreach atexts,$(extras_TEMPLATES_OFFICORR),$(call gb_CustomTarget_get_workdir,extras/source/templates/officorr)/$(atexts).ott)
38 $(call gb_CustomTarget_get_workdir,extras/source/templates/officorr)/%/mimetype : $(SRCDIR)/extras/source/templates/officorr/%/mimetype
39 $(call gb_Output_announce,templates/officorr/$*/mimetype,$(true),CPY,1)
40 $(call gb_Trace_StartRange,templates/officorr/$*/mimetype,CPY)
41 cp $< $@
42 $(call gb_Trace_EndRange,templates/officorr/$*/mimetype,CPY)
44 $(call gb_CustomTarget_get_workdir,extras/source/templates/officorr)/%.jpg : $(SRCDIR)/extras/source/templates/officorr/%.jpg
45 $(call gb_Output_announce,templates/officorr/$*.jpg,$(true),CPY,1)
46 $(call gb_Trace_StartRange,templates/officorr/$*.jpg,CPY)
47 cp $< $@
48 $(call gb_Trace_EndRange,templates/officorr/$*.jpg,CPY)
50 $(call gb_CustomTarget_get_workdir,extras/source/templates/officorr)/%.rdf : $(SRCDIR)/extras/source/templates/officorr/%.rdf
51 $(call gb_Output_announce,templates/officorr/$*.rdf,$(true),CPY,1)
52 $(call gb_Trace_StartRange,templates/officorr/$*.rdf,CPY)
53 cp $< $@
54 $(call gb_Trace_EndRange,templates/officorr/$*.rdf,CPY)
56 $(call gb_CustomTarget_get_workdir,extras/source/templates/officorr)/%.png : $(SRCDIR)/extras/source/templates/officorr/%.png
57 $(call gb_Output_announce,templates/officorr/$*.png,$(true),CPY,1)
58 $(call gb_Trace_StartRange,templates/officorr/$*.png,CPY)
59 cp $< $@
60 $(call gb_Trace_EndRange,templates/officorr/$*.png,CPY)
62 $(call gb_CustomTarget_get_workdir,extras/source/templates/officorr)/%.svg : $(SRCDIR)/extras/source/templates/officorr/%.svg
63 $(call gb_Output_announce,templates/officorr/$*.svg,$(true),CPY,1)
64 $(call gb_Trace_StartRange,templates/officorr/$*.svg,CPY)
65 cp $< $@
66 $(call gb_Trace_EndRange,templates/officorr/$*.svg,CPY)
68 $(call gb_CustomTarget_get_workdir,extras/source/templates/officorr)/%.svm : $(SRCDIR)/extras/source/templates/officorr/%.svm
69 $(call gb_Output_announce,templates/officorr/$*.svm,$(true),CPY,1)
70 $(call gb_Trace_StartRange,templates/officorr/$*.svm,CPY)
71 cp $< $@
72 $(call gb_Trace_EndRange,templates/officorr/$*.svm,CPY)
74 $(call gb_CustomTarget_get_workdir,extras/source/templates/officorr)/%.xml : $(SRCDIR)/extras/source/templates/officorr/%.xml \
75 | $(call gb_ExternalExecutable_get_dependencies,xsltproc)
76 $(call gb_Output_announce,templates/officorr/$*.xml,$(true),XSL,1)
77 $(call gb_Trace_StartRange,templates/officorr/$*.xml,XSL)
78 $(call gb_ExternalExecutable_get_command,xsltproc) --nonet -o $@ $(SRCDIR)/extras/util/compact.xsl $<
79 $(call gb_Trace_EndRange,templates/officorr/$*.xml,XSL)
81 $(call gb_CustomTarget_get_workdir,extras/source/templates/officorr)/%.ott :
82 $(call gb_Output_announce,templates/officorr/$*.ott,$(true),ZIP,2)
83 $(call gb_Trace_StartRange,templates/officorr/$*.ott,ZIP)
84 $(call gb_Helper_abbreviate_dirs,\
85 cd $(EXTRAS_OFFICORR_DIR) && \
86 zip -q0X --filesync --must-match $@ $(EXTRAS_OFFICORR_MIMEFILES_FILTER) && \
87 zip -qrX --must-match $@ $(EXTRAS_OFFICORR_XMLFILES_FILTER) \
89 $(call gb_Trace_EndRange,templates/officorr/$*.ott,ZIP)
91 define extras_Tplofficorr_make_file_deps
92 $(call gb_CustomTarget_get_workdir,$(1))/$(2) : $(SRCDIR)/$(1)/$(2) \
93 | $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir
95 endef
97 define extras_Tplofficorr_make_zip_deps
98 $(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
99 $(addprefix $(call gb_CustomTarget_get_workdir,$(1))/,$(filter $(3)/%,$(extras_OFFICORR_MIMETYPEFILES) $(extras_OFFICORR_XMLFILES))) \
100 | $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir
102 $(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
103 EXTRAS_OFFICORR_MIMEFILES_FILTER := $(foreach file,$(filter $(3)/%,$(extras_OFFICORR_MIMETYPEFILES)),$(subst $(3)/,,$(file)))
104 $(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
105 EXTRAS_OFFICORR_XMLFILES_FILTER := $(foreach file,$(filter $(3)/%,$(extras_OFFICORR_XMLFILES)),$(subst $(3)/,,$(file)))
106 $(call gb_CustomTarget_get_workdir,$(1))/$(2) : \
107 EXTRAS_OFFICORR_DIR := $(call gb_CustomTarget_get_workdir,$(1))/$(3)
109 endef
111 $(eval $(foreach file,$(extras_OFFICORR_MIMETYPEFILES) $(extras_OFFICORR_XMLFILES),\
112 $(call extras_Tplofficorr_make_file_deps,extras/source/templates/officorr,$(file)) \
115 $(eval $(foreach atexts,$(extras_TEMPLATES_OFFICORR),\
116 $(call extras_Tplofficorr_make_zip_deps,extras/source/templates/officorr,$(atexts).ott,$(atexts)) \
119 # vim: set noet sw=4 ts=4: