#! /usr/bin/perl -w use strict; my (@tests); open (TESTS, ") { chomp; /^#/ || /^\s+$/ and next; s/\s//g; push (@tests, $_); } close (TESTS); open (MAKEBASE, "Makefile") or die; print MAKEFILE <) { print MAKEFILE $_; } close (MAKEBASE); open (CVSIGNORE, ">.cvsignore"); print CVSIGNORE <