2 # User defined Makefile options for the Video Disk Recorder
4 # Copy this file to 'Make.config' and change the parameters as necessary.
6 # See the main source file 'vdr.c' for copyright information and
7 # how to reach the author.
9 # $Id: Make.config.template 1.16 2008/01/13 12:54:09 kls Exp $
11 ### The C compiler and options:
17 CXXFLAGS = -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses
24 ### The directory environment:
26 #DVBDIR = /usr/src/v4l-dvb/linux
27 MANDIR = /usr/share/man
30 LOCDIR = /usr/share/locale
32 PLUGINLIBDIR = /usr/lib/vdr
33 VIDEODIR = /var/spool/video
36 ### The remote control:
37 # NB. From lirc 0.8.6 on the lirc socket is no longer /dev/lirc
38 LIRC_DEVICE = /var/run/lirc/lircd
39 RCU_DEVICE = /dev/ttyS1
41 ## Define if you want vdr to not run as root
44 ### You don't need to touch the following:
47 INCLUDES += -I$(DVBDIR)/include