blob: ea1f8d29d586b8c257e6dc5397a0fd39c3d1eca5 [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 Schuha40624b2013-03-03 14:02:40 -08009 '../control_loops/wrist/wrist.gyp:wrist',
10 '../control_loops/wrist/wrist.gyp:wrist_lib_test',
Austin Schuhc682d612013-03-03 14:32:52 -080011 '../control_loops/shooter/shooter.gyp:shooter_lib_test',
12 '../control_loops/shooter/shooter.gyp:shooter',
brians343bc112013-02-10 01:53:46 +000013 '../input/input.gyp:JoystickReader',
14 '../input/input.gyp:SensorReader',
15 '../input/input.gyp:GyroReader',
16 '../input/input.gyp:AutoMode',
17 '../output/output.gyp:MotorWriter',
18 '../output/output.gyp:CameraServer',
19 'camera/camera.gyp:frc971',
20 ],
21 'copies': [
22 {
23 'destination': '<(rsync_dir)',
24 'files': [
25 'scripts/aos_module.ko',
26 'scripts/start_list.txt',
27 ],
28 },
29 ],
30 },
31 ],
32}