From e6e5705567a73ac90b040578670d82998cc8788d Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Tue, 10 Feb 2015 23:55:25 +0100 Subject: Drop support for old tntnet versions: Removed support to read a tntnet config file. Only code internal configuration is used now. --- pages/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'pages/Makefile') diff --git a/pages/Makefile b/pages/Makefile index 520b208..07fd031 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -3,9 +3,6 @@ PLUGIN = live ### Additional options to silence TNTNET warnings TNTFLAGS ?= -Wno-overloaded-virtual -Wno-unused-variable -TNTVERSION ?= $(shell tntnet-config --version | sed -e's/\.//g' | sed -e's/pre.*//g' | awk '/^..$$/ { print $$1."000"} /^...$$/ { print $$1."00"} /^....$$/ { print $$1."0" } /^.....$$/ { print $$1 }') -CXXTOOLVER ?= $(shell cxxtools-config --version | sed -e's/\.//g' | sed -e's/pre.*//g' | awk '/^..$$/ { print $$1."000"} /^...$$/ { print $$1."00"} /^....$$/ { print $$1."0" } /^.....$$/ { print $$1 }') - ### Includes and Defines (add further entries here): INCLUDES += -I$(VDRDIR)/include -I.. -- cgit v1.2.3