Bump for 3.6-28
[LibreOffice.git] / reportbuilder / Extension_reportbuilder.mk
blob70d340866b6cff3baeec8055f5305a5264b45f5c
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/license/THIRDPARTYREADMELICENSE.html \
36 $(SRCDIR)/reportbuilder/util/components.rdb \
39 ifneq ($(SYSTEM_APACHE_COMMONS),YES)
40 $(eval $(call gb_Extension_add_files,report-builder,,\
41 $(OUTDIR)/bin/commons-logging-1.1.1.jar \
43 endif
45 ifneq ($(SYSTEM_JFREEREPORT),YES)
46 include $(SRCDIR)/jfreereport/version.mk
47 $(eval $(call gb_Extension_add_files,report-builder,,\
48 $(OUTDIR)/bin/flow-engine-$(FLOW_ENGINE_VERSION).jar \
49 $(OUTDIR)/bin/flute-$(FLUTE_VERSION).jar \
50 $(OUTDIR)/bin/libbase-$(LIBBASE_VERSION).jar \
51 $(OUTDIR)/bin/libfonts-$(LIBFONTS_VERSION).jar \
52 $(OUTDIR)/bin/libformula-$(LIBFORMULA_VERSION).jar \
53 $(OUTDIR)/bin/liblayout-$(LIBLAYOUT_VERSION).jar \
54 $(OUTDIR)/bin/libloader-$(LIBLOADER_VERSION).jar \
55 $(OUTDIR)/bin/librepository-$(LIBREPOSITORY_VERSION).jar \
56 $(OUTDIR)/bin/libserializer-$(LIBSERIALIZER_VERSION).jar \
57 $(OUTDIR)/bin/libxml-$(LIBXML_VERSION).jar \
58 $(OUTDIR)/bin/sac.jar \
60 endif
62 $(eval $(call gb_Extension_add_files,report-builder,images,\
63 $(SRCDIR)/icon-themes/galaxy/desktop/res/extension_32.png \
66 $(eval $(call gb_Extension_add_files,report-builder,registry/data/org/openoffice,\
67 $(call gb_XcuMergeTarget_get_target,reportbuilder/registry/data/org/openoffice/Setup.xcu) \
70 $(eval $(call gb_Extension_add_files,report-builder,registry/data/org/openoffice/Office,\
71 $(call gb_XcuMergeTarget_get_target,reportbuilder/registry/data/org/openoffice/Office/Accelerators.xcu) \
72 $(call gb_XcuMergeTarget_get_target,reportbuilder/registry/data/org/openoffice/Office/DataAccess.xcu) \
73 $(call gb_XcuMergeTarget_get_target,reportbuilder/registry/data/org/openoffice/Office/Embedding.xcu) \
74 $(call gb_XcuMergeTarget_get_target,reportbuilder/registry/data/org/openoffice/Office/ExtendedColorScheme.xcu) \
75 $(call gb_XcuDataTarget_get_target,reportbuilder/registry/data/org/openoffice/Office/Paths.xcu) \
76 $(call gb_XcuDataTarget_get_target,reportbuilder/registry/data/org/openoffice/Office/ReportDesign.xcu) \
79 $(eval $(call gb_Extension_add_files,report-builder,registry/data/org/openoffice/Office/UI,\
80 $(call gb_XcuDataTarget_get_target,reportbuilder/registry/data/org/openoffice/Office/UI/Controller.xcu) \
81 $(call gb_XcuMergeTarget_get_target,reportbuilder/registry/data/org/openoffice/Office/UI/DbReportWindowState.xcu) \
82 $(call gb_XcuMergeTarget_get_target,reportbuilder/registry/data/org/openoffice/Office/UI/ReportCommands.xcu) \
85 $(eval $(call gb_Extension_add_files,report-builder,registry/data/org/openoffice/TypeDetection,\
86 $(call gb_XcuMergeTarget_get_target,reportbuilder/registry/data/org/openoffice/TypeDetection/Filter.xcu) \
87 $(call gb_XcuMergeTarget_get_target,reportbuilder/registry/data/org/openoffice/TypeDetection/Types.xcu) \
90 $(eval $(call gb_Extension_add_files,report-builder,registry/schema/org/openoffice/Office,\
91 $(call gb_XcsTarget_get_target,reportbuilder/registry/schema/org/openoffice/Office/ReportDesign.xcs) \
94 $(eval $(call gb_Extension_add_files,report-builder,registry/schema/org/openoffice/Office/UI,\
95 $(call gb_XcsTarget_get_target,reportbuilder/registry/schema/org/openoffice/Office/UI/DbReportWindowState.xcs) \
96 $(call gb_XcsTarget_get_target,reportbuilder/registry/schema/org/openoffice/Office/UI/ReportCommands.xcs) \
99 $(eval $(call gb_Extension_add_files,report-builder,template/en-US/wizard/report,\
100 $(SRCDIR)/reportbuilder/template/en-US/wizard/report/default.otr \
103 # vim: set shiftwidth=4 tabstop=4 noexpandtab: