Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'constants', |
| 5 | 'type': 'static_library', |
| 6 | 'sources': [ |
| 7 | 'constants.cc', |
| 8 | ], |
| 9 | 'dependencies': [ |
| 10 | '<(AOS)/build/aos.gyp:logging', |
| 11 | '<(AOS)/common/common.gyp:once', |
| 12 | '<(AOS)/common/network/network.gyp:team_number', |
| 13 | '<(DEPTH)/frc971/control_loops/control_loops.gyp:state_feedback_loop', |
| 14 | '<(DEPTH)/y2014/control_loops/drivetrain/drivetrain.gyp:polydrivetrain_plants', |
| 15 | ], |
| 16 | 'export_dependent_settings': [ |
| 17 | '<(DEPTH)/frc971/control_loops/control_loops.gyp:state_feedback_loop', |
| 18 | ], |
| 19 | }, |
| 20 | { |
| 21 | 'target_name': 'joystick_reader', |
| 22 | 'type': 'executable', |
| 23 | 'sources': [ |
| 24 | 'joystick_reader.cc', |
| 25 | ], |
| 26 | 'dependencies': [ |
| 27 | '<(AOS)/prime/input/input.gyp:joystick_input', |
| 28 | '<(AOS)/linux_code/linux_code.gyp:init', |
| 29 | '<(AOS)/build/aos.gyp:logging', |
| 30 | '<(AOS)/common/common.gyp:time', |
| 31 | '<(AOS)/common/util/util.gyp:log_interval', |
| 32 | '<(AOS)/common/actions/actions.gyp:action_lib', |
| 33 | |
| 34 | '<(DEPTH)/y2014/control_loops/drivetrain/drivetrain.gyp:drivetrain_queue', |
| 35 | '<(DEPTH)/y2014/y2014.gyp:constants', |
| 36 | '<(DEPTH)/frc971/queues/queues.gyp:gyro', |
| 37 | '<(DEPTH)/frc971/autonomous/autonomous.gyp:auto_queue', |
| 38 | '<(DEPTH)/y2014/control_loops/claw/claw.gyp:claw_queue', |
| 39 | '<(DEPTH)/y2014/control_loops/shooter/shooter.gyp:shooter_queue', |
| 40 | '<(DEPTH)/y2014/actors/actors.gyp:shoot_action_lib', |
| 41 | ], |
| 42 | }, |
| 43 | ], |
| 44 | } |