diff --git a/libraries/AP_Math/examples/eulers/eulers.pde b/libraries/AP_Math/examples/eulers/eulers.cpp similarity index 100% rename from libraries/AP_Math/examples/eulers/eulers.pde rename to libraries/AP_Math/examples/eulers/eulers.cpp diff --git a/libraries/AP_Math/examples/eulers/make.inc b/libraries/AP_Math/examples/eulers/make.inc new file mode 100644 index 0000000000..b20141d400 --- /dev/null +++ b/libraries/AP_Math/examples/eulers/make.inc @@ -0,0 +1,32 @@ +LIBRARIES += AP_ADC +LIBRARIES += AP_ADC_AnalogSource +LIBRARIES += AP_AHRS +LIBRARIES += AP_Airspeed +LIBRARIES += AP_Baro +LIBRARIES += AP_BattMonitor +LIBRARIES += AP_Common +LIBRARIES += AP_Compass +LIBRARIES += AP_Declination +LIBRARIES += AP_GPS +LIBRARIES += AP_HAL +LIBRARIES += AP_HAL_AVR +LIBRARIES += AP_HAL_Empty +LIBRARIES += AP_HAL_Linux +LIBRARIES += AP_HAL_PX4 +LIBRARIES += AP_HAL_SITL +LIBRARIES += AP_InertialSensor +LIBRARIES += AP_Math +LIBRARIES += AP_Mission +LIBRARIES += AP_NavEKF +LIBRARIES += AP_Notify +LIBRARIES += AP_Param +LIBRARIES += AP_Progmem +LIBRARIES += AP_Rally +LIBRARIES += AP_RangeFinder +LIBRARIES += AP_Terrain +LIBRARIES += AP_Vehicle +LIBRARIES += DataFlash +LIBRARIES += Filter +LIBRARIES += GCS_MAVLink +LIBRARIES += SITL +LIBRARIES += StorageManager diff --git a/libraries/AP_Math/examples/location/location.pde b/libraries/AP_Math/examples/location/location.cpp similarity index 100% rename from libraries/AP_Math/examples/location/location.pde rename to libraries/AP_Math/examples/location/location.cpp diff --git a/libraries/AP_Math/examples/location/make.inc b/libraries/AP_Math/examples/location/make.inc new file mode 100644 index 0000000000..851f23e8b4 --- /dev/null +++ b/libraries/AP_Math/examples/location/make.inc @@ -0,0 +1,32 @@ +LIBRARIES += AP_ADC +LIBRARIES += AP_ADC_AnalogSource +LIBRARIES += AP_AHRS +LIBRARIES += AP_Airspeed +LIBRARIES += AP_Baro +LIBRARIES += AP_BattMonitor +LIBRARIES += AP_Common +LIBRARIES += AP_Compass +LIBRARIES += AP_Declination +LIBRARIES += AP_GPS +LIBRARIES += AP_HAL +LIBRARIES += AP_HAL_AVR +LIBRARIES += AP_HAL_Empty +LIBRARIES += AP_HAL_Linux +LIBRARIES += AP_HAL_SITL +LIBRARIES += AP_InertialSensor +LIBRARIES += AP_Math +LIBRARIES += AP_Mission +LIBRARIES += AP_NavEKF +LIBRARIES += AP_Notify +LIBRARIES += AP_OpticalFlow +LIBRARIES += AP_Param +LIBRARIES += AP_Progmem +LIBRARIES += AP_Rally +LIBRARIES += AP_RangeFinder +LIBRARIES += AP_Terrain +LIBRARIES += AP_Vehicle +LIBRARIES += DataFlash +LIBRARIES += Filter +LIBRARIES += GCS_MAVLink +LIBRARIES += SITL +LIBRARIES += StorageManager diff --git a/libraries/AP_Math/examples/polygon/make.inc b/libraries/AP_Math/examples/polygon/make.inc new file mode 100644 index 0000000000..1f96c6122a --- /dev/null +++ b/libraries/AP_Math/examples/polygon/make.inc @@ -0,0 +1,8 @@ +LIBRARIES += AP_Common +LIBRARIES += AP_HAL +LIBRARIES += AP_HAL_AVR +LIBRARIES += AP_HAL_Linux +LIBRARIES += AP_Math +LIBRARIES += AP_Param +LIBRARIES += AP_Progmem +LIBRARIES += StorageManager diff --git a/libraries/AP_Math/examples/polygon/polygon.pde b/libraries/AP_Math/examples/polygon/polygon.cpp similarity index 100% rename from libraries/AP_Math/examples/polygon/polygon.pde rename to libraries/AP_Math/examples/polygon/polygon.cpp diff --git a/libraries/AP_Menu/examples/menu/make.inc b/libraries/AP_Menu/examples/menu/make.inc new file mode 100644 index 0000000000..cc23031498 --- /dev/null +++ b/libraries/AP_Menu/examples/menu/make.inc @@ -0,0 +1,8 @@ +LIBRARIES += AP_Common +LIBRARIES += AP_HAL +LIBRARIES += AP_HAL_AVR +LIBRARIES += AP_Math +LIBRARIES += AP_Menu +LIBRARIES += AP_Param +LIBRARIES += AP_Progmem +LIBRARIES += StorageManager diff --git a/libraries/AP_Menu/examples/menu/menu.pde b/libraries/AP_Menu/examples/menu/menu.cpp similarity index 100% rename from libraries/AP_Menu/examples/menu/menu.pde rename to libraries/AP_Menu/examples/menu/menu.cpp