blob: 23f4e1fb8167f098c44df02767f4595e4ef98f54 [file] [log] [blame]
Daniel Petti4e591f72013-09-13 04:51:20 +00001{
2 'targets': [
3 {
4 'target_name': 'All',
5 'type': 'none',
6 'dependencies': [
7 '<(AOS)/build/aos_all.gyp:Atom',
8 '<(DEPTH)/frc971/control_loops/drivetrain/drivetrain.gyp:drivetrain',
9 '<(DEPTH)/frc971/control_loops/drivetrain/drivetrain.gyp:drivetrain_lib_test',
10 '<(DEPTH)/frc971/control_loops/shooter/shooter.gyp:shooter_lib_test',
11 '<(DEPTH)/frc971/control_loops/shooter/shooter.gyp:shooter',
12 '<(DEPTH)/frc971/autonomous/autonomous.gyp:auto',
Daniel Petti3fe36542013-09-25 04:18:24 +000013 '<(DEPTH)/bot3/input/input.gyp:joystick_reader',
14 '<(DEPTH)/bot3/input/input.gyp:gyro_reader',
Daniel Petti4e591f72013-09-13 04:51:20 +000015 #'../input/input.gyp:AutoMode',
16 '<(DEPTH)/frc971/output/output.gyp:MotorWriter',
17 '<(DEPTH)/frc971/output/output.gyp:CameraServer',
18 #'camera/camera.gyp:frc971',
Daniel Petti3fe36542013-09-25 04:18:24 +000019 '<(DEPTH)/gyro_board/src/libusb-driver/libusb-driver.gyp:get',
20 '<(DEPTH)/bot3/input/input.gyp:gyro_board_reader',
21 '<(DEPTH)/bot3/input/input.gyp:gyro_sensor_receiver',
Daniel Petti4e591f72013-09-13 04:51:20 +000022 ],
23 'copies': [
24 {
25 'destination': '<(rsync_dir)',
26 'files': [
27 'scripts/aos_module.ko',
28 'scripts/start_list.txt',
29 ],
30 },
31 ],
32 },
33 ],
34}