summaryrefslogtreecommitdiff
path: root/ure/Rdb_ure.mk
blob: 6969fa566b479f8e2eee082fd7f82a37927c9d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# -*- 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,\
	$(if $(filter IOS,$(OS)),, \
        io/source/acceptor/acceptor \
        io/source/connector/connector) \
    binaryurp/source/binaryurp \
    stoc/util/bootstrap \
    stoc/source/inspect/introspection \
    stoc/source/invocation_adapterfactory/invocadapt \
    stoc/source/invocation/invocation \
    stoc/source/namingservice/namingservice \
    stoc/source/proxy_factory/proxyfac \
    stoc/source/corereflection/reflection \
    stoc/util/stocservices \
    io/source/stm/streams \
    io/source/TextInputStream/textinstream \
    io/source/TextOutputStream/textoutstream \
    remotebridges/source/unourl_resolver/uuresolver \
))

ifneq ($(SOLAR_JAVA),)
$(eval $(call gb_Rdb_add_components,ure/services,\
    javaunohelper/util/juh \
    stoc/source/javaloader/javaloader \
    stoc/source/javavm/javavm \
))
endif

# vim:set shiftwidth=4 softtabstop=4 expandtab:
/core/commit/o3tl?h=cp-5.3-56&id=59fe25a4240b6b456456779b63694de18827d6f7'>CppunitTest_o3tl_tests: fix loplugin:cppunitassertequals warnings in ...Miklos Vajna 2016-05-27CppunitTest_o3tl_tests: fix loplugin:cppunitassertequals warnings in ...Miklos Vajna 2016-04-30Fix typosAndrea Gelmini 2016-02-09Remove excess newlinesChris Sherlock 2016-01-29remove unused o3tl::rangeDavid Tardon 2016-01-10Fix typosAndrea Gelmini 2015-09-15Fix binary ops with two o3tl::type_flags<E>::Wrap paramsStephan Bergmann 2015-09-01coverity#1321598 Resource leak in objectCaolán McNamara 2015-08-30loplugin:implicitboolconversionStephan Bergmann 2015-08-29o3tl: add another unit test to cow_wrapperDaniel Robertson 2015-08-26Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_...Noel Grandin 2015-08-17o3tl: rename compat_functional headerThorsten Behrens 2015-07-24LRU map (cache) implementation to o3tl + testsTomaž Vajngerl 2015-07-15create a macro to tidy up the declaration sites of o3tl::typed_flags_setNoel Grandin 2015-06-11cppcheck: noExplicitConstructorCaolán McNamara 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin 2014-11-07bug in typed flagsNoel Grandin 2014-10-14need explicit bool conversions hereNoel Grandin 2014-10-14fixes and tests for o3tl::typed_flagsNoel Grandin 2014-10-08We should know what our name isTor Lillqvist 2014-10-06It is "template library", not "tools"Tor Lillqvist 2014-10-06Add guess at what o3tl meansTor Lillqvist 2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann 2014-09-15Mark o3tl::heap_ptr as SAL_WARN_UNUSEDStephan Bergmann 2014-05-22Fix memory leaks in test codeStephan Bergmann 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-05-02coverity#1209778 & coverity#1209777 Resource leakChris Sherlock 2014-05-02coverity#1209779 & coverity#1209780 Resource leakChris Sherlock 2014-04-28prefer makefile-gmake-modeTakeshi Abe 2014-02-25Remove visual noise from o3tlAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms