blob: 5beb3d0c8401b8a5655eccdc79d5fb84349ef2e9 [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 Petti1f448512013-10-19 19:35:55 +000013 '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_loop',
Daniel Petti3fe36542013-09-25 04:18:24 +000014 '<(DEPTH)/frc971/queues/queues.gyp:queues',
Daniel Petti1f448512013-10-19 19:35:55 +000015 '<(DEPTH)/bot3/autonomous/autonomous.gyp:auto_queue',
Daniel Petti3fe36542013-09-25 04:18:24 +000016 ],
17 },
18 {
19 'target_name': 'gyro_sensor_receiver',
20 'type': 'executable',
21 'sources': [
22 'gyro_sensor_receiver.cc',
23 ],
24 'dependencies': [
Daniel Petti1f448512013-10-19 19:35:55 +000025 '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_loop',
Daniel Petti3fe36542013-09-25 04:18:24 +000026 '<(DEPTH)/frc971/queues/queues.gyp:queues',
Daniel Petti3fe36542013-09-25 04:18:24 +000027 '<(AOS)/atom_code/atom_code.gyp:init',
28 '<(DEPTH)/gyro_board/src/libusb-driver/libusb-driver.gyp:libusb_wrap',
29 '<(EXTERNALS):libusb',
30 '<(AOS)/build/aos.gyp:logging',
31 '<(AOS)/common/common.gyp:time',
32 '<(AOS)/common/sensors/sensors.gyp:sensor_receiver',
33 ],
34 },
35 {
36 'target_name': 'gyro_board_reader',
37 'type': 'executable',
38 'sources': [
39 'gyro_board_reader.cc',
40 ],
41 'dependencies': [
Daniel Petti1f448512013-10-19 19:35:55 +000042 '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_loop',
Daniel Petti3fe36542013-09-25 04:18:24 +000043 '<(DEPTH)/frc971/queues/queues.gyp:queues',
Daniel Petti3fe36542013-09-25 04:18:24 +000044 '<(AOS)/atom_code/atom_code.gyp:init',
45 '<(DEPTH)/gyro_board/src/libusb-driver/libusb-driver.gyp:libusb_wrap',
46 '<(EXTERNALS):libusb',
47 '<(AOS)/build/aos.gyp:logging',
48 '<(AOS)/common/common.gyp:time',
49 '<(AOS)/common/common.gyp:timing',
50 ],
51 },
52 {
53 'target_name': 'gyro_reader',
54 'type': 'executable',
55 'sources': [
56 'gyro_reader.cc',
57 ],
58 'dependencies': [
59 '<(DEPTH)/frc971/queues/queues.gyp:queues',
60 '<(AOS)/atom_code/atom_code.gyp:init',
61 '<(AOS)/build/aos.gyp:logging',
62 ],
63 },
64 ],
65}