blob: 8004da320c28b81a9a6b96121695bc89e9930be8 [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',
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}