blob: 8787a9a6c3f5098306903724a584dc7f3bde9150 [file] [log] [blame]
{
'targets': [
{
'target_name': 'constants',
'type': 'static_library',
'sources': [
'constants.cc',
],
'dependencies': [
'<(AOS)/build/aos.gyp:logging',
'<(AOS)/common/common.gyp:once',
'<(AOS)/common/network/network.gyp:team_number',
'<(DEPTH)/frc971/control_loops/control_loops.gyp:state_feedback_loop',
'<(DEPTH)/y2014/control_loops/drivetrain/drivetrain.gyp:polydrivetrain_plants',
],
'export_dependent_settings': [
'<(DEPTH)/frc971/control_loops/control_loops.gyp:state_feedback_loop',
],
},
{
'target_name': 'joystick_reader',
'type': 'executable',
'sources': [
'joystick_reader.cc',
],
'dependencies': [
'<(AOS)/prime/input/input.gyp:joystick_input',
'<(AOS)/linux_code/linux_code.gyp:init',
'<(AOS)/build/aos.gyp:logging',
'<(AOS)/common/common.gyp:time',
'<(AOS)/common/util/util.gyp:log_interval',
'<(AOS)/common/actions/actions.gyp:action_lib',
'<(DEPTH)/y2014/control_loops/drivetrain/drivetrain.gyp:drivetrain_queue',
'<(DEPTH)/y2014/y2014.gyp:constants',
'<(DEPTH)/frc971/queues/queues.gyp:gyro',
'<(DEPTH)/frc971/autonomous/autonomous.gyp:auto_queue',
'<(DEPTH)/y2014/control_loops/claw/claw.gyp:claw_queue',
'<(DEPTH)/y2014/control_loops/shooter/shooter.gyp:shooter_queue',
'<(DEPTH)/y2014/actors/actors.gyp:shoot_action_lib',
],
},
],
}