blob: 11dd524d4b1238a90a8e86366122c9f466e4d419 [file] [log] [blame]
{
'targets': [
{
'target_name': 'auto_queue',
'type': 'static_library',
'sources': ['auto.q'],
'variables': {
'header_path': 'bot3/autonomous',
},
'includes': ['../../aos/build/queues.gypi'],
},
{
'target_name': 'auto_lib',
'type': 'static_library',
'sources': [
'auto.cc',
],
'dependencies': [
'auto_queue',
'<(AOS)/common/controls/controls.gyp:control_loop',
'<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_queue',
'<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_lib',
'<(DEPTH)/bot3/actors/actors.gyp:drivetrain_action_lib',
'<(DEPTH)/bot3/control_loops/elevator/elevator.gyp:elevator_queue',
'<(DEPTH)/bot3/control_loops/intake/intake.gyp:intake_queue',
'<(AOS)/common/common.gyp:time',
'<(AOS)/common/util/util.gyp:phased_loop',
'<(AOS)/common/util/util.gyp:trapezoid_profile',
'<(AOS)/build/aos.gyp:logging',
'<(AOS)/common/logging/logging.gyp:queue_logging',
],
'export_dependent_settings': [
'<(AOS)/common/controls/controls.gyp:control_loop',
],
},
{
'target_name': 'auto_bot3',
'type': 'executable',
'sources': [
'auto_main.cc',
],
'dependencies': [
'<(AOS)/linux_code/linux_code.gyp:init',
'auto_queue',
'auto_lib',
],
},
],
}