summaryrefslogtreecommitdiff
path: root/plugins/provider/fileProvider/Makefile
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-11-15 19:02:14 +0100
committermethodus <methodus@web.de>2012-11-15 19:02:14 +0100
commit50f35873ed654ef3b289859a46aeb52c59df59ee (patch)
tree14b8aaaca680dfb72be68d5ab321f0110a2180c6 /plugins/provider/fileProvider/Makefile
parent18080fafe37ccc18173099343ac06ce4d9ad7681 (diff)
downloadvdr-plugin-upnp-50f35873ed654ef3b289859a46aeb52c59df59ee.tar.gz
vdr-plugin-upnp-50f35873ed654ef3b289859a46aeb52c59df59ee.tar.bz2
Added file provider
Diffstat (limited to 'plugins/provider/fileProvider/Makefile')
-rw-r--r--plugins/provider/fileProvider/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/provider/fileProvider/Makefile b/plugins/provider/fileProvider/Makefile
new file mode 100644
index 0000000..c16064a
--- /dev/null
+++ b/plugins/provider/fileProvider/Makefile
@@ -0,0 +1,27 @@
+#
+# Makefile for a UPnP subplugin
+#
+# $Id$
+#
+
+SUBPLUGIN = file
+CATEGORY = Provider
+TARGET = $(SUBPLUGIN)-$(CATEGORY)
+
+OBJS = $(SUBPLUGIN)$(CATEGORY).o
+
+
+ROOTBUILDDIR = ../../..
+-include ../../../Make.config
+
+all:
+ @$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _all
+
+clean:
+ @$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _clean
+
+install:
+ @$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _install
+
+uninstall:
+ @$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _uninstall