1CXX_SOURCES := relative.cpp2 3EXE := CompDirSymLink4 5include Makefile.rules6 7# Force relative filenames by copying it into the build directory.8relative.cpp: main.cpp9 cp -f $< $@10