blob: 81f2e9a5badfdd4b19fb1ab2d78b4432ce03dbb5 [file] [log] [blame]
Comran Morshed0d6cf9b2015-06-17 19:29:57 +00001{
2 'targets': [
3 {
4 'target_name': 'wpilib_interface_bot3',
5 'type': 'executable',
6 'sources': [
7 'wpilib_interface.cc'
8 ],
9 'dependencies': [
10 '<(AOS)/linux_code/linux_code.gyp:init',
11 '<(AOS)/common/common.gyp:stl_mutex',
12 '<(AOS)/build/aos.gyp:logging',
13 '<(EXTERNALS):WPILib',
Comran Morshed0d6cf9b2015-06-17 19:29:57 +000014 '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_queue',
15 '<(AOS)/common/controls/controls.gyp:control_loop',
16 '<(AOS)/common/util/util.gyp:log_interval',
17 '<(AOS)/common/common.gyp:time',
18 '<(AOS)/common/logging/logging.gyp:queue_logging',
19 '<(AOS)/common/messages/messages.gyp:robot_state',
20 '<(AOS)/common/util/util.gyp:phased_loop',
21 '<(AOS)/common/messages/messages.gyp:robot_state',
22 '<(DEPTH)/frc971/wpilib/wpilib.gyp:hall_effect',
23 '<(DEPTH)/frc971/wpilib/wpilib.gyp:joystick_sender',
24 '<(DEPTH)/frc971/wpilib/wpilib.gyp:loop_output_handler',
25 '<(DEPTH)/frc971/wpilib/wpilib.gyp:buffered_pcm',
26 '<(DEPTH)/frc971/wpilib/wpilib.gyp:gyro_sender',
Comran Morshed0d6cf9b2015-06-17 19:29:57 +000027 '<(DEPTH)/frc971/control_loops/control_loops.gyp:queues',
28 '<(DEPTH)/frc971/wpilib/wpilib.gyp:logging_queue',
Comran Morshed34f891d2015-09-15 22:04:43 +000029 '<(DEPTH)/bot3/autonomous/autonomous.gyp:auto_queue',
Comran Morshed0d6cf9b2015-06-17 19:29:57 +000030 '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_lib',
Comran Morshede140e382015-08-19 20:35:25 +000031 '<(DEPTH)/bot3/control_loops/elevator/elevator.gyp:elevator_lib',
32 '<(DEPTH)/bot3/control_loops/intake/intake.gyp:intake_lib',
Comran Morshed0d6cf9b2015-06-17 19:29:57 +000033 ],
34 },
35 ],
36}