brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 1 | { |
| 2 | 'variables': { |
| 3 | 'queue_files': [ |
Brian Silverman | 6bf0d3c | 2014-03-08 12:52:54 -0800 | [diff] [blame] | 4 | 'other_sensors.q', |
Brian Silverman | b4a1f9f | 2014-02-14 17:59:55 -0800 | [diff] [blame] | 5 | 'to_log.q', |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 6 | ] |
| 7 | }, |
| 8 | 'targets': [ |
| 9 | { |
| 10 | 'target_name': 'queues', |
| 11 | 'type': 'static_library', |
| 12 | 'sources': ['<@(queue_files)'], |
| 13 | 'variables': { |
| 14 | 'header_path': 'frc971/queues', |
| 15 | }, |
| 16 | 'dependencies': [ |
| 17 | '<(AOS)/common/common.gyp:queues', |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 18 | ], |
Brian Silverman | 5b3e51e | 2013-03-29 22:53:44 -0700 | [diff] [blame] | 19 | 'export_dependent_settings': [ |
| 20 | '<(AOS)/common/common.gyp:queues', |
| 21 | ], |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 22 | 'includes': ['../../aos/build/queues.gypi'], |
| 23 | }, |
| 24 | { |
Brian Silverman | 0bca3ba | 2014-03-26 14:07:55 -0700 | [diff] [blame] | 25 | 'target_name': 'output_check', |
| 26 | 'type': 'static_library', |
| 27 | 'sources': [ |
| 28 | 'output_check.q', |
| 29 | ], |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 30 | 'variables': { |
| 31 | 'header_path': 'frc971/queues', |
| 32 | }, |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 33 | 'includes': ['../../aos/build/queues.gypi'], |
| 34 | }, |
| 35 | ], |
| 36 | } |