Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'auto_queue', |
| 5 | 'type': 'static_library', |
| 6 | 'sources': ['auto.q'], |
| 7 | 'variables': { |
| 8 | 'header_path': 'frc971/autonomous', |
| 9 | }, |
| 10 | 'dependencies': [ |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 11 | '<(AOS)/common/common.gyp:queues', |
| 12 | ], |
| 13 | 'export_dependent_settings': [ |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 14 | '<(AOS)/common/common.gyp:queues', |
| 15 | ], |
| 16 | 'includes': ['../../aos/build/queues.gypi'], |
| 17 | }, |
| 18 | { |
| 19 | 'target_name': 'auto_lib', |
| 20 | 'type': 'static_library', |
| 21 | 'sources': [ |
| 22 | 'auto.cc', |
| 23 | ], |
| 24 | 'dependencies': [ |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 25 | 'auto_queue', |
| 26 | '<(AOS)/common/common.gyp:controls', |
Austin Schuh | 6be011a | 2013-03-19 10:07:02 +0000 | [diff] [blame] | 27 | '<(DEPTH)/frc971/control_loops/drivetrain/drivetrain.gyp:drivetrain_loop', |
Austin Schuh | 80ff2e1 | 2014-03-08 12:06:19 -0800 | [diff] [blame] | 28 | '<(DEPTH)/frc971/control_loops/shooter/shooter.gyp:shooter_loop', |
| 29 | '<(DEPTH)/frc971/control_loops/claw/claw.gyp:claw_loop', |
Brian Silverman | 431500a | 2013-10-28 19:50:15 -0700 | [diff] [blame] | 30 | '<(DEPTH)/frc971/frc971.gyp:constants', |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 31 | '<(AOS)/common/common.gyp:time', |
| 32 | '<(AOS)/common/common.gyp:timing', |
Austin Schuh | 6be011a | 2013-03-19 10:07:02 +0000 | [diff] [blame] | 33 | '<(AOS)/common/util/util.gyp:trapezoid_profile', |
Brian Silverman | 598800f | 2013-05-09 17:08:42 -0700 | [diff] [blame] | 34 | '<(AOS)/build/aos.gyp:logging', |
Austin Schuh | 80ff2e1 | 2014-03-08 12:06:19 -0800 | [diff] [blame] | 35 | '<(DEPTH)/frc971/actions/actions.gyp:action_client', |
| 36 | '<(DEPTH)/frc971/actions/actions.gyp:shoot_action_lib', |
| 37 | '<(DEPTH)/frc971/actions/actions.gyp:drivetrain_action_lib', |
Brian Silverman | 6f62154 | 2014-04-06 16:00:41 -0700 | [diff] [blame^] | 38 | '<(DEPTH)/frc971/queues/queues.gyp:hot_goal', |
| 39 | '<(AOS)/common/logging/logging.gyp:queue_logging', |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 40 | ], |
| 41 | 'export_dependent_settings': [ |
| 42 | '<(AOS)/common/common.gyp:controls', |
| 43 | ], |
| 44 | }, |
| 45 | { |
| 46 | 'target_name': 'auto', |
| 47 | 'type': 'executable', |
| 48 | 'sources': [ |
| 49 | 'auto_main.cc', |
| 50 | ], |
| 51 | 'dependencies': [ |
Brian Silverman | 14fd0fb | 2014-01-14 21:42:01 -0800 | [diff] [blame] | 52 | '<(AOS)/linux_code/linux_code.gyp:init', |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 53 | 'auto_queue', |
| 54 | 'auto_lib', |
| 55 | ], |
| 56 | }, |
| 57 | ], |
| 58 | } |