diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-12 13:50:17 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-12 13:50:17 +0100 |
commit | e6d52e34555e971fa5c1c2ebc7baa5d19a51a9c7 (patch) | |
tree | 5e1027ebd23e9fa3b8964cf69a34446382267f44 /Make.config.template | |
parent | 188fe74c8a1c917179baaf9d296c6d4eedf22c6f (diff) | |
download | vdr-e6d52e34555e971fa5c1c2ebc7baa5d19a51a9c7.tar.gz vdr-e6d52e34555e971fa5c1c2ebc7baa5d19a51a9c7.tar.bz2 |
More Makefile changes
Diffstat (limited to 'Make.config.template')
-rw-r--r-- | Make.config.template | 32 |
1 files changed, 20 insertions, 12 deletions
diff --git a/Make.config.template b/Make.config.template index 34a049b5..f37f17f0 100644 --- a/Make.config.template +++ b/Make.config.template @@ -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.15 2013/01/06 18:48:29 kls Exp $ +# $Id: Make.config.template 2.16 2013/01/12 13:50:17 kls Exp $ ### The C compiler and options: @@ -24,9 +24,22 @@ endif ### The directory environment: -# Use this if you want to have a central place where you configure compile time -# parameters for plugins: -#PLGCFG = /etc/vdr/plugins.conf +# Default directories (adjust as necessary or desired): + +#PREFIX = /usr/local +#BINDIR = $(PREFIX)/bin +#INCDIR = $(PREFIX)/include +#LIBDIR = $(PREFIX)/lib/vdr +#LOCDIR = $(PREFIX)/share/locale +#MANDIR = $(PREFIX)/share/man +#PCDIR = $(PREFIX)/lib/pkgconfig +#RESDIR = $(PREFIX)/share/vdr + +#VIDEODIR = /srv/vdr/video +#CONFDIR = /var/lib/vdr +#CACHEDIR = /var/cache/vdr + +# Overrides for preset/legacy configurations: # Use 'make LCLBLD=1' to build locale and plugin files under the source directory: ifdef LCLBLD @@ -46,14 +59,9 @@ CONFDIR = $(VIDEODIR) RESDIR = $(VIDEODIR) endif -# Other directories: - -#PREFIX = /usr/local -#BINDIR = $(PREFIX)/bin -#DVBDIR = /usr/src/v4l-dvb/linux -#MANDIR = $(PREFIX)/man -#INCDIR = $(PREFIX)/include -#PCDIR = $(PREFIX)/lib/pkgconfig +# Use this if you want to have a central place where you configure compile time +# parameters for plugins: +#PLGCFG = $(CONFDIR)/plugins.conf ### The remote control: |