blob: 1a710d900b456e0541312c18e23811cd3aa2f749 [file] [log] [blame]
Comran Morshed0d6cf9b2015-06-17 19:29:57 +00001{
2 'targets': [
3 {
4 'target_name': 'joystick_reader_bot3',
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 '<(AOS)/common/actions/actions.gyp:action_lib',
16
17 '<(DEPTH)/frc971/queues/queues.gyp:gyro',
Austin Schuhedd63012015-09-13 05:09:03 +000018 '<(DEPTH)/bot3/control_loops/elevator/elevator.gyp:elevator_lib',
Comran Morshed0d6cf9b2015-06-17 19:29:57 +000019 '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_queue',
Austin Schuhedd63012015-09-13 05:09:03 +000020 '<(DEPTH)/bot3/control_loops/elevator/elevator.gyp:elevator_queue',
21 '<(DEPTH)/bot3/control_loops/intake/intake.gyp:intake_queue',
Comran Morshed0d6cf9b2015-06-17 19:29:57 +000022 '<(DEPTH)/bot3/autonomous/autonomous.gyp:auto_queue',
23 ],
24 },
25 ],
26}