brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'All', |
| 5 | 'type': 'none', |
| 6 | 'dependencies': [ |
| 7 | '<(AOS)/build/aos_all.gyp:Atom', |
| 8 | '../control_loops/control_loops.gyp:DriveTrain', |
Austin Schuh | a40624b | 2013-03-03 14:02:40 -0800 | [diff] [blame] | 9 | '../control_loops/wrist/wrist.gyp:wrist', |
| 10 | '../control_loops/wrist/wrist.gyp:wrist_lib_test', |
James Kuszmaul | b5e497c | 2013-03-02 15:14:13 -0800 | [diff] [blame] | 11 | '../control_loops/control_loops.gyp:hall_effect_lib_test', |
James Kuszmaul | 16bcb5f | 2013-03-03 14:50:07 -0800 | [diff] [blame^] | 12 | '../control_loops/angle_adjust/angle_adjust.gyp:angle_adjust', |
| 13 | '../control_loops/angle_adjust/angle_adjust.gyp:angle_adjust_lib_test', |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 14 | '../input/input.gyp:JoystickReader', |
| 15 | '../input/input.gyp:SensorReader', |
| 16 | '../input/input.gyp:GyroReader', |
| 17 | '../input/input.gyp:AutoMode', |
| 18 | '../output/output.gyp:MotorWriter', |
| 19 | '../output/output.gyp:CameraServer', |
| 20 | 'camera/camera.gyp:frc971', |
| 21 | ], |
| 22 | 'copies': [ |
| 23 | { |
| 24 | 'destination': '<(rsync_dir)', |
| 25 | 'files': [ |
| 26 | 'scripts/aos_module.ko', |
| 27 | 'scripts/start_list.txt', |
| 28 | ], |
| 29 | }, |
| 30 | ], |
| 31 | }, |
| 32 | ], |
| 33 | } |