1*34de53acSdamjan#**************************************************************
2*34de53acSdamjan#
3*34de53acSdamjan#  Licensed to the Apache Software Foundation (ASF) under one
4*34de53acSdamjan#  or more contributor license agreements.  See the NOTICE file
5*34de53acSdamjan#  distributed with this work for additional information
6*34de53acSdamjan#  regarding copyright ownership.  The ASF licenses this file
7*34de53acSdamjan#  to you under the Apache License, Version 2.0 (the
8*34de53acSdamjan#  "License"); you may not use this file except in compliance
9*34de53acSdamjan#  with the License.  You may obtain a copy of the License at
10*34de53acSdamjan#
11*34de53acSdamjan#    http://www.apache.org/licenses/LICENSE-2.0
12*34de53acSdamjan#
13*34de53acSdamjan#  Unless required by applicable law or agreed to in writing,
14*34de53acSdamjan#  software distributed under the License is distributed on an
15*34de53acSdamjan#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*34de53acSdamjan#  KIND, either express or implied.  See the License for the
17*34de53acSdamjan#  specific language governing permissions and limitations
18*34de53acSdamjan#  under the License.
19*34de53acSdamjan#
20*34de53acSdamjan#**************************************************************
21*34de53acSdamjan
22*34de53acSdamjan
23*34de53acSdamjan
24*34de53acSdamjan$(eval $(call gb_Library_Library,uuresolver))
25*34de53acSdamjan
26*34de53acSdamjan$(eval $(call gb_Library_set_componentfile,uuresolver,remotebridges/source/unourl_resolver/uuresolver))
27*34de53acSdamjan
28*34de53acSdamjan$(eval $(call gb_Library_set_include,uuresolver,\
29*34de53acSdamjan        $$(INCLUDE) \
30*34de53acSdamjan))
31*34de53acSdamjan
32*34de53acSdamjan$(eval $(call gb_Library_add_api,uuresolver,\
33*34de53acSdamjan	udkapi \
34*34de53acSdamjan))
35*34de53acSdamjan
36*34de53acSdamjan$(eval $(call gb_Library_add_linked_libs,uuresolver,\
37*34de53acSdamjan	cppuhelper \
38*34de53acSdamjan	cppu \
39*34de53acSdamjan	sal \
40*34de53acSdamjan	$(gb_STDLIBS) \
41*34de53acSdamjan))
42*34de53acSdamjan
43*34de53acSdamjan
44*34de53acSdamjan$(eval $(call gb_Library_add_exception_objects,uuresolver,\
45*34de53acSdamjan	remotebridges/source/unourl_resolver/unourl_resolver \
46*34de53acSdamjan))
47*34de53acSdamjan
48*34de53acSdamjan# vim: set noet sw=4 ts=4:
49