blob: 78287c184a6a5a194696963f81e537f65776916a [file] [log] [blame]
Brian Silvermanf665d692013-02-17 22:11:39 -08001{
2 'targets': [
3 {
Brian Silvermanc0b65432013-02-24 16:54:47 -08004 'target_name': 'limit_encoder_reader',
5 'type': 'static_library',
6 'sources': [
7 'limit_encoder_reader.cc',
8 ],
9 'dependencies': [
10 '<(EXTERNALS):WPILib',
11 'interrupt_notifier',
12 ],
13 'export_dependent_settings': [
14 '<(EXTERNALS):WPILib',
15 ],
16 },
17 {
18 'target_name': 'ByteBuffer',
19 'type': 'static_library',
20 'sources': [
21 # 'ByteBuffer.h',
22 ],
23 'dependencies': [
24 '<(AOS)/common/network/network.gyp:socket',
25 ],
26 'export_dependent_settings': [
27 '<(AOS)/common/network/network.gyp:socket',
28 ],
29 },
30 {
Brian Silvermanf665d692013-02-17 22:11:39 -080031 'target_name': 'interrupt_notifier',
32 'type': 'static_library',
33 'sources': [
34 'interrupt_bridge.cc',
35 'interrupt_bridge_c.c',
36 'interrupt_bridge_demo.cc',
Brian Silvermanc0b65432013-02-24 16:54:47 -080037 # 'interrupt_notifier-tmpl.h',
Brian Silvermanf665d692013-02-17 22:11:39 -080038 ],
39 'dependencies': [
40 '<(AOS)/common/common.gyp:time',
41 '<(AOS)/build/aos.gyp:logging',
42 '<(EXTERNALS):WPILib',
43 '<(AOS)/common/messages/messages.gyp:aos_queues',
44 ],
45 'export_dependent_settings': [
46 '<(AOS)/common/common.gyp:time',
47 '<(AOS)/build/aos.gyp:logging',
48 '<(EXTERNALS):WPILib',
49 ],
50 },
51 ],
52}