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_use_external
,fps_office
,boost_headers
))
17 $(eval
$(call gb_Library_use_custom_headers
,fps_office
,\
21 $(eval
$(call gb_Library_use_sdk_api
,fps_office
))
23 $(eval
$(call gb_Library_use_libraries
,fps_office
,\
40 $(eval
$(call gb_Library_add_exception_objects
,fps_office
,\
41 fpicker
/source
/office
/asyncfilepicker \
42 fpicker
/source
/office
/commonpicker \
43 fpicker
/source
/office
/fpinteraction \
44 fpicker
/source
/office
/fpsmartcontent \
45 fpicker
/source
/office
/fps_office \
46 fpicker
/source
/office
/iodlg \
47 fpicker
/source
/office
/iodlgimp \
48 fpicker
/source
/office
/OfficeControlAccess \
49 fpicker
/source
/office
/OfficeFilePicker \
50 fpicker
/source
/office
/OfficeFolderPicker \
51 fpicker
/source
/office
/PlacesListBox \
54 # vim: set noet sw=4 ts=4: