Comran Morshed | 0d6cf9b | 2015-06-17 19:29:57 +0000 | [diff] [blame] | 1 | { |
| 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 Morshed | 0d6cf9b | 2015-06-17 19:29:57 +0000 | [diff] [blame] | 14 | '<(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 Morshed | 0d6cf9b | 2015-06-17 19:29:57 +0000 | [diff] [blame] | 27 | '<(DEPTH)/frc971/control_loops/control_loops.gyp:queues', |
| 28 | '<(DEPTH)/frc971/wpilib/wpilib.gyp:logging_queue', |
Comran Morshed | 34f891d | 2015-09-15 22:04:43 +0000 | [diff] [blame] | 29 | '<(DEPTH)/bot3/autonomous/autonomous.gyp:auto_queue', |
Comran Morshed | 0d6cf9b | 2015-06-17 19:29:57 +0000 | [diff] [blame] | 30 | '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_lib', |
Comran Morshed | e140e38 | 2015-08-19 20:35:25 +0000 | [diff] [blame] | 31 | '<(DEPTH)/bot3/control_loops/elevator/elevator.gyp:elevator_lib', |
| 32 | '<(DEPTH)/bot3/control_loops/intake/intake.gyp:intake_lib', |
Comran Morshed | 0d6cf9b | 2015-06-17 19:29:57 +0000 | [diff] [blame] | 33 | ], |
| 34 | }, |
| 35 | ], |
| 36 | } |