summaryrefslogtreecommitdiff
path: root/css/Makefile
AgeCommit message (Collapse)Author
2017-05-25Improve Makefile printingJasmin 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-18Makefile enhancementsJasmin 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-10Drop support for old tntnet versions: Removed support to read a tntnet ↵Dieter Hametner
config file. Only code internal configuration is used now.
2015-02-09Change to VDR 2.x compatible Makefiles. This terminates theDieter 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-23Fixed the 'dist' target of the Makefiles.Dieter Hametner
2011-03-11Renamed FEATURES to PLUGINFEATURES in Makefiles.Rolf Ahrenberg
2011-02-22Added support for HAVE_LIBPCRECPP.Rolf Ahrenberg
2011-02-10Silenced compilation warnings related to internals of TNTNET library.Rolf Ahrenberg
2007-01-04- added content type directive to precompiler callsSascha Volkenandt
2007-01-04Updated all Makefiles to omit 'default target bug' from httpd MakefileDieter Hametner
2007-01-03using -Wl,--whole-archive to link sublibrariesDieter Hametner
2007-01-03Use incremental linking for libtnt-liveDieter Hametner
2007-01-03Moved *.ecpp to pages and *.css to css subdir, added images dirDieter Hametner