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_include
,uui
,\
17 $(eval
$(call gb_Library_set_componentfile
,uui
,uui
/util
/uui
))
19 $(eval
$(call gb_Library_use_external
,uui
,boost_headers
))
21 $(eval
$(call gb_Library_use_custom_headers
,uui
,\
25 $(eval
$(call gb_Library_set_precompiled_header
,uui
,uui
/inc
/pch
/precompiled_uui
))
27 $(eval
$(call gb_Library_use_sdk_api
,uui
))
29 $(eval
$(call gb_Library_use_libraries
,uui
,\
43 $(eval
$(call gb_Library_add_exception_objects
,uui
,\
44 uui
/source
/alreadyopen \
45 uui
/source
/authfallbackdlg \
46 uui
/source
/filechanged \
49 uui
/source
/iahndl-authentication \
50 uui
/source
/iahndl-errorhandler \
51 uui
/source
/iahndl-filter \
52 uui
/source
/iahndl-ioexceptions \
53 uui
/source
/iahndl-locking \
54 uui
/source
/iahndl-ssl \
55 uui
/source
/interactionhandler \
56 uui
/source
/lockfailed \
57 uui
/source
/lockcorrupt \
59 uui
/source
/masterpasscrtdlg \
60 uui
/source
/masterpassworddlg \
61 uui
/source
/nameclashdlg \
62 uui
/source
/openlocked \
63 uui
/source
/passwordcontainer \
64 uui
/source
/passworddlg \
65 uui
/source
/reloadeditable \
66 uui
/source
/requeststringresolver \
67 uui
/source
/secmacrowarnings \
68 uui
/source
/sslwarndlg \
70 uui
/source
/unknownauthdlg \
73 # vim: set noet sw=4 ts=4: