| { |
| 'targets': [ |
| { |
| 'target_name': 'auto_queue', |
| 'type': 'static_library', |
| 'sources': ['auto.q'], |
| 'variables': { |
| 'header_path': 'bot3/autonomous', |
| }, |
| 'dependencies': [ |
| '<(AOS)/common/common.gyp:queues', |
| ], |
| 'export_dependent_settings': [ |
| '<(AOS)/common/common.gyp:queues', |
| ], |
| 'includes': ['../../aos/build/queues.gypi'], |
| }, |
| { |
| 'target_name': 'auto_lib', |
| 'type': 'static_library', |
| 'sources': [ |
| 'auto.cc', |
| ], |
| 'dependencies': [ |
| 'auto_queue', |
| '<(AOS)/common/common.gyp:controls', |
| '<(AOS)/build/aos.gyp:logging', |
| '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_loop', |
| '<(DEPTH)/bot3/control_loops/shooter/shooter.gyp:shooter_loop', |
| '<(DEPTH)/frc971/frc971.gyp:constants', |
| '<(AOS)/common/common.gyp:time', |
| '<(AOS)/common/common.gyp:timing', |
| '<(AOS)/common/util/util.gyp:trapezoid_profile', |
| ], |
| 'export_dependent_settings': [ |
| '<(AOS)/common/common.gyp:controls', |
| ], |
| }, |
| { |
| 'target_name': 'auto', |
| 'type': 'executable', |
| 'sources': [ |
| 'auto_main.cc', |
| ], |
| 'dependencies': [ |
| '<(AOS)/atom_code/atom_code.gyp:init', |
| 'auto_queue', |
| 'auto_lib', |
| ], |
| }, |
| ], |
| } |