1CXX_SOURCES := main.cpp 2CXXFLAGS_EXTRAS := -std=c++14 3 4ifeq ($(CC_TYPE), icc) 5 CXXFLAGS_EXTRAS := -debug inline-debug-info 6endif 7 8 9include Makefile.rules 10