blob: 20cb7d36cd629a309e63c65a515ec94debd64393 [file] [log] [blame]
Daniel Pettiaece37f2014-10-25 17:13:44 -07001{
2 'targets': [
3 {
4 'target_name': 'joystick_reader',
5 'type': 'executable',
6 'sources': [
7 'joystick_reader.cc',
8 ],
9 'dependencies': [
10 '<(AOS)/prime/input/input.gyp:joystick_input',
11 '<(AOS)/linux_code/linux_code.gyp:init',
12 '<(AOS)/build/aos.gyp:logging',
13 '<(AOS)/common/common.gyp:time',
14 '<(AOS)/common/util/util.gyp:log_interval',
15 '<(DEPTH)/frc971/queues/queues.gyp:queues',
16 '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_loop',
17 '<(DEPTH)/bot3/autonomous/autonomous.gyp:auto_queue',
18 ],
19 },
20 {
21 'target_name': 'sensor_receiver',
22 'type': 'executable',
23 'sources': [
24 'sensor_receiver.cc',
25 ],
26 'dependencies': [
27 '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_constants',
28 '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_loop',
29 '<(DEPTH)/bot3/queues/queues.gyp:queues',
30 '<(DEPTH)/frc971/queues/queues.gyp:queues',
31 '<(AOS)/linux_code/linux_code.gyp:init',
32 '<(AOS)/build/aos.gyp:logging',
33 '<(AOS)/common/util/util.gyp:wrapping_counter',
34 '<(DEPTH)/bbb_cape/src/bbb/bbb.gyp:sensor_reader',
35 '<(AOS)/common/common.gyp:time',
36 '<(AOS)/common/logging/logging.gyp:queue_logging',
37 '<(AOS)/common/controls/controls.gyp:output_check',
38 ],
39 },
40 ],
41}