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_aqua
))
13 $(eval
$(call gb_Library_set_componentfile
,fps_aqua
,fpicker
/source
/aqua
/fps_aqua
))
15 $(eval
$(call gb_Library_use_external
,fps_aqua
,boost_headers
))
17 $(eval
$(call gb_Library_use_sdk_api
,fps_aqua
))
19 $(eval
$(call gb_Library_use_system_darwin_frameworks
,fps_aqua
,\
24 $(eval
$(call gb_Library_use_libraries
,fps_aqua
,\
33 $(eval
$(call gb_Library_add_objcxxobjects
,fps_aqua
,\
34 fpicker
/source
/aqua
/AquaFilePickerDelegate \
35 fpicker
/source
/aqua
/CFStringUtilities \
36 fpicker
/source
/aqua
/ControlHelper \
37 fpicker
/source
/aqua
/FilterHelper \
38 fpicker
/source
/aqua
/FPentry \
39 fpicker
/source
/aqua
/NSString_OOoAdditions \
40 fpicker
/source
/aqua
/NSURL_OOoAdditions \
41 fpicker
/source
/aqua
/resourceprovider \
42 fpicker
/source
/aqua
/SalAquaFilePicker \
43 fpicker
/source
/aqua
/SalAquaFolderPicker \
44 fpicker
/source
/aqua
/SalAquaPicker \
47 # vim: set noet sw=4 ts=4: