1CXX_SOURCES := main.cpp2 3# Build with C++ exceptions enabled4CXXFLAGS := -g -O0 -fexceptions5 6include Makefile.rules7