Comran Morshed | 0d6cf9b | 2015-06-17 19:29:57 +0000 | [diff] [blame] | 1 | { |
| 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 Schuh | edd6301 | 2015-09-13 05:09:03 +0000 | [diff] [blame] | 18 | '<(DEPTH)/bot3/control_loops/elevator/elevator.gyp:elevator_lib', |
Comran Morshed | 0d6cf9b | 2015-06-17 19:29:57 +0000 | [diff] [blame] | 19 | '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_queue', |
Austin Schuh | edd6301 | 2015-09-13 05:09:03 +0000 | [diff] [blame] | 20 | '<(DEPTH)/bot3/control_loops/elevator/elevator.gyp:elevator_queue', |
| 21 | '<(DEPTH)/bot3/control_loops/intake/intake.gyp:intake_queue', |
Comran Morshed | 0d6cf9b | 2015-06-17 19:29:57 +0000 | [diff] [blame] | 22 | '<(DEPTH)/bot3/autonomous/autonomous.gyp:auto_queue', |
| 23 | ], |
| 24 | }, |
| 25 | ], |
| 26 | } |