Update git submodules
[LibreOffice.git] / fpicker / Library_fps_office.mk
blob661332c0119bdebfe90ce188c961feaaa39ed956
1 # -*- Mode: makefile-gmake; 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_set_include,fps_office,\
16 $$(INCLUDE) \
17 -I$(SRCDIR)/fpicker/inc \
20 $(eval $(call gb_Library_use_external,fps_office,boost_headers))
22 $(eval $(call gb_Library_use_custom_headers,fps_office,\
23 officecfg/registry \
26 $(eval $(call gb_Library_use_sdk_api,fps_office))
28 $(eval $(call gb_Library_use_libraries,fps_office,\
29 comphelper \
30 cppu \
31 cppuhelper \
32 sal \
33 salhelper \
34 svl \
35 svt \
36 tk \
37 tl \
38 ucbhelper \
39 utl \
40 vcl \
41 i18nlangtag \
44 $(eval $(call gb_Library_add_exception_objects,fps_office,\
45 fpicker/source/office/asyncfilepicker \
46 fpicker/source/office/commonpicker \
47 fpicker/source/office/fpinteraction \
48 fpicker/source/office/fpsmartcontent \
49 fpicker/source/office/fps_office \
50 fpicker/source/office/iodlg \
51 fpicker/source/office/iodlgimp \
52 fpicker/source/office/OfficeControlAccess \
53 fpicker/source/office/OfficeFilePicker \
54 fpicker/source/office/OfficeFolderPicker \
55 fpicker/source/office/PlacesListBox \
56 fpicker/source/office/RemoteFilesDialog \
59 # vim: set noet sw=4 ts=4: