Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / apple_remote / Library_AppleRemote.mk
blob37a19282e0437578cedd83b5c9fbd688bf1c9407
2 # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
4 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
6 # The contents of this file are subject to the Mozilla Public License Version
7 # 1.1 (the "License"); you may not use this file except in compliance with
8 # the License or as specified alternatively below. You may obtain a copy of
9 # the License at http://www.mozilla.org/MPL/
11 # Software distributed under the License is distributed on an "AS IS" basis,
12 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 # for the specific language governing rights and limitations under the
14 # License.
16 # The Initial Developer of the Original Code is
17 # Norbert Thiebaud <nthiebaud@gmail.com>
18 # Portions created by the Initial Developer are Copyright (C) 2012 the
19 # Initial Developer. All Rights Reserved.
21 # For minor contributions see the git repository.
23 # Alternatively, the contents of this file may be used under the terms of
24 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
25 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
26 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
27 # instead of those above.
30 $(eval $(call gb_Library_Library,AppleRemote))
32 $(eval $(call gb_Library_use_package,AppleRemote,\
33 apple_remote_inc \
36 $(eval $(call gb_Library_use_externals,AppleRemote,\
37 cocoa \
38 carbon \
39 iokit \
42 $(eval $(call gb_Library_add_libs,AppleRemote,\
43 -framework Cocoa \
44 -framework Carbon \
45 -framework IOKit \
48 $(eval $(call gb_Library_add_objcobjects,AppleRemote,\
49 apple_remote/source/KeyspanFrontRowControl \
50 apple_remote/source/AppleRemote \
51 apple_remote/source/RemoteControl \
52 apple_remote/source/RemoteControlContainer \
53 apple_remote/source/GlobalKeyboardDevice \
54 apple_remote/source/HIDRemoteControlDevice \
55 apple_remote/source/MultiClickRemoteBehavior \
56 apple_remote/source/RemoteMainController \