WaE: C6011 Dereferencing NULL pointer warnings
[LibreOffice.git] / uui / Library_uui.mk
bloba04f3de5b0515f2f711543461a28bff5a3c230a9
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,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/uui/inc \
17 $(eval $(call gb_Library_set_componentfile,uui,uui/util/uui,services))
19 $(eval $(call gb_Library_use_external,uui,boost_headers))
21 $(eval $(call gb_Library_use_custom_headers,uui,\
22 officecfg/registry \
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,\
30 comphelper \
31 cppu \
32 cppuhelper \
33 sal \
34 i18nlangtag \
35 svl \
36 svt \
37 svx \
38 tl \
39 utl \
40 vcl \
43 $(eval $(call gb_Library_add_exception_objects,uui,\
44 uui/source/alreadyopen \
45 uui/source/authfallbackdlg \
46 uui/source/filechanged \
47 uui/source/fltdlg \
48 uui/source/iahndl \
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 \
58 uui/source/logindlg \
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 \
69 uui/source/trylater \
70 uui/source/unknownauthdlg \
73 # vim: set noet sw=4 ts=4: