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_sdk_api
,uui
))
18 $(eval
$(call gb_Library_use_libraries
,uui
,\
33 $(eval
$(call gb_Library_add_exception_objects
,uui
,\
34 uui
/source
/alreadyopen \
35 uui
/source
/filechanged \
38 uui
/source
/iahndl-authentication \
39 uui
/source
/iahndl-errorhandler \
40 uui
/source
/iahndl-filter \
41 uui
/source
/iahndl-ioexceptions \
42 uui
/source
/iahndl-locking \
43 uui
/source
/iahndl-ssl \
44 uui
/source
/interactionhandler \
45 uui
/source
/lockfailed \
47 uui
/source
/masterpasscrtdlg \
48 uui
/source
/masterpassworddlg \
49 uui
/source
/nameclashdlg \
50 uui
/source
/newerverwarn \
51 uui
/source
/openlocked \
52 uui
/source
/passwordcontainer \
53 uui
/source
/passworddlg \
54 uui
/source
/requeststringresolver \
55 uui
/source
/secmacrowarnings \
57 uui
/source
/sslwarndlg \
59 uui
/source
/unknownauthdlg \
62 # vim: set noet sw=4 ts=4: