blob: 3e1cfa7fb1b9b51aafb99f71080ff22c806681b3 [file] [log] [blame]
Daniel Petti3fe36542013-09-25 04:18:24 +00001{
2 'targets': [
3 {
4 'target_name': 'joystick_reader',
5 'type': 'executable',
6 'sources': [
7 'joystick_reader.cc',
8 ],
9 'dependencies': [
10 '<(AOS)/atom_code/input/input.gyp:joystick_input',
11 '<(AOS)/atom_code/atom_code.gyp:init',
12 '<(AOS)/build/aos.gyp:logging',
Daniel Petti0663d302013-10-27 05:39:39 +000013
Daniel Petti1f448512013-10-19 19:35:55 +000014 '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_loop',
Daniel Petti3fe36542013-09-25 04:18:24 +000015 '<(DEPTH)/frc971/queues/queues.gyp:queues',
Daniel Petti1f448512013-10-19 19:35:55 +000016 '<(DEPTH)/bot3/autonomous/autonomous.gyp:auto_queue',
Daniel Petti3fe36542013-09-25 04:18:24 +000017 ],
18 },
19 {
20 'target_name': 'gyro_sensor_receiver',
21 'type': 'executable',
22 'sources': [
23 'gyro_sensor_receiver.cc',
24 ],
25 'dependencies': [
Daniel Petti1f448512013-10-19 19:35:55 +000026 '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_loop',
James Kuszmaulf7f5ec12013-11-01 17:58:58 -070027 '<(DEPTH)/bot3/control_loops/shooter/shooter.gyp:shooter_loop',
Daniel Petti3fe36542013-09-25 04:18:24 +000028 '<(DEPTH)/frc971/queues/queues.gyp:queues',
Daniel Petti3fe36542013-09-25 04:18:24 +000029 '<(AOS)/atom_code/atom_code.gyp:init',
Daniel Petti3fe36542013-09-25 04:18:24 +000030 '<(AOS)/build/aos.gyp:logging',
Daniel Petti0663d302013-10-27 05:39:39 +000031 '<(AOS)/common/util/util.gyp:wrapping_counter',
32 'usb_receiver',
Daniel Petti3fe36542013-09-25 04:18:24 +000033 ],
34 },
35 {
Daniel Petti0663d302013-10-27 05:39:39 +000036 'target_name': 'usb_receiver',
37 'type': 'static_library',
Daniel Petti3fe36542013-09-25 04:18:24 +000038 'sources': [
Daniel Petti0663d302013-10-27 05:39:39 +000039 '<(DEPTH)/frc971/input/usb_receiver.cc',
Daniel Petti3fe36542013-09-25 04:18:24 +000040 ],
41 'dependencies': [
Daniel Petti3fe36542013-09-25 04:18:24 +000042 '<(DEPTH)/gyro_board/src/libusb-driver/libusb-driver.gyp:libusb_wrap',
Daniel Petti3fe36542013-09-25 04:18:24 +000043 '<(AOS)/build/aos.gyp:logging',
Daniel Petti0663d302013-10-27 05:39:39 +000044 '<(AOS)/common/util/util.gyp:wrapping_counter',
Daniel Petti3fe36542013-09-25 04:18:24 +000045 '<(AOS)/common/common.gyp:time',
Daniel Petti0663d302013-10-27 05:39:39 +000046 '<(AOS)/common/common.gyp:controls',
Daniel Petti3fe36542013-09-25 04:18:24 +000047 ],
Daniel Petti0663d302013-10-27 05:39:39 +000048 'export_dependent_settings': [
49 '<(DEPTH)/gyro_board/src/libusb-driver/libusb-driver.gyp:libusb_wrap',
50 '<(AOS)/common/util/util.gyp:wrapping_counter',
51 '<(AOS)/common/common.gyp:time',
Daniel Petti3fe36542013-09-25 04:18:24 +000052 ],
53 },
54 ],
55}