1*191f9374SJim Jagielski#************************************************************** 2*191f9374SJim Jagielski# 3*191f9374SJim Jagielski# Licensed to the Apache Software Foundation (ASF) under one 4*191f9374SJim Jagielski# or more contributor license agreements. See the NOTICE file 5*191f9374SJim Jagielski# distributed with this work for additional information 6*191f9374SJim Jagielski# regarding copyright ownership. The ASF licenses this file 7*191f9374SJim Jagielski# to you under the Apache License, Version 2.0 (the 8*191f9374SJim Jagielski# "License"); you may not use this file except in compliance 9*191f9374SJim Jagielski# with the License. You may obtain a copy of the License at 10*191f9374SJim Jagielski# 11*191f9374SJim Jagielski# http://www.apache.org/licenses/LICENSE-2.0 12*191f9374SJim Jagielski# 13*191f9374SJim Jagielski# Unless required by applicable law or agreed to in writing, 14*191f9374SJim Jagielski# software distributed under the License is distributed on an 15*191f9374SJim Jagielski# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*191f9374SJim Jagielski# KIND, either express or implied. See the License for the 17*191f9374SJim Jagielski# specific language governing permissions and limitations 18*191f9374SJim Jagielski# under the License. 19*191f9374SJim Jagielski# 20*191f9374SJim Jagielski#************************************************************** 21*191f9374SJim Jagielski 22*191f9374SJim Jagielski 23*191f9374SJim Jagielski 24*191f9374SJim Jagielski$(eval $(call gb_Module_Module,bridges)) 25*191f9374SJim Jagielski 26*191f9374SJim Jagielski$(eval $(call gb_Module_add_targets,bridges,\ 27*191f9374SJim Jagielski Ant_java_uno \ 28*191f9374SJim Jagielski Library_cpp_uno \ 29*191f9374SJim Jagielski Library_java_uno \ 30*191f9374SJim Jagielski)) 31*191f9374SJim Jagielski 32*191f9374SJim Jagielski 33*191f9374SJim Jagielski# vim: set noet sw=4 ts=4: 34