GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / fpicker / Library_fps_office.mk
blob4ffcbc60ddd6901f4656ef9f8d030e75f05494b9
1 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,fps_office))
13 $(eval $(call gb_Library_set_componentfile,fps_office,fpicker/source/office/fps_office))
15 $(eval $(call gb_Library_use_external,fps_office,boost_headers))
17 $(eval $(call gb_Library_use_custom_headers,fps_office,\
18 officecfg/registry \
21 $(eval $(call gb_Library_use_sdk_api,fps_office))
23 $(eval $(call gb_Library_use_libraries,fps_office,\
24 comphelper \
25 cppu \
26 cppuhelper \
27 sal \
28 svl \
29 svt \
30 tk \
31 tl \
32 ucbhelper \
33 utl \
34 vcl \
35 i18nlangtag \
36 $(gb_UWINAPI) \
39 $(eval $(call gb_Library_add_exception_objects,fps_office,\
40 fpicker/source/office/asyncfilepicker \
41 fpicker/source/office/commonpicker \
42 fpicker/source/office/fpinteraction \
43 fpicker/source/office/fpsmartcontent \
44 fpicker/source/office/fps_office \
45 fpicker/source/office/iodlg \
46 fpicker/source/office/iodlgimp \
47 fpicker/source/office/OfficeControlAccess \
48 fpicker/source/office/OfficeFilePicker \
49 fpicker/source/office/OfficeFolderPicker \
50 fpicker/source/office/PlacesListBox \
53 # vim: set noet sw=4 ts=4: