lok: calm down CnP issues & simplify.
[LibreOffice.git] / binaryurp / Library_binaryurp.mk
blob51efc35a537570d37a9d45d0eb1fb98bb5ade364
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 \
25 $(eval $(call gb_Library_add_exception_objects,binaryurp,\
26 binaryurp/source/binaryany \
27 binaryurp/source/bridge \
28 binaryurp/source/bridgefactory \
29 binaryurp/source/currentcontext \
30 binaryurp/source/incomingrequest \
31 binaryurp/source/lessoperators \
32 binaryurp/source/marshal \
33 binaryurp/source/outgoingrequests \
34 binaryurp/source/proxy \
35 binaryurp/source/reader \
36 binaryurp/source/unmarshal \
37 binaryurp/source/writer \
40 # vim: set noet sw=4 ts=4: