2010-02-01 15:10:06 +01:00
|
|
|
# USE .subdir AND .depends !
|
|
|
|
# OTHERWISE PLUGINS WILL BUILD IN WRONG ORDER (DIRECTORIES ARE COMPILED IN PARALLEL)
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
2010-03-21 14:44:00 +01:00
|
|
|
SUBDIRS = plugin_coreplugin
|
2010-03-08 02:45:42 +01:00
|
|
|
|
|
|
|
# Blank Template Plugin, not compiled by default
|
2010-03-08 03:22:21 +01:00
|
|
|
#SUBDIRS += plugin_donothing
|
|
|
|
#plugin_donothing.subdir = donothing
|
|
|
|
#plugin_donothing.depends = plugin_coreplugin
|
2010-03-08 02:45:42 +01:00
|
|
|
|
2010-06-23 03:59:12 +02:00
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
# Core plugin
|
2010-02-01 15:10:06 +01:00
|
|
|
plugin_coreplugin.subdir = coreplugin
|
|
|
|
|
2010-06-23 06:07:05 +02:00
|
|
|
# Empty UAVGadget - Default for new splits
|
|
|
|
plugin_emptygadget.subdir = emptygadget
|
|
|
|
plugin_emptygadget.depends = plugin_coreplugin
|
|
|
|
SUBDIRS += plugin_emptygadget
|
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
# Welcome plugin
|
2010-02-01 15:10:06 +01:00
|
|
|
plugin_welcome.subdir = welcome
|
|
|
|
plugin_welcome.depends = plugin_coreplugin
|
2010-03-21 14:44:00 +01:00
|
|
|
SUBDIRS += plugin_welcome
|
2010-02-01 15:10:06 +01:00
|
|
|
|
2010-04-11 23:08:46 +02:00
|
|
|
# RawHID connection plugin
|
2010-03-15 23:09:47 +01:00
|
|
|
SUBDIRS += plugin_rawhid
|
|
|
|
plugin_rawhid.subdir = rawhid
|
|
|
|
plugin_rawhid.depends = plugin_coreplugin
|
|
|
|
|
2010-04-11 23:08:46 +02:00
|
|
|
# Serial port connection plugin
|
|
|
|
SUBDIRS += plugin_serial
|
|
|
|
plugin_serial.subdir = serialconnection
|
|
|
|
plugin_serial.depends = plugin_coreplugin
|
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
# UAVObjects plugin
|
2010-03-11 22:41:19 +01:00
|
|
|
SUBDIRS += plugin_uavobjects
|
|
|
|
plugin_uavobjects.subdir = uavobjects
|
|
|
|
plugin_uavobjects.depends = plugin_coreplugin
|
2010-03-10 14:25:12 +01:00
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
# UAVTalk plugin
|
2010-03-11 22:41:19 +01:00
|
|
|
SUBDIRS += plugin_uavtalk
|
|
|
|
plugin_uavtalk.subdir = uavtalk
|
|
|
|
plugin_uavtalk.depends = plugin_uavobjects
|
|
|
|
plugin_uavtalk.depends += plugin_coreplugin
|
2010-03-10 14:25:12 +01:00
|
|
|
|
2010-06-16 10:35:32 +02:00
|
|
|
# OPMap UAVGadget
|
|
|
|
plugin_opmap.subdir = opmap
|
|
|
|
plugin_opmap.depends = plugin_coreplugin
|
2011-01-29 01:01:20 +01:00
|
|
|
plugin_opmap.depends += plugin_uavobjects
|
2011-02-21 14:21:02 +01:00
|
|
|
plugin_opmap.depends += plugin_uavobjectutil
|
2010-06-16 10:35:32 +02:00
|
|
|
SUBDIRS += plugin_opmap
|
2010-06-14 21:34:04 +02:00
|
|
|
|
2010-03-19 18:35:07 +01:00
|
|
|
# Scope UAVGadget
|
2010-03-21 14:44:00 +01:00
|
|
|
plugin_scope.subdir = scope
|
|
|
|
plugin_scope.depends = plugin_coreplugin
|
2011-01-29 01:01:20 +01:00
|
|
|
plugin_scope.depends += plugin_uavobjects
|
2010-03-21 14:44:00 +01:00
|
|
|
SUBDIRS += plugin_scope
|
2010-03-19 18:35:07 +01:00
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
# UAVObject Browser gadget
|
2010-04-07 21:50:02 +02:00
|
|
|
plugin_uavobjectbrowser.subdir = uavobjectbrowser
|
|
|
|
plugin_uavobjectbrowser.depends = plugin_coreplugin
|
2011-01-29 01:01:20 +01:00
|
|
|
plugin_uavobjectbrowser.depends += plugin_uavobjects
|
2010-04-07 21:50:02 +02:00
|
|
|
SUBDIRS += plugin_uavobjectbrowser
|
|
|
|
|
2010-05-30 04:12:53 +02:00
|
|
|
# ModelView UAVGadget
|
|
|
|
plugin_modelview.subdir = modelview
|
|
|
|
plugin_modelview.depends = plugin_coreplugin
|
2011-01-29 01:01:20 +01:00
|
|
|
plugin_modelview.depends += plugin_uavobjects
|
2010-05-30 04:12:53 +02:00
|
|
|
SUBDIRS += plugin_modelview
|
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
#Uploader gadget
|
2010-04-11 01:01:59 +02:00
|
|
|
plugin_uploader.subdir = uploader
|
|
|
|
plugin_uploader.depends = plugin_coreplugin
|
2011-01-29 01:01:20 +01:00
|
|
|
plugin_uploader.depends += plugin_uavobjects
|
|
|
|
plugin_uploader.depends += plugin_rawhid
|
2010-04-11 01:01:59 +02:00
|
|
|
SUBDIRS += plugin_uploader
|
2010-04-19 08:38:03 +02:00
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
#Dial gadget
|
2010-06-28 09:53:23 +02:00
|
|
|
plugin_dial.subdir = dial
|
2010-06-26 19:32:38 +02:00
|
|
|
plugin_dial.depends = plugin_coreplugin
|
2011-01-29 01:01:20 +01:00
|
|
|
plugin_dial.depends += plugin_uavobjects
|
2010-06-26 19:32:38 +02:00
|
|
|
SUBDIRS += plugin_dial
|
2010-04-19 23:03:48 +02:00
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
#Linear Dial gadget
|
2010-05-05 01:09:39 +02:00
|
|
|
plugin_lineardial.subdir = lineardial
|
|
|
|
plugin_lineardial.depends = plugin_coreplugin
|
2011-01-29 01:01:20 +01:00
|
|
|
plugin_lineardial.depends += plugin_uavobjects
|
2010-05-05 01:09:39 +02:00
|
|
|
SUBDIRS += plugin_lineardial
|
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
#System Health gadget
|
2010-05-05 18:10:29 +02:00
|
|
|
plugin_systemhealth.subdir = systemhealth
|
|
|
|
plugin_systemhealth.depends = plugin_coreplugin
|
2011-01-29 01:01:20 +01:00
|
|
|
plugin_systemhealth.depends += plugin_uavobjects
|
2010-05-05 18:10:29 +02:00
|
|
|
SUBDIRS += plugin_systemhealth
|
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
#Notify gadget
|
2010-06-17 13:59:53 +02:00
|
|
|
plugin_notify.subdir = notify
|
|
|
|
plugin_notify.depends = plugin_coreplugin
|
2011-01-29 01:01:20 +01:00
|
|
|
plugin_notify.depends += plugin_uavobjects
|
2010-06-17 13:59:53 +02:00
|
|
|
SUBDIRS += plugin_notify
|
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
#Config gadget
|
2010-06-18 18:06:12 +02:00
|
|
|
plugin_config.subdir = config
|
|
|
|
plugin_config.depends = plugin_coreplugin
|
2011-01-29 01:01:20 +01:00
|
|
|
plugin_config.depends += plugin_uavobjects
|
2010-06-18 18:06:12 +02:00
|
|
|
SUBDIRS += plugin_config
|
2010-06-22 11:25:20 +02:00
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
#GPS Display gadget
|
2010-06-22 11:25:20 +02:00
|
|
|
plugin_gpsdisplay.subdir = gpsdisplay
|
|
|
|
plugin_gpsdisplay.depends = plugin_coreplugin
|
2011-01-29 01:01:20 +01:00
|
|
|
plugin_gpsdisplay.depends += plugin_uavtalk
|
2010-06-22 11:25:20 +02:00
|
|
|
SUBDIRS += plugin_gpsdisplay
|
2010-06-22 22:21:17 +02:00
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
# Primary Flight Display (PFD) gadget
|
2010-06-22 22:21:17 +02:00
|
|
|
plugin_pfd.subdir = pfd
|
|
|
|
plugin_pfd.depends = plugin_coreplugin
|
2011-01-29 01:01:20 +01:00
|
|
|
plugin_pfd.depends += plugin_uavobjects
|
2010-07-13 00:17:25 +02:00
|
|
|
SUBDIRS += plugin_pfd
|
2010-06-27 06:12:28 +02:00
|
|
|
|
2010-06-28 02:28:30 +02:00
|
|
|
#IP connection plugin
|
|
|
|
plugin_ipconnection.subdir = ipconnection
|
|
|
|
plugin_ipconnection.depends = plugin_coreplugin
|
|
|
|
SUBDIRS += plugin_ipconnection
|
2010-06-28 20:47:58 +02:00
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
#HITLNEW Simulation gadget
|
2010-08-31 12:24:18 +02:00
|
|
|
plugin_hitlnew.subdir = hitlnew
|
|
|
|
plugin_hitlnew.depends = plugin_coreplugin
|
|
|
|
plugin_hitlnew.depends += plugin_uavobjects
|
|
|
|
plugin_hitlnew.depends += plugin_uavtalk
|
|
|
|
SUBDIRS += plugin_hitlnew
|
2010-06-28 20:47:58 +02:00
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
# Export and Import GCS Configuration
|
2010-08-05 19:25:27 +02:00
|
|
|
plugin_importexport.subdir = importexport
|
|
|
|
plugin_importexport.depends = plugin_coreplugin
|
|
|
|
SUBDIRS += plugin_importexport
|
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
# Telemetry data logging plugin
|
2010-08-31 11:09:16 +02:00
|
|
|
plugin_logging.subdir = logging
|
|
|
|
plugin_logging.depends = plugin_coreplugin
|
2010-09-22 07:28:20 +02:00
|
|
|
plugin_logging.depends += plugin_uavobjects
|
|
|
|
plugin_logging.depends += plugin_uavtalk
|
2010-09-22 08:11:34 +02:00
|
|
|
SUBDIRS += plugin_logging
|
2010-08-31 11:09:16 +02:00
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
#GCS Control of UAV gadget
|
2010-07-19 08:20:13 +02:00
|
|
|
plugin_gcscontrol.subdir = gcscontrol
|
|
|
|
plugin_gcscontrol.depends = plugin_coreplugin
|
|
|
|
plugin_gcscontrol.depends += plugin_uavobjects
|
|
|
|
plugin_gcscontrol.depends += plugin_uavtalk
|
2010-10-01 15:45:24 +02:00
|
|
|
SUBDIRS += plugin_gcscontrol
|
2010-09-26 05:06:37 +02:00
|
|
|
|
2010-11-29 17:41:53 +01:00
|
|
|
# Antenna tracker
|
|
|
|
#plugin_antennatrack.subdir = antennatrack
|
|
|
|
#plugin_antennatrack.depends = plugin_coreplugin
|
2011-01-29 01:01:20 +01:00
|
|
|
#plugin_antennatrack.depends += plugin_uavtalk
|
2010-11-29 17:41:53 +01:00
|
|
|
#SUBDIRS += plugin_antennatrack
|
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
#PipXtreme gadget
|
2011-02-01 23:59:18 +01:00
|
|
|
plugin_pipxtreme.subdir = pipxtreme
|
|
|
|
plugin_pipxtreme.depends = plugin_coreplugin
|
|
|
|
plugin_pipxtreme.depends += plugin_uavobjects
|
|
|
|
plugin_pipxtreme.depends += plugin_rawhid
|
|
|
|
SUBDIRS += plugin_pipxtreme
|
2011-01-21 13:36:05 +01:00
|
|
|
|
2011-02-21 14:21:02 +01:00
|
|
|
#Scope OpenGL Gadget
|
|
|
|
#plugin_scopeogl.subdir = scopeogl
|
|
|
|
#plugin_scopeogl.depends = plugin_coreplugin
|
|
|
|
#plugin_scopeogl.depends += plugin_uavobjects
|
|
|
|
#SUBDIRS += plugin_scopeogl
|
|
|
|
|
|
|
|
# UAV Object Utility plugin
|
|
|
|
plugin_uavobjectutil.subdir = uavobjectutil
|
|
|
|
plugin_uavobjectutil.depends = plugin_coreplugin
|
|
|
|
plugin_uavobjectutil.depends += plugin_uavobjects
|
|
|
|
SUBDIRS += plugin_uavobjectutil
|
2011-01-29 00:46:37 +01:00
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
# Magic Waypoint gadget
|
2010-09-26 05:06:37 +02:00
|
|
|
plugin_magicwaypoint.subdir = magicwaypoint
|
|
|
|
plugin_magicwaypoint.depends = plugin_coreplugin
|
2011-03-16 09:04:44 +01:00
|
|
|
plugin_magicwaypoint.depends = plugin_uavobjects
|
2010-09-26 05:06:37 +02:00
|
|
|
SUBDIRS += plugin_magicwaypoint
|
2011-02-13 21:11:41 +01:00
|
|
|
|
2011-02-16 15:30:19 +01:00
|
|
|
# UAV Settings Import/Export plugin
|
2011-02-13 21:11:41 +01:00
|
|
|
plugin_uavsettingsimportexport.subdir = uavsettingsimportexport
|
|
|
|
plugin_uavsettingsimportexport.depends = plugin_coreplugin
|
2011-02-16 15:30:19 +01:00
|
|
|
plugin_uavsettingsimportexport.depends += plugin_uavobjects
|
2011-02-13 21:11:41 +01:00
|
|
|
SUBDIRS += plugin_uavsettingsimportexport
|
2011-03-20 16:55:43 +01:00
|
|
|
|
|
|
|
# Junsi Powerlog plugin
|
|
|
|
#plugin_powerlog.subdir = powerlog
|
|
|
|
#plugin_powerlog.depends = plugin_coreplugin
|
|
|
|
#plugin_powerlog.depends += plugin_rawhid
|
|
|
|
#SUBDIRS += plugin_powerlog
|