From 50f35873ed654ef3b289859a46aeb52c59df59ee Mon Sep 17 00:00:00 2001 From: methodus Date: Thu, 15 Nov 2012 19:02:14 +0100 Subject: Added file provider --- plugins/provider/fileProvider/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 plugins/provider/fileProvider/Makefile (limited to 'plugins/provider/fileProvider/Makefile') 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 -- cgit v1.2.3