13d28ec9dSdamjan#************************************************************** 23d28ec9dSdamjan# 33d28ec9dSdamjan# Licensed to the Apache Software Foundation (ASF) under one 43d28ec9dSdamjan# or more contributor license agreements. See the NOTICE file 53d28ec9dSdamjan# distributed with this work for additional information 63d28ec9dSdamjan# regarding copyright ownership. The ASF licenses this file 73d28ec9dSdamjan# to you under the Apache License, Version 2.0 (the 83d28ec9dSdamjan# "License"); you may not use this file except in compliance 93d28ec9dSdamjan# with the License. You may obtain a copy of the License at 103d28ec9dSdamjan# 113d28ec9dSdamjan# http://www.apache.org/licenses/LICENSE-2.0 123d28ec9dSdamjan# 133d28ec9dSdamjan# Unless required by applicable law or agreed to in writing, 143d28ec9dSdamjan# software distributed under the License is distributed on an 153d28ec9dSdamjan# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 163d28ec9dSdamjan# KIND, either express or implied. See the License for the 173d28ec9dSdamjan# specific language governing permissions and limitations 183d28ec9dSdamjan# under the License. 193d28ec9dSdamjan# 203d28ec9dSdamjan#************************************************************** 213d28ec9dSdamjan 223d28ec9dSdamjan 233d28ec9dSdamjan 243d28ec9dSdamjan$(eval $(call gb_Library_Library,uui)) 253d28ec9dSdamjan 263d28ec9dSdamjan$(eval $(call gb_Library_set_componentfile,uui,uui/util/uui)) 273d28ec9dSdamjan 283d28ec9dSdamjan$(eval $(call gb_Library_set_include,uui,\ 293d28ec9dSdamjan $$(INCLUDE) \ 303d28ec9dSdamjan)) 313d28ec9dSdamjan 323d28ec9dSdamjan$(eval $(call gb_Library_add_api,uui,\ 333d28ec9dSdamjan offapi \ 343d28ec9dSdamjan udkapi \ 353d28ec9dSdamjan)) 363d28ec9dSdamjan 373d28ec9dSdamjan$(eval $(call gb_Library_add_linked_libs,uui,\ 383d28ec9dSdamjan comphelper \ 393d28ec9dSdamjan cppu \ 403d28ec9dSdamjan cppuhelper \ 413d28ec9dSdamjan ootk \ 423d28ec9dSdamjan sal \ 433d28ec9dSdamjan svl \ 443d28ec9dSdamjan svt \ 45*65162c0aSdamjan stl \ 463d28ec9dSdamjan tl \ 473d28ec9dSdamjan utl \ 483d28ec9dSdamjan vcl \ 493d28ec9dSdamjan $(gb_STDLIBS) \ 503d28ec9dSdamjan)) 513d28ec9dSdamjan 523d28ec9dSdamjan 533d28ec9dSdamjan$(eval $(call gb_Library_add_exception_objects,uui,\ 543d28ec9dSdamjan uui/source/cookiedg \ 553d28ec9dSdamjan uui/source/iahndl \ 563d28ec9dSdamjan uui/source/iahndl-authentication \ 573d28ec9dSdamjan uui/source/iahndl-ssl \ 583d28ec9dSdamjan uui/source/iahndl-cookies \ 593d28ec9dSdamjan uui/source/iahndl-filter \ 603d28ec9dSdamjan uui/source/iahndl-locking \ 613d28ec9dSdamjan uui/source/iahndl-ioexceptions \ 623d28ec9dSdamjan uui/source/iahndl-errorhandler \ 633d28ec9dSdamjan uui/source/logindlg \ 643d28ec9dSdamjan uui/source/services \ 653d28ec9dSdamjan uui/source/masterpassworddlg \ 663d28ec9dSdamjan uui/source/masterpasscrtdlg \ 673d28ec9dSdamjan uui/source/openlocked \ 683d28ec9dSdamjan uui/source/passworddlg \ 693d28ec9dSdamjan uui/source/fltdlg \ 703d28ec9dSdamjan uui/source/interactionhandler \ 713d28ec9dSdamjan uui/source/requeststringresolver \ 723d28ec9dSdamjan uui/source/unknownauthdlg \ 733d28ec9dSdamjan uui/source/sslwarndlg \ 743d28ec9dSdamjan uui/source/secmacrowarnings \ 753d28ec9dSdamjan uui/source/filechanged \ 763d28ec9dSdamjan uui/source/alreadyopen \ 773d28ec9dSdamjan uui/source/lockfailed \ 783d28ec9dSdamjan uui/source/trylater \ 793d28ec9dSdamjan uui/source/newerverwarn \ 803d28ec9dSdamjan uui/source/nameclashdlg \ 813d28ec9dSdamjan uui/source/passwordcontainer \ 823d28ec9dSdamjan)) 833d28ec9dSdamjan 843d28ec9dSdamjan# vim: set noet sw=4 ts=4: 85