1CXX_SOURCES := main-copy.cpp2CXXFLAGS_EXTRAS := -O0 -g3include Makefile.rules4 5main-copy.cpp: main.cpp6 cp -f $< $@7