Kaydet (Commit) 764f2b27 authored tarafından David Tardon's avatar David Tardon

gbuildize ure

üst 95754019
...@@ -101,6 +101,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ ...@@ -101,6 +101,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
UnoControls \ UnoControls \
unotools \ unotools \
unoxml \ unoxml \
ure \
uui \ uui \
vbahelper \ vbahelper \
vcl \ vcl \
......
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#************************************************************************* #*************************************************************************
# #
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# #
# Copyright 2000, 2010 Oracle and/or its affiliates. # Copyright 2000, 2010 Oracle and/or its affiliates.
# #
# OpenOffice.org - a multi-platform office productivity suite # OpenOffice.org - a multi-platform office productivity suite
...@@ -25,51 +26,15 @@ ...@@ -25,51 +26,15 @@
# #
#************************************************************************* #*************************************************************************
PRJ = .. gb_PARTIALBUILD := T
PRJNAME = ure ifeq ($(strip $(SOLARENV)),)
TARGET = source include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk
else
ZIP1TARGET = uretest
ZIP1FLAGS = -r
ZIP1LIST = uretest
my_components = \
acceptor \
component/binaryurp/source/binaryurp \
bootstrap \
connector \
introspection \
invocadapt \
invocation \
namingservice \
proxyfac \
reflection \
stocservices \
streams \
textinstream \
textoutstream \
uuresolver
.IF "$(SOLAR_JAVA)" != ""
my_components += \
javaloader \
javavm \
juh
.ENDIF
.INCLUDE: settings.mk
.INCLUDE: target.mk
ALLTAR : $(MISC)/services.rdb gb_SourceEnvAndRecurse_STAGE=gbuild
include $(SOLARENV)/gbuild/gbuild.mk
$(MISC)/services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \ $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
$(MISC)/services.input $(my_components:^"$(SOLARXMLDIR)/":+".component")
$(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
$(SOLARENV)/bin/packcomponents.xslt $(MISC)/services.input
$(MISC)/services.input : endif
echo \ # vim: set noet sw=4 ts=4:
'<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
> $@
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
# (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Module_Module,ure))
$(eval $(call gb_Module_add_targets,ure,\
Package_distribution \
Package_uretest \
Rdb_ure \
Zip_uretest \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
# (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Package_Package,ure_distribution,$(SRCDIR)/ure/source))
$(eval $(call gb_Package_add_file,ure_distribution,bin/ure/README,README))
$(eval $(call gb_Package_add_file,ure_distribution,bin/ure/THIRDPARTYLICENSEREADME.html,THIRDPARTYLICENSEREADME.html))
$(eval $(call gb_Package_add_file,ure_distribution,bin/ure/jvmfwk3.ini,jvmfwk3.ini))
$(eval $(call gb_Package_add_file,ure_distribution,bin/ure/jvmfwk3rc,jvmfwk3rc))
$(eval $(call gb_Package_add_file,ure_distribution,bin/ure/startup.sh,startup.sh))
$(eval $(call gb_Package_add_file,ure_distribution,bin/ure/uno.ini,uno.ini))
$(eval $(call gb_Package_add_file,ure_distribution,bin/ure/unorc,unorc))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
# (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Package_Package,ure_uretest,$(patsubst %/,%,$(dir $(call gb_Zip_get_target,uretest)))))
$(eval $(call gb_Package_add_file,ure_uretest,bin/uretest.zip,uretest.zip))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
# (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Rdb_Rdb,ure/services))
$(eval $(call gb_Rdb_add_components,ure/services,\
acceptor \
binaryurp/source/binaryurp \
bootstrap \
connector \
introspection \
invocadapt \
invocation \
namingservice \
proxyfac \
reflection \
stocservices \
streams \
textinstream \
textoutstream \
uuresolver \
))
ifneq ($(SOLAR_JAVA),)
$(eval $(call gb_Rdb_add_components,ure/services,\
javaloader \
javavm \
juh \
))
endif
# vim:set shiftwidth=4 softtabstop=4 expandtab:
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
# (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Zip_Zip,uretest,$(SRCDIR)/ure/source))
$(eval $(call gb_Zip_add_files,uretest,\
uretest/JavaClient.java \
uretest/JavaMain.java \
uretest/JavaNative.java \
uretest/JavaTest.java \
uretest/Makefile \
uretest/Makefile.pln \
uretest/README \
uretest/Runner.java \
uretest/Tester.java \
uretest/cppmain.cc \
uretest/cppserver.cc \
uretest/cpptest.cc \
uretest/javaclient.mf.template \
uretest/javamain.mf.template \
uretest/javanative.mf.template \
uretest/javatest.mf.template \
uretest/runner.mf.template \
uretest/tester.mf.template \
uretest/types.idl \
uretest/types.mf.template \
uretest/version.map \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
ur ure : LIBXSLT:libxslt binaryurp cli_ure io javaunohelper remotebridges solenv stoc NULL ur ure : LIBXSLT:libxslt binaryurp cli_ure io javaunohelper remotebridges solenv stoc NULL
ur ure\source nmake - all ur_source NULL ur ure\prj nmake - all ur_prj NULL
mkdir: %_DEST%\bin\ure
mkdir: %_DEST%\xml\ure
..\%__SRC%\bin\uretest.zip %COMMON_DEST%\bin\uretest.zip
..\%__SRC%\misc\services.rdb %_DEST%\xml\ure\services.rdb
..\source\README %_DEST%\bin\ure\README
..\source\THIRDPARTYLICENSEREADME.html %_DEST%\bin\ure\THIRDPARTYLICENSEREADME.html
..\source\jvmfwk3.ini %_DEST%\bin\ure\jvmfwk3.ini
..\source\jvmfwk3rc %_DEST%\bin\ure\jvmfwk3rc
..\source\startup.sh %_DEST%\bin\ure\startup.sh
..\source\uno.ini %_DEST%\bin\ure\uno.ini
..\source\unorc %_DEST%\bin\ure\unorc
.INCLUDE : gbuildbridge.mk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment