Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'auto_lib', |
| 5 | 'type': 'static_library', |
| 6 | 'sources': [ |
| 7 | 'auto.cc', |
| 8 | ], |
| 9 | 'dependencies': [ |
Brian Silverman | bfa0060 | 2015-05-17 01:41:29 -0400 | [diff] [blame] | 10 | '<(DEPTH)/frc971/autonomous/autonomous.gyp:auto_queue', |
Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame] | 11 | '<(AOS)/common/controls/controls.gyp:control_loop', |
Brian Silverman | be5ded6 | 2015-05-14 00:23:49 -0400 | [diff] [blame] | 12 | '<(DEPTH)/y2014/control_loops/drivetrain/drivetrain.gyp:drivetrain_queue', |
| 13 | '<(DEPTH)/y2014/control_loops/shooter/shooter.gyp:shooter_queue', |
| 14 | '<(DEPTH)/y2014/control_loops/claw/claw.gyp:claw_queue', |
Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame] | 15 | '<(DEPTH)/y2014/y2014.gyp:constants', |
| 16 | '<(AOS)/common/common.gyp:time', |
| 17 | '<(AOS)/common/util/util.gyp:phased_loop', |
| 18 | '<(AOS)/common/util/util.gyp:trapezoid_profile', |
| 19 | '<(AOS)/build/aos.gyp:logging', |
Brian Silverman | bfa0060 | 2015-05-17 01:41:29 -0400 | [diff] [blame] | 20 | '<(AOS)/common/actions/actions.gyp:action_lib', |
| 21 | '<(DEPTH)/y2014/actors/actors.gyp:shoot_action_lib', |
| 22 | '<(DEPTH)/y2014/actors/actors.gyp:drivetrain_action_lib', |
Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame] | 23 | '<(DEPTH)/y2014/queues/queues.gyp:hot_goal', |
| 24 | '<(AOS)/common/logging/logging.gyp:queue_logging', |
Brian Silverman | bfa0060 | 2015-05-17 01:41:29 -0400 | [diff] [blame] | 25 | '<(DEPTH)/y2014/queues/queues.gyp:profile_params', |
| 26 | '<(DEPTH)/y2014/queues/queues.gyp:auto_mode', |
Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame] | 27 | ], |
| 28 | 'export_dependent_settings': [ |
| 29 | '<(AOS)/common/controls/controls.gyp:control_loop', |
| 30 | ], |
| 31 | }, |
| 32 | { |
| 33 | 'target_name': 'auto', |
| 34 | 'type': 'executable', |
| 35 | 'sources': [ |
| 36 | 'auto_main.cc', |
| 37 | ], |
| 38 | 'dependencies': [ |
| 39 | '<(AOS)/linux_code/linux_code.gyp:init', |
Brian Silverman | bfa0060 | 2015-05-17 01:41:29 -0400 | [diff] [blame] | 40 | '<(DEPTH)/frc971/autonomous/autonomous.gyp:auto_queue', |
Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame] | 41 | 'auto_lib', |
| 42 | ], |
| 43 | }, |
| 44 | ], |
| 45 | } |