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_set_include
,fps_aqua
,\
17 -I
$(SRCDIR
)/fpicker
/inc \
20 $(eval
$(call gb_Library_use_external
,fps_aqua
,boost_headers
))
22 $(eval
$(call gb_Library_use_sdk_api
,fps_aqua
))
24 $(eval
$(call gb_Library_use_system_darwin_frameworks
,fps_aqua
,\
29 $(eval
$(call gb_Library_use_libraries
,fps_aqua
,\
38 $(eval
$(call gb_Library_add_objcxxobjects
,fps_aqua
,\
39 fpicker
/source
/aqua
/AquaFilePickerDelegate \
40 fpicker
/source
/aqua
/CFStringUtilities \
41 fpicker
/source
/aqua
/ControlHelper \
42 fpicker
/source
/aqua
/FilterHelper \
43 fpicker
/source
/aqua
/FPentry \
44 fpicker
/source
/aqua
/NSString_OOoAdditions \
45 fpicker
/source
/aqua
/NSURL_OOoAdditions \
46 fpicker
/source
/aqua
/resourceprovider \
47 fpicker
/source
/aqua
/SalAquaFilePicker \
48 fpicker
/source
/aqua
/SalAquaFolderPicker \
49 fpicker
/source
/aqua
/SalAquaPicker \
52 # vim: set noet sw=4 ts=4: