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. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 84e8b23..d50d41f 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,6 @@ APIVERSION = $(call PKGCFG,apiversion) ### Determine tntnet and cxxtools versions: 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 }') -TNTVERS7 = $(shell ver=$(TNTVERSION); if [ $$ver -ge "1606" ]; then echo "yes"; fi) CXXFLAGS += $(shell tntnet-config --cxxflags) LIBS += $(shell tntnet-config --libs) -- cgit v1.2.3