1 LEVEL = ../../../../../make 2 3 CXX_SOURCES := main.cpp 4 5 CFLAGS_EXTRAS := -O0 6 USE_LIBSTDCPP := 1 7 8 include $(LEVEL)/Makefile.rules 9