#!/usr/bin/csh -f # # Copyright 1995 Regents of the University of California # Permission to use, copy, modify, and distribute this # software and its documentation for any purpose and without # fee is hereby granted, provided that this copyright # notice appears in all copies. The University of California # makes no representations about the suitability of this # software for any purpose. It is provided "as is" without # express or implied warranty. # # rcsid = "$Header: /disks/barad-dur/now/rywang/src/java/classes/configfiles,v 1.1.1.1 1995/09/25 08:53:37 rywang Exp $ xFS (Berkeley)" # echo "SRC=\" >! makefile.src find . -name '*.java' -print | grep -v '/bak/' | awk '{printf ("%s ", substr ($1, 3, 80))}' >> makefile.src echo "" >> makefile.src