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
,uui
))
12 $(eval
$(call gb_Library_set_componentfile
,uui
,uui
/util
/uui
))
14 $(eval
$(call gb_Library_use_external
,uui
,boost_headers
))
16 $(eval
$(call gb_Library_use_custom_headers
,uui
,\
20 $(eval
$(call gb_Library_use_sdk_api
,uui
))
22 $(eval
$(call gb_Library_use_libraries
,uui
,\
37 $(eval
$(call gb_Library_add_exception_objects
,uui
,\
38 uui
/source
/alreadyopen \
39 uui
/source
/filechanged \
42 uui
/source
/iahndl-authentication \
43 uui
/source
/iahndl-errorhandler \
44 uui
/source
/iahndl-filter \
45 uui
/source
/iahndl-ioexceptions \
46 uui
/source
/iahndl-locking \
47 uui
/source
/iahndl-ssl \
48 uui
/source
/interactionhandler \
49 uui
/source
/lockfailed \
51 uui
/source
/masterpasscrtdlg \
52 uui
/source
/masterpassworddlg \
53 uui
/source
/nameclashdlg \
54 uui
/source
/newerverwarn \
55 uui
/source
/openlocked \
56 uui
/source
/passwordcontainer \
57 uui
/source
/passworddlg \
58 uui
/source
/requeststringresolver \
59 uui
/source
/secmacrowarnings \
61 uui
/source
/sslwarndlg \
63 uui
/source
/unknownauthdlg \
66 # vim: set noet sw=4 ts=4: