Bump version to 4.3-4
[LibreOffice.git] / binaryurp / Library_binaryurp.mk
blob05f5470847a7901402c59a27819af7e3021529d7
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_Library_Library,binaryurp))
12 $(eval $(call gb_Library_set_componentfile,binaryurp,binaryurp/source/binaryurp))
14 $(eval $(call gb_Library_use_udk_api,binaryurp))
16 $(eval $(call gb_Library_use_external,binaryurp,boost_headers))
18 $(eval $(call gb_Library_use_libraries,binaryurp,\
19 cppu \
20 cppuhelper \
21 sal \
22 salhelper \
23 $(gb_UWINAPI) \
26 $(eval $(call gb_Library_add_exception_objects,binaryurp,\
27 binaryurp/source/binaryany \
28 binaryurp/source/bridge \
29 binaryurp/source/bridgefactory \
30 binaryurp/source/currentcontext \
31 binaryurp/source/incomingrequest \
32 binaryurp/source/lessoperators \
33 binaryurp/source/marshal \
34 binaryurp/source/outgoingrequests \
35 binaryurp/source/proxy \
36 binaryurp/source/reader \
37 binaryurp/source/unmarshal \
38 binaryurp/source/writer \
41 # vim: set noet sw=4 ts=4: