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/camera/camera.gyp b/frc971/atom_code/camera/camera.gyp
new file mode 100644
index 0000000..6dc9530
--- /dev/null
+++ b/frc971/atom_code/camera/camera.gyp
@@ -0,0 +1,30 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'frc971_camera',
+ 'variables': {
+ 'srcdirs': ['.'],
+ 'manifest': 'frc971_camera.mf',
+ },
+ 'dependencies': [
+ '<(AOS)/atom_code/camera/camera.gyp:aos_camera',
+ '<(DEPTH)/frc971/queues/queues.gyp:frc971_queues_so',
+ ],
+ 'export_dependent_settings': [
+ '<(AOS)/atom_code/camera/camera.gyp:aos_camera',
+ '<(DEPTH)/frc971/queues/queues.gyp:frc971_queues_so',
+ ],
+ 'includes': ['../../../aos/build/java.gypi'],
+ },
+ {
+ 'target_name': 'frc971',
+ 'variables': {
+ 'main_jar': 'frc971_camera',
+ },
+ 'dependencies': [
+ 'frc971_camera',
+ ],
+ 'includes': ['../../../aos/build/onejar.gypi'],
+ },
+ ],
+}