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
|
|
|
|
|
|
|
|
SUBDIRS = plugin_coreplugin \
|
2010-03-10 14:25:12 +01:00
|
|
|
plugin_welcome \
|
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
|
|
|
|
|
|
|
# Core Plugin
|
2010-02-01 15:10:06 +01:00
|
|
|
plugin_coreplugin.subdir = coreplugin
|
|
|
|
|
2010-03-08 02:45:42 +01:00
|
|
|
# Welcome Plugin
|
2010-02-01 15:10:06 +01:00
|
|
|
plugin_welcome.subdir = welcome
|
|
|
|
plugin_welcome.depends = plugin_coreplugin
|
|
|
|
|
2010-03-10 14:25:12 +01:00
|
|
|
# UAVObjects plug-in
|
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
|
|
|
|
|
|
|
# UAVTalk plug-in
|
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-03-09 22:20:19 +01:00
|
|
|
|