Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / reportbuilder / Extension_reportbuilder.mk
blobfd79c8783e6bc8355fc0da4761364b36de1a1c2b
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Extension_Extension,report-builder,reportbuilder/util))
30 $(eval $(call gb_Extension_add_files,report-builder,,\
31 $(call gb_Jar_get_outdir_target,reportbuilderwizard) \
32 $(call gb_Jar_get_outdir_target,sun-report-builder) \
33 $(SRCDIR)/reportbuilder/license/readme_en-US.html \
34 $(SRCDIR)/reportbuilder/license/readme_en-US.txt \
35 $(SRCDIR)/reportbuilder/util/components.rdb \
38 ifneq ($(SYSTEM_APACHE_COMMONS),YES)
39 $(eval $(call gb_Extension_add_files,report-builder,,\
40 $(OUTDIR)/bin/commons-logging-1.1.1.jar \
42 endif
44 ifneq ($(SYSTEM_JFREEREPORT),YES)
45 include $(SRCDIR)/jfreereport/version.mk
46 $(eval $(call gb_Extension_add_files,report-builder,,\
47 $(OUTDIR)/bin/flow-engine-$(FLOW_ENGINE_VERSION).jar \
48 $(OUTDIR)/bin/flute-$(FLUTE_VERSION).jar \
49 $(OUTDIR)/bin/libbase-$(LIBBASE_VERSION).jar \
50 $(OUTDIR)/bin/libfonts-$(LIBFONTS_VERSION).jar \
51 $(OUTDIR)/bin/libformula-$(LIBFORMULA_VERSION).jar \
52 $(OUTDIR)/bin/liblayout-$(LIBLAYOUT_VERSION).jar \
53 $(OUTDIR)/bin/libloader-$(LIBLOADER_VERSION).jar \
54 $(OUTDIR)/bin/librepository-$(LIBREPOSITORY_VERSION).jar \
55 $(OUTDIR)/bin/libserializer-$(LIBSERIALIZER_VERSION).jar \
56 $(OUTDIR)/bin/libxml-$(LIBXML_VERSION).jar \
57 $(OUTDIR)/bin/sac.jar \
59 endif
61 $(eval $(call gb_Extension_add_files,report-builder,images,\
62 $(SRCDIR)/icon-themes/galaxy/desktop/res/extension_32.png \
65 $(eval $(call gb_Extension_add_files,report-builder,registry/data/org/openoffice,\
66 $(call gb_XcuFile_for_extension,reportbuilder/registry/data/org/openoffice/Setup.xcu) \
69 $(eval $(call gb_Extension_add_files,report-builder,registry/data/org/openoffice/Office,\
70 $(call gb_XcuFile_for_extension,reportbuilder/registry/data/org/openoffice/Office/Accelerators.xcu) \
71 $(call gb_XcuFile_for_extension,reportbuilder/registry/data/org/openoffice/Office/DataAccess.xcu) \
72 $(call gb_XcuFile_for_extension,reportbuilder/registry/data/org/openoffice/Office/Embedding.xcu) \
73 $(call gb_XcuFile_for_extension,reportbuilder/registry/data/org/openoffice/Office/ExtendedColorScheme.xcu) \
74 $(call gb_XcuDataTarget_get_target,reportbuilder/registry/data/org/openoffice/Office/Paths.xcu) \
75 $(call gb_XcuDataTarget_get_target,reportbuilder/registry/data/org/openoffice/Office/ReportDesign.xcu) \
78 $(eval $(call gb_Extension_add_files,report-builder,registry/data/org/openoffice/Office/UI,\
79 $(call gb_XcuDataTarget_get_target,reportbuilder/registry/data/org/openoffice/Office/UI/Controller.xcu) \
80 $(call gb_XcuFile_for_extension,reportbuilder/registry/data/org/openoffice/Office/UI/DbReportWindowState.xcu) \
81 $(call gb_XcuFile_for_extension,reportbuilder/registry/data/org/openoffice/Office/UI/ReportCommands.xcu) \
84 $(eval $(call gb_Extension_add_files,report-builder,registry/data/org/openoffice/TypeDetection,\
85 $(call gb_XcuFile_for_extension,reportbuilder/registry/data/org/openoffice/TypeDetection/Filter.xcu) \
86 $(call gb_XcuFile_for_extension,reportbuilder/registry/data/org/openoffice/TypeDetection/Types.xcu) \
89 $(eval $(call gb_Extension_add_files,report-builder,registry/schema/org/openoffice/Office,\
90 $(call gb_XcsTarget_get_target,reportbuilder/registry/schema/org/openoffice/Office/ReportDesign.xcs) \
93 $(eval $(call gb_Extension_add_files,report-builder,registry/schema/org/openoffice/Office/UI,\
94 $(call gb_XcsTarget_get_target,reportbuilder/registry/schema/org/openoffice/Office/UI/DbReportWindowState.xcs) \
95 $(call gb_XcsTarget_get_target,reportbuilder/registry/schema/org/openoffice/Office/UI/ReportCommands.xcs) \
98 $(eval $(call gb_Extension_add_files,report-builder,template/en-US/wizard/report,\
99 $(SRCDIR)/reportbuilder/template/en-US/wizard/report/default.otr \
102 # vim: set shiftwidth=4 tabstop=4 noexpandtab: