diff options
Diffstat (limited to 'xbmc/addons/Makefile')
| -rw-r--r-- | xbmc/addons/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/xbmc/addons/Makefile b/xbmc/addons/Makefile new file mode 100644 index 0000000..4cf5b17 --- /dev/null +++ b/xbmc/addons/Makefile | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SRCS=Addon.cpp \ | ||
| 2 | AddonCallbacks.cpp \ | ||
| 3 | AddonCallbacksAddon.cpp \ | ||
| 4 | AddonCallbacksCodec.cpp \ | ||
| 5 | AddonCallbacksGUI.cpp \ | ||
| 6 | AddonCallbacksPVR.cpp \ | ||
| 7 | AddonDatabase.cpp \ | ||
| 8 | AddonInstaller.cpp \ | ||
| 9 | AddonManager.cpp \ | ||
| 10 | AddonStatusHandler.cpp \ | ||
| 11 | AddonVersion.cpp \ | ||
| 12 | AudioEncoder.cpp \ | ||
| 13 | ContextItemAddon.cpp \ | ||
| 14 | GUIDialogAddonInfo.cpp \ | ||
| 15 | GUIDialogAddonSettings.cpp \ | ||
| 16 | GUIViewStateAddonBrowser.cpp \ | ||
| 17 | GUIWindowAddonBrowser.cpp \ | ||
| 18 | PluginSource.cpp \ | ||
| 19 | Repository.cpp \ | ||
| 20 | Scraper.cpp \ | ||
| 21 | ScreenSaver.cpp \ | ||
| 22 | Service.cpp \ | ||
| 23 | Skin.cpp \ | ||
| 24 | Visualisation.cpp \ | ||
| 25 | Webinterface.cpp \ | ||
| 26 | |||
| 27 | LIB=addons.a | ||
| 28 | |||
| 29 | include ../../Makefile.include | ||
| 30 | -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS))) | ||
| 31 | |||
