blob: e0f9bb20455ae5c35103a280006b2837aaf73032 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
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 Schuh464ee1a2013-03-01 22:37:39 -08009 '../control_loops/control_loops.gyp:wrist',
Austin Schuhdc1c84a2013-02-23 16:33:10 -080010 '../control_loops/control_loops.gyp:wrist_lib_test',
brians343bc112013-02-10 01:53:46 +000011 '../input/input.gyp:JoystickReader',
12 '../input/input.gyp:SensorReader',
13 '../input/input.gyp:GyroReader',
14 '../input/input.gyp:AutoMode',
15 '../output/output.gyp:MotorWriter',
16 '../output/output.gyp:CameraServer',
17 'camera/camera.gyp:frc971',
18 ],
19 'copies': [
20 {
21 'destination': '<(rsync_dir)',
22 'files': [
23 'scripts/aos_module.ko',
24 'scripts/start_list.txt',
25 ],
26 },
27 ],
28 },
29 ],
30}