blob: 471c2bace2f0743887b0deb305a983ac0c8850d6 [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',
13 '<(DEPTH)/frc971/input/input.gyp:JoystickReader',
14 '<(DEPTH)/frc971/input/input.gyp:GyroReader',
15 #'../input/input.gyp:AutoMode',
16 '<(DEPTH)/frc971/output/output.gyp:MotorWriter',
17 '<(DEPTH)/frc971/output/output.gyp:CameraServer',
18 #'camera/camera.gyp:frc971',
19 '<(DEPTH)/frc971/../gyro_board/src/libusb-driver/libusb-driver.gyp:get',
20 '<(DEPTH)/frc971/input/input.gyp:gyro_board_reader',
21 '<(DEPTH)/frc971/input/input.gyp:gyro_sensor_receiver',
22 ],
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}