blob: b428dc20fe54db658e0418041483e7f7e952d03b [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',
Daniel Petti3fe36542013-09-25 04:18:24 +000027 '<(DEPTH)/frc971/queues/queues.gyp:queues',
Daniel Petti3fe36542013-09-25 04:18:24 +000028 '<(AOS)/atom_code/atom_code.gyp:init',
Daniel Petti3fe36542013-09-25 04:18:24 +000029 '<(AOS)/build/aos.gyp:logging',
Daniel Petti0663d302013-10-27 05:39:39 +000030 '<(AOS)/common/util/util.gyp:wrapping_counter',
31 'usb_receiver',
Daniel Petti3fe36542013-09-25 04:18:24 +000032 ],
33 },
34 {
Daniel Petti0663d302013-10-27 05:39:39 +000035 'target_name': 'usb_receiver',
36 'type': 'static_library',
Daniel Petti3fe36542013-09-25 04:18:24 +000037 'sources': [
Daniel Petti0663d302013-10-27 05:39:39 +000038 '<(DEPTH)/frc971/input/usb_receiver.cc',
Daniel Petti3fe36542013-09-25 04:18:24 +000039 ],
40 'dependencies': [
Daniel Petti3fe36542013-09-25 04:18:24 +000041 '<(DEPTH)/gyro_board/src/libusb-driver/libusb-driver.gyp:libusb_wrap',
Daniel Petti3fe36542013-09-25 04:18:24 +000042 '<(AOS)/build/aos.gyp:logging',
Daniel Petti0663d302013-10-27 05:39:39 +000043 '<(AOS)/common/util/util.gyp:wrapping_counter',
Daniel Petti3fe36542013-09-25 04:18:24 +000044 '<(AOS)/common/common.gyp:time',
Daniel Petti0663d302013-10-27 05:39:39 +000045 '<(AOS)/common/common.gyp:controls',
Daniel Petti3fe36542013-09-25 04:18:24 +000046 ],
Daniel Petti0663d302013-10-27 05:39:39 +000047 'export_dependent_settings': [
48 '<(DEPTH)/gyro_board/src/libusb-driver/libusb-driver.gyp:libusb_wrap',
49 '<(AOS)/common/util/util.gyp:wrapping_counter',
50 '<(AOS)/common/common.gyp:time',
Daniel Petti3fe36542013-09-25 04:18:24 +000051 ],
52 },
53 ],
54}