2009-03-04 09:27:10 -06:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
2010-02-12 08:01:35 -06:00
|
|
|
# Copyright 2000, 2010 Oracle and/or its affiliates.
|
2009-03-04 09:27:10 -06:00
|
|
|
#
|
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
|
|
|
#
|
|
|
|
# This file is part of OpenOffice.org.
|
|
|
|
#
|
|
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
# only, as published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Lesser General Public License version 3 for more details
|
|
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
|
|
# <http://www.openoffice.org/license.html>
|
|
|
|
# for a copy of the LGPLv3 License.
|
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
PRJ=..
|
|
|
|
PRJNAME=reportbuilder
|
|
|
|
TARGET=rpt
|
2010-03-29 09:24:13 -05:00
|
|
|
EXTENSION_VERSION_BASE=1.2.1
|
2009-03-04 09:27:10 -06:00
|
|
|
|
|
|
|
EXTENSION_VERSION=$(EXTENSION_VERSION_BASE)
|
|
|
|
|
|
|
|
# --- Settings ----------------------------------
|
|
|
|
.INCLUDE : makefile.pmk
|
2009-12-03 01:59:14 -06:00
|
|
|
|
2009-09-16 06:45:54 -05:00
|
|
|
.IF "$(L10N_framework)"==""
|
2009-03-04 09:27:10 -06:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
# calready set in util$/makefile.pmk
|
2010-04-21 01:25:26 -05:00
|
|
|
EXTENSION_ZIPNAME:=report-builder
|
2009-03-04 09:27:10 -06:00
|
|
|
|
|
|
|
# create Extension -----------------------------
|
|
|
|
|
|
|
|
.IF "$(SOLAR_JAVA)"!=""
|
|
|
|
|
|
|
|
XMLFILES = $(EXTENSIONDIR)$/META-INF$/manifest.xml
|
|
|
|
|
|
|
|
# DESCRIPTION_SRC is the source file which is copied into the extension
|
|
|
|
# It is defaulted to "description.xml", but we want to pre-process it, so we use an intermediate
|
|
|
|
# file
|
|
|
|
DESCRIPTION_SRC = $(MISC)$/description.xml
|
|
|
|
|
|
|
|
COMPONENT_MERGED_XCU= \
|
|
|
|
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Setup.xcu \
|
|
|
|
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/DataAccess.xcu \
|
|
|
|
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/ReportDesign.xcu \
|
|
|
|
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/ExtendedColorScheme.xcu \
|
|
|
|
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/Embedding.xcu \
|
|
|
|
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/Paths.xcu \
|
|
|
|
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/Accelerators.xcu \
|
|
|
|
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/TypeDetection$/Filter.xcu \
|
|
|
|
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/TypeDetection$/Types.xcu \
|
|
|
|
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/UI$/ReportCommands.xcu \
|
|
|
|
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/UI$/Controller.xcu \
|
|
|
|
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/UI$/DbReportWindowState.xcu \
|
|
|
|
$(EXTENSIONDIR)$/registry$/schema$/org$/openoffice$/Office$/UI$/DbReportWindowState.xcs \
|
|
|
|
$(EXTENSIONDIR)$/registry$/schema$/org$/openoffice$/Office$/UI$/ReportCommands.xcs \
|
|
|
|
$(EXTENSIONDIR)$/registry$/schema$/org$/openoffice$/Office$/ReportDesign.xcs
|
|
|
|
|
|
|
|
COMPONENT_OTR_FILES= \
|
|
|
|
$(EXTENSIONDIR)$/template$/en-US$/wizard$/report$/default.otr
|
|
|
|
|
|
|
|
COMPONENT_IMAGES= \
|
2010-11-18 04:04:30 -06:00
|
|
|
$(EXTENSIONDIR)$/images$/extension_32.png
|
2009-03-04 09:27:10 -06:00
|
|
|
|
|
|
|
COMPONENT_HTMLFILES = $(EXTENSIONDIR)$/THIRDPARTYREADMELICENSE.html \
|
|
|
|
$(EXTENSIONDIR)$/readme_en-US.html \
|
|
|
|
$(EXTENSIONDIR)$/readme_en-US.txt
|
|
|
|
|
|
|
|
COMPONENT_JARFILES = \
|
|
|
|
$(EXTENSIONDIR)$/sun-report-builder.jar
|
|
|
|
|
2011-10-31 09:51:35 -05:00
|
|
|
COMPONENT_DESCRIPTION= \
|
|
|
|
$(foreach,lang,$(alllangiso) $(EXTENSIONDIR)$/description-$(lang).txt)
|
2009-03-04 09:27:10 -06:00
|
|
|
|
|
|
|
# .jar files from solver
|
|
|
|
COMPONENT_EXTJARFILES = \
|
2011-10-31 06:39:38 -05:00
|
|
|
$(EXTENSIONDIR)$/sun-report-builder.jar
|
|
|
|
COMPONENT_EXTJARFILES_COPY = \
|
2011-09-22 12:49:59 -05:00
|
|
|
$(OUTDIR)$/bin$/reportbuilderwizard.jar
|
2009-03-04 09:27:10 -06:00
|
|
|
|
|
|
|
.IF "$(SYSTEM_JFREEREPORT)" != "YES"
|
2011-09-22 12:49:59 -05:00
|
|
|
.INCLUDE : $(OUTDIR)/bin/jfreereport_version.mk
|
2011-10-31 06:39:38 -05:00
|
|
|
COMPONENT_EXTJARFILES_COPY += \
|
2011-09-22 12:49:59 -05:00
|
|
|
$(OUTDIR)$/bin$/flute-$(FLUTE_VERSION).jar \
|
|
|
|
$(OUTDIR)$/bin$/libserializer-$(LIBSERIALIZER_VERSION).jar \
|
|
|
|
$(OUTDIR)$/bin$/libbase-$(LIBBASE_VERSION).jar \
|
|
|
|
$(OUTDIR)$/bin$/libfonts-$(LIBFONTS_VERSION).jar \
|
|
|
|
$(OUTDIR)$/bin$/libformula-$(LIBFORMULA_VERSION).jar \
|
|
|
|
$(OUTDIR)$/bin$/liblayout-$(LIBLAYOUT_VERSION).jar \
|
|
|
|
$(OUTDIR)$/bin$/libloader-$(LIBLOADER_VERSION).jar \
|
|
|
|
$(OUTDIR)$/bin$/librepository-$(LIBREPOSITORY_VERSION).jar \
|
|
|
|
$(OUTDIR)$/bin$/libxml-$(LIBXML_VERSION).jar \
|
|
|
|
$(OUTDIR)$/bin$/flow-engine-$(FLOW_ENGINE_VERSION).jar \
|
|
|
|
$(OUTDIR)$/bin$/sac.jar
|
2009-03-23 08:41:17 -05:00
|
|
|
.ENDIF
|
|
|
|
.IF "$(SYSTEM_APACHE_COMMONS)" != "YES"
|
2011-10-31 06:39:38 -05:00
|
|
|
COMPONENT_EXTJARFILES_COPY += \
|
2011-09-22 12:49:59 -05:00
|
|
|
$(OUTDIR)$/bin$/commons-logging-1.1.1.jar
|
2009-03-04 09:27:10 -06:00
|
|
|
.ENDIF
|
|
|
|
|
|
|
|
COMPONENT_MANIFEST_GENERIC:=TRUE
|
|
|
|
COMPONENT_MANIFEST_SEARCHDIR:=registry
|
|
|
|
|
|
|
|
# make sure to add your custom files here
|
2011-11-22 12:02:48 -06:00
|
|
|
EXTENSION_PACKDEPS=$(COMPONENT_EXTJARFILES) $(MISC)/$(TARGET).copied $(COMPONENT_HTMLFILES) $(COMPONENT_OTR_FILES) $(COMPONENT_DESCRIPTION) $(COMPONENT_IMAGES) $(EXTENSIONDIR)/components.rdb
|
2009-09-16 06:45:54 -05:00
|
|
|
.ENDIF
|
2009-03-04 09:27:10 -06:00
|
|
|
# --- Targets ----------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : extension_pre.mk
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
.INCLUDE : extension_post.mk
|
2009-09-16 06:45:54 -05:00
|
|
|
.IF "$(L10N_framework)"==""
|
2009-03-04 09:27:10 -06:00
|
|
|
$(EXTENSIONDIR)$/%.jar : $(SOLARBINDIR)$/%.jar
|
|
|
|
@@-$(MKDIRHIER) $(@:d)
|
|
|
|
$(COPY) $< $@
|
|
|
|
|
2011-11-22 12:02:48 -06:00
|
|
|
$(EXTENSIONDIR)/components.rdb : components.rdb
|
|
|
|
@@-$(MKDIRHIER) $(@:d)
|
|
|
|
$(COPY) $< $@
|
|
|
|
|
2009-03-04 09:27:10 -06:00
|
|
|
$(EXTENSIONDIR)$/readme_en-US.% : $(PRJ)$/license$/readme_en-US.%
|
|
|
|
@@-$(MKDIRHIER) $(@:d)
|
|
|
|
$(COPY) $< $@
|
|
|
|
|
2010-04-21 01:25:26 -05:00
|
|
|
$(COMPONENT_IMAGES) : $(SOLARSRC)$/$(RSCDEFIMG)$/desktop$/res$/$$(@:f)
|
2009-03-04 09:27:10 -06:00
|
|
|
@@-$(MKDIRHIER) $(@:d)
|
|
|
|
$(COPY) $< $@
|
|
|
|
|
|
|
|
$(EXTENSIONDIR)$/THIRDPARTYREADMELICENSE.html : $(PRJ)$/license$/THIRDPARTYREADMELICENSE.html
|
|
|
|
@@-$(MKDIRHIER) $(@:d)
|
|
|
|
$(COPY) $< $@
|
|
|
|
|
2011-10-31 09:51:35 -05:00
|
|
|
$(COMPONENT_DESCRIPTION) : $(DESCRIPTION)
|
|
|
|
|
2009-03-04 09:27:10 -06:00
|
|
|
|
|
|
|
$(DESCRIPTION_SRC): description.xml
|
|
|
|
+-$(RM) $@
|
2011-10-31 09:51:35 -05:00
|
|
|
$(COPY) description-en-US.txt $(EXTENSIONDIR)/description-en-US.txt
|
|
|
|
.IF "$(WITH_LANG)" != ""
|
|
|
|
$(XRMEX) -p $(PRJNAME) -i description.xml -o $@ -m $(LOCALIZESDF) -l all
|
|
|
|
$(SED) "s/#VERSION#/$(EXTENSION_VERSION)/" < $@ > $@.new
|
|
|
|
mv $@.new $@
|
|
|
|
@$(COPY) $(@:d)/description-*.txt $(EXTENSIONDIR)
|
|
|
|
.ELSE
|
|
|
|
$(SED) "s/#VERSION#/$(EXTENSION_VERSION)/" < $< > $@
|
|
|
|
.ENDIF
|
2011-10-31 06:39:38 -05:00
|
|
|
|
|
|
|
$(MISC)/$(TARGET).copied: $(COMPONENT_EXTJARFILES_COPY)
|
|
|
|
@@-$(MKDIRHIER) $(EXTENSIONDIR)
|
|
|
|
: $(foreach,i,$(COMPONENT_EXTJARFILES_COPY) && $(COPY) $i $(EXTENSIONDIR)/)
|
|
|
|
$(TOUCH) $@
|
2009-09-16 06:45:54 -05:00
|
|
|
.ENDIF
|
2009-03-04 09:27:10 -06:00
|
|
|
.ELSE # "$(SOLAR_JAVA)"!=""
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
.ENDIF # "$(SOLAR_JAVA)"!=""
|
|
|
|
#
|