Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / fpicker / Library_fps_aqua.mk
blob12e36d6f24ce77ba2f3b227bdf0b4145a83ea0a3
1 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
3 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License or as specified alternatively below. You may obtain a copy of
8 # the License at http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # Major Contributor(s):
16 # Copyright (C) 2011 Matúš Kukan <matus.kukan@gmail.com> (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Library_Library,fps_aqua))
30 $(eval $(call gb_Library_set_componentfile,fps_aqua,fpicker/source/aqua/fps_aqua))
32 $(eval $(call gb_Library_use_packages,fps_aqua,\
33 vcl_inc \
36 $(eval $(call gb_Library_use_api,fps_aqua,\
37 offapi \
38 udkapi \
41 $(eval $(call gb_Library_add_libs,fps_aqua,\
42 -framework Cocoa \
43 -framework CoreFoundation \
46 $(eval $(call gb_Library_use_libraries,fps_aqua,\
47 cppu \
48 cppuhelper \
49 sal \
50 tl \
51 vcl \
52 $(gb_STDLIBS) \
55 $(eval $(call gb_Library_add_objcxxobjects,fps_aqua,\
56 fpicker/source/aqua/AquaFilePickerDelegate \
57 fpicker/source/aqua/CFStringUtilities \
58 fpicker/source/aqua/ControlHelper \
59 fpicker/source/aqua/FilterHelper \
60 fpicker/source/aqua/FPentry \
61 fpicker/source/aqua/NSString_OOoAdditions \
62 fpicker/source/aqua/NSURL_OOoAdditions \
63 fpicker/source/aqua/resourceprovider \
64 fpicker/source/aqua/SalAquaFilePicker \
65 fpicker/source/aqua/SalAquaFolderPicker \
66 fpicker/source/aqua/SalAquaPicker \
69 # vim: set noet sw=4 ts=4: