copied everything over from 2012 and removed all of the actual robot code except the drivetrain stuff
git-svn-id: https://robotics.mvla.net/svn/frc971/2013/trunk/src@4078 f308d9b7-e957-4cde-b6ac-9a88185e7312
diff --git a/frc971/atom_code/atom_code.gyp b/frc971/atom_code/atom_code.gyp
new file mode 100644
index 0000000..d727036
--- /dev/null
+++ b/frc971/atom_code/atom_code.gyp
@@ -0,0 +1,28 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'All',
+ 'type': 'none',
+ 'dependencies': [
+ '<(AOS)/build/aos_all.gyp:Atom',
+ '../control_loops/control_loops.gyp:DriveTrain',
+ '../input/input.gyp:JoystickReader',
+ '../input/input.gyp:SensorReader',
+ '../input/input.gyp:GyroReader',
+ '../input/input.gyp:AutoMode',
+ '../output/output.gyp:MotorWriter',
+ '../output/output.gyp:CameraServer',
+ 'camera/camera.gyp:frc971',
+ ],
+ 'copies': [
+ {
+ 'destination': '<(rsync_dir)',
+ 'files': [
+ 'scripts/aos_module.ko',
+ 'scripts/start_list.txt',
+ ],
+ },
+ ],
+ },
+ ],
+}