Brian Silverman | 0a7f606 | 2015-01-24 17:41:33 -0500 | [diff] [blame^] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'claw_queues', |
| 5 | 'type': 'static_library', |
| 6 | 'sources': ['claw.q'], |
| 7 | 'variables': { |
| 8 | 'header_path': 'frc971/control_loops/claw', |
| 9 | }, |
| 10 | 'dependencies': [ |
| 11 | '<(AOS)/common/controls/controls.gyp:control_loop_queues', |
| 12 | '<(DEPTH)/frc971/control_loops/control_loops.gyp:queues', |
| 13 | ], |
| 14 | 'export_dependent_settings': [ |
| 15 | '<(AOS)/common/controls/controls.gyp:control_loop_queues', |
| 16 | '<(DEPTH)/frc971/control_loops/control_loops.gyp:queues', |
| 17 | |
| 18 | ], |
| 19 | 'includes': ['../../../aos/build/queues.gypi'], |
| 20 | }, |
| 21 | ], |
| 22 | } |