diff options
Diffstat (limited to 'xbmc/addons/Makefile')
| -rw-r--r-- | xbmc/addons/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/xbmc/addons/Makefile b/xbmc/addons/Makefile deleted file mode 100644 index 4cf5b17..0000000 --- a/xbmc/addons/Makefile +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 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 | |||
