1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_Rdb_Rdb
,ure
/services
))
12 $(eval
$(call gb_Rdb_add_components
,ure
/services
,\
13 $(if
$(filter IOS
,$(OS
)),, \
14 io
/source
/acceptor
/acceptor \
15 io
/source
/connector
/connector
) \
16 binaryurp
/source
/binaryurp \
18 stoc
/source
/inspect
/introspection \
19 stoc
/source
/invocation_adapterfactory
/invocadapt \
20 stoc
/source
/invocation
/invocation \
21 stoc
/source
/namingservice
/namingservice \
22 stoc
/source
/proxy_factory
/proxyfac \
23 stoc
/source
/corereflection
/reflection \
24 stoc
/util
/stocservices \
25 io
/source
/stm
/streams \
26 io
/source
/TextInputStream
/textinstream \
27 io
/source
/TextOutputStream
/textoutstream \
28 remotebridges
/source
/unourl_resolver
/uuresolver \
31 ifneq ($(SOLAR_JAVA
),)
32 $(eval
$(call gb_Rdb_add_components
,ure
/services
,\
33 stoc
/source
/javaloader
/javaloader \
34 stoc
/source
/javavm
/javavm \
38 # vim:set noet sw=4 ts=4: