summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2015-01-01Fixed a bug in the Makefile when installing plugins with LCLBLD=1Klaus Schmidinger
2014-04-14VDR now reads command line options from *.conf files in /etc/vdr/conf.dKlaus Schmidinger
2014-03-16Added support for systemd2.1.6Klaus Schmidinger
2013-08-21Added basic support for positioners to control steerable satellite dishesKlaus Schmidinger
2013-03-11The 'plugins' target of the VDR Makefile now also copies files matching the w...Klaus Schmidinger
2013-02-24Added a manual page for 'svdrpsend'Klaus Schmidinger
2013-02-17Using 'cat' instead of 'cp' to copy the Doxyfile to avoid problems in case Do...Klaus Schmidinger
2013-02-16Added '-p' to the cp command in the install-conf target of the MakefileKlaus Schmidinger
2013-01-27Added dependency on 'i18n' to 'install-i18n' in the VDR MakefileKlaus Schmidinger
2013-01-12More Makefile changesKlaus Schmidinger
2013-01-06Modified the Makefiles, by default VDR is now built according to the FHSKlaus Schmidinger
2012-12-30Checking "PKGCFG" instead of "Make.global" to see if a plugin uses an old sty...Klaus Schmidinger
2012-12-29Removed "include" from the DVBDIR setting in the VDR MakefileKlaus Schmidinger
2012-12-29Re-enabled building plugins that still use pre-version-1.7.34 MakefilesKlaus Schmidinger
2012-12-29Revoked 'Now using targets install-lib and install-i18n when building plugins...Klaus Schmidinger
2012-12-28Plugin Makefiles can now include a configuration file for compile time parame...Klaus Schmidinger
2012-12-27Using relative paths again when building plugins locallyKlaus Schmidinger
2012-12-27Added MANDIR to the vdr.pc fileKlaus Schmidinger
2012-12-27Now using targets "install-lib" and "install-i18n" when building plugins locallyKlaus Schmidinger
2012-12-27Changed "==" to "=" in the Makefile to make it POSIX styleKlaus Schmidinger
2012-12-27DVBDIR is now conveyed to plugins via the CFLAGS; removed some redundancy fro...Klaus Schmidinger
2012-12-27Making sure that plugins include the VDR header files from the actual VDR sou...Klaus Schmidinger
2012-12-23DESTDIR is now used in 'install-plugins'Klaus Schmidinger
2012-12-22Plugin Makefiles now use DESTDIR and the 'install' programKlaus Schmidinger
2012-12-21Fixed CDEFINESKlaus Schmidinger
2012-12-21The plugin Makefiles now have a separate 'install' targetKlaus Schmidinger
2012-12-19Removed some redundancy in the Makefile/Make.global/Make.config mechanismKlaus Schmidinger
2012-12-18Added "-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" to t...Klaus Schmidinger
2012-10-09Fixed 'make install' to not overwrite existing configuration filesKlaus Schmidinger
2012-09-09Fixed handling default values for directoriesKlaus Schmidinger
2012-09-01Implemented FHS support; fixed handling config directory if only -v is givenKlaus Schmidinger
2012-06-02Implemented LCARS skinKlaus Schmidinger
2012-03-11Made the "overloaded-virtual" warning an error to detect hidden overloaded vi...Klaus Schmidinger
2012-02-27The code for the RCU remote control unit has been moved into a separate plugi...Klaus Schmidinger
2012-01-18Some improvements to the MakefilesKlaus Schmidinger
2012-01-14Added option -N to the msgmerge call in the MakefileKlaus Schmidinger
2011-12-04Changed the default location for the LIRC socket to /var/run/lirc/lircdKlaus Schmidinger
2011-12-04Removed the '.pl' suffix from all scriptsKlaus Schmidinger
2011-12-04Removed 'Requires: freetype2 fontconfig' from the vdr.pc targetKlaus Schmidinger
2011-12-04Added generating a pkg-config file to the MakefileKlaus Schmidinger
2011-05-21Now sorting the source file names in the call to xgettextKlaus Schmidinger
2011-04-17The Makefile now also installs the include filesKlaus Schmidinger
2011-04-17Now using pkg-config to get fribidi, freetype and fontconfig cflags and libsKlaus Schmidinger
2011-04-17Now using pkg-config to get fribidi cflags and libsKlaus Schmidinger
2011-02-27Changed the compiler optimization flag to -O3Klaus Schmidinger
2010-12-29The include path to the freetype2 header files is now retrieved via a call to...Klaus Schmidinger
2010-12-26Added LDFLAGS to the linker calls in the MakefilesKlaus Schmidinger
2010-10-24Passing package name and version to xgettextKlaus Schmidinger
2010-09-19Added support for languages that are written right-to-left1.7.16Klaus Schmidinger
2010-04-10Include paths are now added instead of overwriting INCLUDES in the MakefileKlaus Schmidinger