Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-25 | Improve Makefile printing | Jasmin Jessich | |
- Added global.mk with common makefile print macros. Use VERBOSE=1 on the command line to show executed commands. - Removed recursion printing of make. - Suppress “nothing to be done for 'all'” message from make. - gen_version_suffix.h is now always created. | |||
2017-05-18 | Makefile enhancements | Jasmin Jessich | |
- Speedup make by use of ":=" instead of "=". - Build "*.po" files only if a source file has been changed. - Make some targets PHONY. - Change subdir handling. - Build "*.po" and "*.mo" files only if it is required. - Install "*.mo" files and plugin "*.so" file only if they have been changed. | |||
2015-02-10 | Drop support for old tntnet versions: Removed support to read a tntnet ↵ | Dieter Hametner | |
config file. Only code internal configuration is used now. | |||
2015-02-09 | Change to VDR 2.x compatible Makefiles. This terminates the | Dieter Hametner | |
compatibility of the LIVE plugin with VDR versions < 1.7.37. This is based on a patch I received by the vdr-mailing-list user 'macmenot'. | |||
2013-02-23 | Fixed the 'dist' target of the Makefiles. | Dieter Hametner | |
2011-03-11 | Renamed FEATURES to PLUGINFEATURES in Makefiles. | Rolf Ahrenberg | |
2011-02-22 | Added support for HAVE_LIBPCRECPP. | Rolf Ahrenberg | |
2011-02-10 | Silenced compilation warnings related to internals of TNTNET library. | Rolf Ahrenberg | |
2007-01-04 | - added content type directive to precompiler calls | Sascha Volkenandt | |
2007-01-04 | Updated all Makefiles to omit 'default target bug' from httpd Makefile | Dieter Hametner | |
2007-01-03 | using -Wl,--whole-archive to link sublibraries | Dieter Hametner | |
2007-01-03 | Use incremental linking for libtnt-live | Dieter Hametner | |
2007-01-03 | Moved *.ecpp to pages and *.css to css subdir, added images dir | Dieter Hametner | |