aboutsummaryrefslogtreecommitdiff
path: root/xbmc/interfaces/python/xbmcmodule/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/interfaces/python/xbmcmodule/Makefile.in')
-rw-r--r--xbmc/interfaces/python/xbmcmodule/Makefile.in43
1 files changed, 43 insertions, 0 deletions
diff --git a/xbmc/interfaces/python/xbmcmodule/Makefile.in b/xbmc/interfaces/python/xbmcmodule/Makefile.in
new file mode 100644
index 0000000000..be956f34d0
--- /dev/null
+++ b/xbmc/interfaces/python/xbmcmodule/Makefile.in
@@ -0,0 +1,43 @@
+SRCS=action.cpp \
+ control.cpp \
+ controlbutton.cpp \
+ controlcheckmark.cpp \
+ controlfadelabel.cpp \
+ controlgroup.cpp \
+ controlimage.cpp \
+ controllabel.cpp \
+ controllist.cpp \
+ controlprogress.cpp \
+ controlradiobutton.cpp \
+ controlslider.cpp \
+ controlspin.cpp \
+ controltextbox.cpp \
+ dialog.cpp \
+ GUIPythonWindow.cpp \
+ GUIPythonWindowDialog.cpp \
+ GUIPythonWindowXML.cpp \
+ GUIPythonWindowXMLDialog.cpp \
+ infotagmusic.cpp \
+ infotagvideo.cpp \
+ keyboard.cpp \
+ listitem.cpp \
+ player.cpp \
+ pyplaylist.cpp \
+ PythonAddon.cpp \
+ PythonPlayer.cpp \
+ pyutil.cpp \
+ window.cpp \
+ winxml.cpp \
+ winxmldialog.cpp \
+ xbmcaddonmodule.cpp \
+ xbmcguimodule.cpp \
+ xbmcmodule.cpp \
+ xbmcplugin.cpp \
+ xbmcvfsmodule.cpp \
+
+LIB=xbmcmodule.a
+
+INCLUDES+= @PYTHON_CPPFLAGS@
+
+include @abs_top_srcdir@/Makefile.include
+-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))