~ubuntu-branches/ubuntu/vivid/gcl/vivid

« back to all changes in this revision

Viewing changes to xbin/new-files

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2002-03-04 14:29:59 UTC
  • Revision ID: james.westby@ubuntu.com-20020304142959-dey14w08kr7lldu3
Tags: upstream-2.5.0.cvs20020219
ImportĀ upstreamĀ versionĀ 2.5.0.cvs20020219

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
GCL_VERS=$2
 
9
echo > ${HERE}/tmpx
 
10
GCL=`basename ${HERE}`
 
11
OBJS=`find ./${GCL} \( -type f  \) -a -print  | sed  -f ${HERE}/tmpx  -e "/notyet/d" -e "s:/${GCL}/:/${GCL_VERS}/:g" -e "/~/d" -e "/#/d" -e "/.*\.o/d"   -e "/TAGS$/d" -e "/tags$/d"  -e "/standard-gcl/d" -e "/core/d" -e "/saved_/d" -e "/unixport\/raw/d"  -e "/rsym$/d" -e "/merge$/d" -e  "/errs$/d" -e "/dpp$/d" -e "/-$/d" -e "/installed_gcl/d"  -e '/\/\.nfs/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 "/ps2_/d"  -e "/.*\.a$/d"   -e "/test\//d" -e "/tmpx/d" -e "/makedefs$/d"   -e "/\.tgz/d" -e "/\/old\//d"  -e "/guis$/d" -e "/\.X$/d"  -e "/gcltkaux/d" -e "/\.dvi/d" -e "/\.log/d" -e '/\.aux$/d'  -e "/\.exe$/d"  -e "/grab_defs$/d" -e "/config.status/d" -e "/config.cache/d" -e "/\.rej$/d" -e "/\/CVS\//d" -e '/file-sub$/d' -e '/\.lo$/d' -e '/gmp\/.*\/Makefile$/d' -e '/\.libs/d' -e /makedefsafter/d `
 
12
rm -f ${HERE}/tmpx
 
13
echo ${OBJS}
 
14
 
 
15
 
 
16
 
 
17
 
 
18
 
 
19