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