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
,ure
/services
))
14 $(eval
$(call gb_Library_use_udk_api
,binaryurp
))
16 $(eval
$(call gb_Library_use_libraries
,binaryurp
,\
23 $(eval
$(call gb_Library_add_exception_objects
,binaryurp
,\
24 binaryurp
/source
/binaryany \
25 binaryurp
/source
/bridge \
26 binaryurp
/source
/bridgefactory \
27 binaryurp
/source
/currentcontext \
28 binaryurp
/source
/incomingrequest \
29 binaryurp
/source
/lessoperators \
30 binaryurp
/source
/marshal \
31 binaryurp
/source
/outgoingrequests \
32 binaryurp
/source
/proxy \
33 binaryurp
/source
/reader \
34 binaryurp
/source
/unmarshal \
35 binaryurp
/source
/writer \
38 # vim: set noet sw=4 ts=4: