summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2020-12-31The Makefile now makes sure the 'x' bit of Doxyfile.filter is set before call...Klaus Schmidinger
2020-06-27Now adding CPPFLAGS to CXXFLAGS to allow extra preprocessor flags to be given...Klaus Schmidinger
2020-06-22Made the call to pkg_config configurable via the PKG_CONFIG macro, which is n...Klaus Schmidinger
2020-06-15Added failsafe defaults for 'make LCLBLD=1' to the MakefileKlaus Schmidinger
2020-06-03Added a missing '-D' to the 'plugins' target of the MakefileKlaus Schmidinger
2019-05-05Fixed the install target in case of multiple jobsKlaus Schmidinger
2017-05-29The Makefiles now use the macro $(Q) instead of a plain '@' in front of their...Klaus Schmidinger
2017-05-22No longer displaying the actual (lengthy) commands during the build processKlaus Schmidinger
2017-03-18Implemented support for MTDKlaus Schmidinger
2017-01-08Added a missing dependency to the Makefile to avoid error messages in the cle...Klaus Schmidinger
2016-12-22Fixed building VDR with systemd >= 230Klaus Schmidinger
2015-02-09Added an empty target to the Makefile to make sure the sub-make for libsi is ...Klaus Schmidinger
2015-02-02Added a missing VDRDIR="$(CWD)" to the clean-plugins target of the MakefileKlaus Schmidinger
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