1CXX_SOURCES := main-copy.cpp2 3include Makefile.rules4 5 6# Copy file into the build folder to enable the test to modify it.7main-copy.cpp: main.cpp8 cp -f $< $@9 chmod u+w $@10