diff options
| author | manuel <manuel@mausz.at> | 2015-03-04 00:23:39 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2015-03-04 00:23:39 +0100 |
| commit | 9d11b08ad61b1f0d6d7023ce403285d8662efaed (patch) | |
| tree | 5bc0c947d9e10d3e8c9dc1e6b26f3d6599f0cea1 /xbmc/addons/Makefile | |
| parent | c159d9f91f1573901868100a9464527a5a71575b (diff) | |
| download | kodi-pvr-build-9d11b08ad61b1f0d6d7023ce403285d8662efaed.tar.gz kodi-pvr-build-9d11b08ad61b1f0d6d7023ce403285d8662efaed.tar.bz2 kodi-pvr-build-9d11b08ad61b1f0d6d7023ce403285d8662efaed.zip | |
sync with upstream
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 | |||
