Updated core
[LibreOffice.git] / ure / Rdb_ure.mk
blob84c1925aa5ef0ebf698f3445432110a08f872556
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 \
17 stoc/util/bootstrap \
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 javaunohelper/util/juh \
34 stoc/source/javaloader/javaloader \
35 stoc/source/javavm/javavm \
37 endif
39 # vim:set noet sw=4 ts=4: