diff options
| author | methodus <methodus@web.de> | 2012-11-15 19:02:14 +0100 |
|---|---|---|
| committer | methodus <methodus@web.de> | 2012-11-15 19:02:14 +0100 |
| commit | 50f35873ed654ef3b289859a46aeb52c59df59ee (patch) | |
| tree | 14b8aaaca680dfb72be68d5ab321f0110a2180c6 /plugins/provider/fileProvider/Makefile | |
| parent | 18080fafe37ccc18173099343ac06ce4d9ad7681 (diff) | |
| download | vdr-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/Makefile | 27 |
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 |
