blob: 2e1c0612a81ddc202588ff0de275f514c1a51a85 [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 Silverman6f621542014-04-06 16:00:41 -070025 'target_name': 'hot_goal',
26 'type': 'static_library',
27 'sources': [
28 'hot_goal.q',
29 ],
30 'variables': {
31 'header_path': 'frc971/queues',
32 },
33 'includes': ['../../aos/build/queues.gypi'],
34 },
35 {
Brian Silverman0bca3ba2014-03-26 14:07:55 -070036 'target_name': 'output_check',
37 'type': 'static_library',
38 'sources': [
39 'output_check.q',
40 ],
brians343bc112013-02-10 01:53:46 +000041 'variables': {
42 'header_path': 'frc971/queues',
43 },
brians343bc112013-02-10 01:53:46 +000044 'includes': ['../../aos/build/queues.gypi'],
45 },
46 ],
47}