blob: d71be25c52f7e1050699b78c4aa5de2967fe4114 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
2 'variables': {
3 'queue_files': [
Brian Silverman6bf0d3c2014-03-08 12:52:54 -08004 'other_sensors.q',
Brian Silvermanb4a1f9f2014-02-14 17:59:55 -08005 'to_log.q',
brians343bc112013-02-10 01:53:46 +00006 ]
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',
brians343bc112013-02-10 01:53:46 +000018 ],
Brian Silverman5b3e51e2013-03-29 22:53:44 -070019 'export_dependent_settings': [
20 '<(AOS)/common/common.gyp:queues',
21 ],
brians343bc112013-02-10 01:53:46 +000022 'includes': ['../../aos/build/queues.gypi'],
23 },
24 {
Brian Silverman0bca3ba2014-03-26 14:07:55 -070025 'target_name': 'output_check',
26 'type': 'static_library',
27 'sources': [
28 'output_check.q',
29 ],
brians343bc112013-02-10 01:53:46 +000030 'variables': {
31 'header_path': 'frc971/queues',
32 },
brians343bc112013-02-10 01:53:46 +000033 'includes': ['../../aos/build/queues.gypi'],
34 },
35 ],
36}