removed -q option because of new g++
This commit is contained in:
parent
b66b261972
commit
347b28f69d
@ -1,4 +1,4 @@
|
|||||||
GECODEDIR := $(shell g++ -q $(CPPFLAGS) $(CXXFLAGS) -H -E gecodedir.hh 2>&1 >/dev/null | grep gecode/kernel.hh | awk '{print $$2}' | sed 's|/kernel.hh||')
|
GECODEDIR := $(shell g++ $(CPPFLAGS) $(CXXFLAGS) -H -E gecodedir.hh 2>&1 >/dev/null | grep gecode/kernel.hh | awk '{print $$2}' | sed 's|/kernel.hh||')
|
||||||
GECODECONFIG := $(GECODEDIR)/support/config.hpp
|
GECODECONFIG := $(GECODEDIR)/support/config.hpp
|
||||||
GECODEVERSION := $(shell cat $(GECODECONFIG) | egrep '\<GECODE_VERSION\>' | awk '{print $$3}' | sed 's/"//g')
|
GECODEVERSION := $(shell cat $(GECODECONFIG) | egrep '\<GECODE_VERSION\>' | awk '{print $$3}' | sed 's/"//g')
|
||||||
PROTOTYPES = ../gecode-prototypes-$(GECODEVERSION).hh
|
PROTOTYPES = ../gecode-prototypes-$(GECODEVERSION).hh
|
||||||
|
Reference in New Issue
Block a user