1C_SOURCES := main-copy.c2 3include Makefile.rules4 5# Copy file into the build folder to enable the test to modify it.6main-copy.c: main.c7 cp -f $< $@8