home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / xbin / new-files < prev    next >
Encoding:
Text File  |  1994-05-08  |  745 b   |  21 lines

  1. #!/bin/sh
  2.  
  3. #rm -f tmpx
  4. #for v in `cat unixport/lspboots unixport/cmpboots` ;
  5. #do echo "/$v.[chd]/d" >>tmpx
  6. #done
  7. HERE=$1
  8. echo > ${HERE}/tmpx
  9. GCL=`basename ${HERE}`
  10. GCL_VERS=$2
  11. OBJS=`find ./${GCL} -type f -a -print  | sed  -f ${HERE}/tmpx -e "s:/${GCL}/:/${GCL_VERS}/:g" -e "/~/d" -e "/#/d" -e "/.*\.o/d"   -e "/.*TAGS/d"  -e "/standard-gcl/d" -e "/core/d" -e "/saved_/d" -e "/raw/d"  -e "/rsym$/d" -e "/merge$/d" -e "/dpp$/d" -e "/-$/d" -e "/installed_gcl/d"    -e "/config\.h/d" -e "/_aos/d" -e  "/gazonk/d" -e "/\.out/d"  -e "/print_doc$/d"  -e "/foo/d" -e "/gcllib/d" -e "/\.fn/d" -e "/collectfn.[cdh]/d" -e "/Vmakefile/d" -e "/ps2_/d"  -e "/.*\.a$/d"   -e "/test\//d" -e "/tmpx/d" -e "/makedefs/d" `  
  12. rm -f ${HERE}/tmpx
  13.  
  14. echo ${OBJS}
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.