Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'auto_queue', |
| 5 | 'type': 'static_library', |
| 6 | 'sources': ['auto.q'], |
| 7 | 'variables': { |
| 8 | 'header_path': 'frc971/autonomous', |
| 9 | }, |
| 10 | 'dependencies': [ |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 11 | '<(AOS)/common/common.gyp:queues', |
| 12 | ], |
| 13 | 'export_dependent_settings': [ |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 14 | '<(AOS)/common/common.gyp:queues', |
| 15 | ], |
| 16 | 'includes': ['../../aos/build/queues.gypi'], |
| 17 | }, |
| 18 | { |
| 19 | 'target_name': 'auto_lib', |
| 20 | 'type': 'static_library', |
| 21 | 'sources': [ |
| 22 | 'auto.cc', |
| 23 | ], |
| 24 | 'dependencies': [ |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 25 | 'auto_queue', |
| 26 | '<(AOS)/common/common.gyp:controls', |
Austin Schuh | 6be011a | 2013-03-19 10:07:02 +0000 | [diff] [blame] | 27 | '<(DEPTH)/frc971/control_loops/drivetrain/drivetrain.gyp:drivetrain_loop', |
Brian Silverman | 431500a | 2013-10-28 19:50:15 -0700 | [diff] [blame] | 28 | '<(DEPTH)/frc971/frc971.gyp:constants', |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 29 | '<(AOS)/common/common.gyp:time', |
| 30 | '<(AOS)/common/common.gyp:timing', |
Austin Schuh | 6be011a | 2013-03-19 10:07:02 +0000 | [diff] [blame] | 31 | '<(AOS)/common/util/util.gyp:trapezoid_profile', |
Brian Silverman | 598800f | 2013-05-09 17:08:42 -0700 | [diff] [blame] | 32 | '<(AOS)/build/aos.gyp:logging', |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 33 | ], |
| 34 | 'export_dependent_settings': [ |
| 35 | '<(AOS)/common/common.gyp:controls', |
| 36 | ], |
| 37 | }, |
| 38 | { |
| 39 | 'target_name': 'auto', |
| 40 | 'type': 'executable', |
| 41 | 'sources': [ |
| 42 | 'auto_main.cc', |
| 43 | ], |
| 44 | 'dependencies': [ |
Brian Silverman | 14fd0fb | 2014-01-14 21:42:01 -0800 | [diff] [blame] | 45 | '<(AOS)/linux_code/linux_code.gyp:init', |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 46 | 'auto_queue', |
| 47 | 'auto_lib', |
| 48 | ], |
| 49 | }, |
| 50 | ], |
| 51 | } |