blob: 9c6c38cb644c2060e04b6bad5772ce33ad4a8f81 [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 {
Brian Silverman6f621542014-04-06 16:00:41 -070010 'target_name': 'hot_goal',
11 'type': 'static_library',
12 'sources': [
13 'hot_goal.q',
14 ],
15 'variables': {
16 'header_path': 'frc971/queues',
17 },
18 'includes': ['../../aos/build/queues.gypi'],
19 },
20 {
brians343bc112013-02-10 01:53:46 +000021 'target_name': 'queues',
22 'type': 'static_library',
23 'sources': ['<@(queue_files)'],
24 'variables': {
25 'header_path': 'frc971/queues',
26 },
brians343bc112013-02-10 01:53:46 +000027 'includes': ['../../aos/build/queues.gypi'],
28 },
brians343bc112013-02-10 01:53:46 +000029 ],
30}