tdf#147583 sw find: fix backwards search for emptyPara/endOfPara
[LibreOffice.git] / fpicker / Library_fps_aqua.mk
blob4c033a838bc55a0dd675b87ecc4ac8851fb6b18b
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,\
16 $$(INCLUDE) \
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,\
25 Cocoa \
26 CoreFoundation \
29 $(eval $(call gb_Library_use_libraries,fps_aqua,\
30 cppu \
31 cppuhelper \
32 i18nlangtag \
33 sal \
34 utl \
35 vcl \
38 $(eval $(call gb_Library_add_objcxxobjects,fps_aqua,\
39 fpicker/source/aqua/AquaFilePickerDelegate \
40 fpicker/source/aqua/ControlHelper \
41 fpicker/source/aqua/FilterHelper \
42 fpicker/source/aqua/NSString_OOoAdditions \
43 fpicker/source/aqua/NSURL_OOoAdditions \
44 fpicker/source/aqua/resourceprovider \
45 fpicker/source/aqua/SalAquaFilePicker \
46 fpicker/source/aqua/SalAquaFolderPicker \
47 fpicker/source/aqua/SalAquaPicker \
50 # vim: set noet sw=4 ts=4: