mkdir new

mkdir new/make
cp make/makefile new/make/makefile

cp -r src new/src

cp build_and_test new
cp clean new
cp install new
cp README new
cp export new

mkdir new/test
mkdir new/test/make
cp test/make/makefile new/test/make/makefile
cp -r test/src new/test/src
cp test/ck new/test/
cp test/clean new/test/
cp test/mk new/test/
cp test/rn new/test/
cp test/test_output new/test/
