1CXXFLAGS_EXTRAS := -std=c++11 2CXX_SOURCES := main.cpp 3ENABLE_THREADS := YES 4 5include Makefile.rules 6