From 58118ef9f0308819c49ae29da0e35a3907e65277 Mon Sep 17 00:00:00 2001 From: "james.goppert@gmail.com" Date: Sat, 9 Apr 2011 19:38:12 +0000 Subject: [PATCH] Eclipse makefile support for examples. git-svn-id: https://arducopter.googlecode.com/svn/trunk@1860 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- libraries/APM_BMP085/examples/APM_BMP085_test/Makefile | 2 ++ libraries/APM_RC/examples/APM_radio/Makefile | 2 ++ libraries/AP_GPS/examples/GPS_406_test/Makefile | 2 ++ libraries/AP_GPS/examples/GPS_AUTO_test/Makefile | 2 ++ libraries/AP_GPS/examples/GPS_MTK_test/Makefile | 2 ++ libraries/AP_GPS/examples/GPS_NMEA_test/Makefile | 2 ++ libraries/AP_GPS/examples/GPS_UBLOX_test/Makefile | 2 ++ libraries/AP_IMU/examples/AP_IMU/Makefile | 2 ++ libraries/AP_Navigation/examples/Navigation/Makefile | 2 ++ libraries/AP_Navigation/examples/Navigation_simple/Makefile | 2 ++ libraries/AP_RC/examples/AP_RC/Makefile | 2 ++ libraries/AP_RangeFinder/examples/AP_RangeFinder_test/Makefile | 2 ++ libraries/AP_RcChannel/examples/Manual/Makefile | 2 ++ libraries/AP_RcChannel/examples/ServoSweep/Makefile | 2 ++ libraries/DataFlash/examples/DataFlash_test/Makefile | 2 ++ libraries/GPS_IMU/examples/GPS_IMU_test/Makefile | 2 ++ libraries/GPS_MTK/examples/GPS_MTK_test/Makefile | 2 ++ libraries/GPS_NMEA/examples/GPS_NMEA_test/Makefile | 2 ++ libraries/GPS_UBLOX/examples/GPS_UBLOX_test/Makefile | 2 ++ libraries/PID/examples/pid/Makefile | 2 ++ libraries/RC_Channel/examples/RC_Channel/Makefile | 2 ++ libraries/RC_Channel/examples/RC_Channel2/Makefile | 2 ++ 22 files changed, 44 insertions(+) create mode 100644 libraries/APM_BMP085/examples/APM_BMP085_test/Makefile create mode 100644 libraries/APM_RC/examples/APM_radio/Makefile create mode 100644 libraries/AP_GPS/examples/GPS_406_test/Makefile create mode 100644 libraries/AP_GPS/examples/GPS_AUTO_test/Makefile create mode 100644 libraries/AP_GPS/examples/GPS_MTK_test/Makefile create mode 100644 libraries/AP_GPS/examples/GPS_NMEA_test/Makefile create mode 100644 libraries/AP_GPS/examples/GPS_UBLOX_test/Makefile create mode 100644 libraries/AP_IMU/examples/AP_IMU/Makefile create mode 100644 libraries/AP_Navigation/examples/Navigation/Makefile create mode 100644 libraries/AP_Navigation/examples/Navigation_simple/Makefile create mode 100644 libraries/AP_RC/examples/AP_RC/Makefile create mode 100644 libraries/AP_RangeFinder/examples/AP_RangeFinder_test/Makefile create mode 100644 libraries/AP_RcChannel/examples/Manual/Makefile create mode 100644 libraries/AP_RcChannel/examples/ServoSweep/Makefile create mode 100644 libraries/DataFlash/examples/DataFlash_test/Makefile create mode 100644 libraries/GPS_IMU/examples/GPS_IMU_test/Makefile create mode 100644 libraries/GPS_MTK/examples/GPS_MTK_test/Makefile create mode 100644 libraries/GPS_NMEA/examples/GPS_NMEA_test/Makefile create mode 100644 libraries/GPS_UBLOX/examples/GPS_UBLOX_test/Makefile create mode 100644 libraries/PID/examples/pid/Makefile create mode 100644 libraries/RC_Channel/examples/RC_Channel/Makefile create mode 100644 libraries/RC_Channel/examples/RC_Channel2/Makefile diff --git a/libraries/APM_BMP085/examples/APM_BMP085_test/Makefile b/libraries/APM_BMP085/examples/APM_BMP085_test/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/APM_BMP085/examples/APM_BMP085_test/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/APM_RC/examples/APM_radio/Makefile b/libraries/APM_RC/examples/APM_radio/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/APM_RC/examples/APM_radio/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/AP_GPS/examples/GPS_406_test/Makefile b/libraries/AP_GPS/examples/GPS_406_test/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/AP_GPS/examples/GPS_406_test/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/AP_GPS/examples/GPS_AUTO_test/Makefile b/libraries/AP_GPS/examples/GPS_AUTO_test/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/AP_GPS/examples/GPS_AUTO_test/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/AP_GPS/examples/GPS_MTK_test/Makefile b/libraries/AP_GPS/examples/GPS_MTK_test/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/AP_GPS/examples/GPS_MTK_test/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/AP_GPS/examples/GPS_NMEA_test/Makefile b/libraries/AP_GPS/examples/GPS_NMEA_test/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/AP_GPS/examples/GPS_NMEA_test/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/AP_GPS/examples/GPS_UBLOX_test/Makefile b/libraries/AP_GPS/examples/GPS_UBLOX_test/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/AP_GPS/examples/GPS_UBLOX_test/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/AP_IMU/examples/AP_IMU/Makefile b/libraries/AP_IMU/examples/AP_IMU/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/AP_IMU/examples/AP_IMU/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/AP_Navigation/examples/Navigation/Makefile b/libraries/AP_Navigation/examples/Navigation/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/AP_Navigation/examples/Navigation/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/AP_Navigation/examples/Navigation_simple/Makefile b/libraries/AP_Navigation/examples/Navigation_simple/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/AP_Navigation/examples/Navigation_simple/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/AP_RC/examples/AP_RC/Makefile b/libraries/AP_RC/examples/AP_RC/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/AP_RC/examples/AP_RC/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/AP_RangeFinder/examples/AP_RangeFinder_test/Makefile b/libraries/AP_RangeFinder/examples/AP_RangeFinder_test/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/AP_RangeFinder/examples/AP_RangeFinder_test/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/AP_RcChannel/examples/Manual/Makefile b/libraries/AP_RcChannel/examples/Manual/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/AP_RcChannel/examples/Manual/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/AP_RcChannel/examples/ServoSweep/Makefile b/libraries/AP_RcChannel/examples/ServoSweep/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/AP_RcChannel/examples/ServoSweep/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/DataFlash/examples/DataFlash_test/Makefile b/libraries/DataFlash/examples/DataFlash_test/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/DataFlash/examples/DataFlash_test/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/GPS_IMU/examples/GPS_IMU_test/Makefile b/libraries/GPS_IMU/examples/GPS_IMU_test/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/GPS_IMU/examples/GPS_IMU_test/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/GPS_MTK/examples/GPS_MTK_test/Makefile b/libraries/GPS_MTK/examples/GPS_MTK_test/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/GPS_MTK/examples/GPS_MTK_test/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/GPS_NMEA/examples/GPS_NMEA_test/Makefile b/libraries/GPS_NMEA/examples/GPS_NMEA_test/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/GPS_NMEA/examples/GPS_NMEA_test/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/GPS_UBLOX/examples/GPS_UBLOX_test/Makefile b/libraries/GPS_UBLOX/examples/GPS_UBLOX_test/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/GPS_UBLOX/examples/GPS_UBLOX_test/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/PID/examples/pid/Makefile b/libraries/PID/examples/pid/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/PID/examples/pid/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/RC_Channel/examples/RC_Channel/Makefile b/libraries/RC_Channel/examples/RC_Channel/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/RC_Channel/examples/RC_Channel/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk diff --git a/libraries/RC_Channel/examples/RC_Channel2/Makefile b/libraries/RC_Channel/examples/RC_Channel2/Makefile new file mode 100644 index 0000000000..85b4d8856b --- /dev/null +++ b/libraries/RC_Channel/examples/RC_Channel2/Makefile @@ -0,0 +1,2 @@ +BOARD = mega +include ../../../AP_Common/Arduino.mk