Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
764f2b27
Kaydet (Commit)
764f2b27
authored
Ara 26, 2011
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
gbuildize ure
üst
95754019
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
231 additions
and
58 deletions
+231
-58
RepositoryModule_ooo.mk
RepositoryModule_ooo.mk
+1
-0
Makefile
ure/Makefile
+11
-46
Module_ure.mk
ure/Module_ure.mk
+37
-0
Package_distribution.mk
ure/Package_distribution.mk
+38
-0
Package_uretest.mk
ure/Package_uretest.mk
+32
-0
Rdb_ure.mk
ure/Rdb_ure.mk
+56
-0
Zip_uretest.mk
ure/Zip_uretest.mk
+54
-0
build.lst
ure/prj/build.lst
+1
-1
d.lst
ure/prj/d.lst
+0
-11
makefile.mk
ure/prj/makefile.mk
+1
-0
delzip
ure/source/delzip
+0
-0
No files found.
RepositoryModule_ooo.mk
Dosyayı görüntüle @
764f2b27
...
@@ -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
\
...
...
ure/
source/makefile.mk
→
ure/
Makefile
Dosyayı görüntüle @
764f2b27
# -*- 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>'
\
>
$@
ure/Module_ure.mk
0 → 100644
Dosyayı görüntüle @
764f2b27
# -*- 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:
ure/Package_distribution.mk
0 → 100644
Dosyayı görüntüle @
764f2b27
# -*- 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:
ure/Package_uretest.mk
0 → 100644
Dosyayı görüntüle @
764f2b27
# -*- 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:
ure/Rdb_ure.mk
0 → 100644
Dosyayı görüntüle @
764f2b27
# -*- 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:
ure/Zip_uretest.mk
0 → 100644
Dosyayı görüntüle @
764f2b27
# -*- 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:
ure/prj/build.lst
Dosyayı görüntüle @
764f2b27
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
ure/prj/d.lst
Dosyayı görüntüle @
764f2b27
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
ure/prj/makefile.mk
0 → 100644
Dosyayı görüntüle @
764f2b27
.INCLUDE
:
gbuildbridge.mk
ure/source/delzip
deleted
100644 → 0
Dosyayı görüntüle @
95754019
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment