Plugin Makefiles can now include a configuration file for compile time parameters

This commit is contained in:
Klaus Schmidinger
2012-12-28 10:09:41 +01:00
parent f70414cf5b
commit acbe56f6d0
15 changed files with 83 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
# $Id: Make.config.template 2.13 2012/12/27 11:34:05 kls Exp $
# $Id: Make.config.template 2.14 2012/12/28 09:55:22 kls Exp $
### The C compiler and options:
@@ -30,6 +30,10 @@ PREFIX = /usr/local
MANDIR = $(PREFIX)/man
BINDIR = $(PREFIX)/bin
# Use this if you want to have a central place where you configure compile time
# parameters for plugins:
#PLGCFG = /etc/vdr/plugins.conf
# By default locale and plugin files are built under the source directory:
INCDIR = $(CWD)/include
LOCDIR = $(CWD)/locale