summaryrefslogtreecommitdiff
path: root/plugins/profiler/vdrDVBProfiler/Makefile
blob: bfc8011c0664975fcbe2a588e60317fd4301ceb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Makefile for a UPnP subplugin
#
# $Id$
#

SUBPLUGIN = dvb
CATEGORY  = Profiler
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
	cp --remove-destination channelTitle.conf $(VDRCFGDIR)

uninstall:
	@$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _uninstall