update credits
[LibreOffice.git] / apple_remote / Library_AppleRemote.mk
blobcf485533c9fde6346a4a8fae56387de37ebc6953
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/.
12 $(eval $(call gb_Library_Library,AppleRemote))
14 $(eval $(call gb_Library_use_system_darwin_frameworks,AppleRemote,\
15 Cocoa \
16 Carbon \
17 IOKit \
20 $(eval $(call gb_Library_add_objcobjects,AppleRemote,\
21 apple_remote/source/KeyspanFrontRowControl \
22 apple_remote/source/AppleRemote \
23 apple_remote/source/RemoteControl \
24 apple_remote/source/RemoteControlContainer \
25 apple_remote/source/GlobalKeyboardDevice \
26 apple_remote/source/HIDRemoteControlDevice \
27 apple_remote/source/MultiClickRemoteBehavior \
28 apple_remote/source/RemoteMainController \
31 # vim: set noet sw=4 ts=4: