find . \( -name '*.o' -o -name '*.a' -o -name 'Makefile' -o -name .makefiles -o -name .aliases -o -name .includefiles -o -name .install -o -name .libraries -o -name .makefiles -o -name .manpages -o -name .progs \) -a -exec rm -f '{}' \;
find src \( -perm 755 -a ! -type d \) -print > /tmp/F
file `cat /tmp/F` | \
sed -e "/shell/d" -e "/data/d" -e "/symbolic/d" -e "/commands/d" -e "/text/d" -e "s/:.*//" > /tmp/D
rm -f `cat /tmp/D`
rm -f /tmp/F /tmp/D
# make the first Makefile
m4 Makefile.m4 > Makefile
# make the CARL Softw. Dist.
make
if test ! -d /cmil/lib ; then mkdir /cmil/lib ; fi
if test ! -d /cmil/bin ; then mkdir /cmil/bin ; fi
if test ! -d /usr/include/carl ; then mkdir /usr/include/carl ; fi
cp include/carl/config.m4 /usr/include/carl
if test /usr/include/carl != /usr/include/carl ; \
	then fixmakefiles /usr/include/carl/config.m4 ; fi
sh makemakefiles
date > .makefiles
cd include	; make 
cp carl/* /usr/include/carl
cd src		; make 
for file in bicsf  cannon  cmusic  dgl  filter  fir  frm  gen  help  lpc  lprev  misc  noise  pvoc  rusty  show  sig  sndpath  srconv  stochist  zdelay  ; \
do \
	echo ${file} ; cd /cmil/src/import/carl/src/${file} ; make  ; \
done
bicsf
for file in aliases include libbicsf catsf createsf fromsf gainsf lsf mixsf normsf pansf peaksf querysf restorsf retrosf setsf sndawk swabsf tarsf tosf transpsf xdrin xdrout aiplay aimonitor airecord aireset doc; \
do \
	cd ${file} ; m4 Makefile.m4 > Makefile ; cd .. ; \
done
date > .makefiles
cd include ; make ;
date > .includefiles
for file in libbicsf ; \
do \
	cd ${file} ; make ; cd .. ; \
done
cc -O -I../include -DMTU -c argscan.c
ld -x -r argscan.o
mv a.out argscan.o
cc -O -I../include -DMTU -c crack.c
ld -x -r crack.o
mv a.out crack.o
cc -O -I../include -DMTU -c disklock.c
ld -x -r disklock.o
mv a.out disklock.o
cc -O -I../include -DMTU -c floor.c
ld -x -r floor.o
mv a.out floor.o
cc -O -I../include -DMTU -c lmaxmin.c
ld -x -r lmaxmin.o
mv a.out lmaxmin.o
cc -O -I../include -DMTU -c malerr.c
ld -x -r malerr.o
mv a.out malerr.o
cc -O -I../include -DMTU -c notify.c
ld -x -r notify.o
mv a.out notify.o
cc -O -I../include -DMTU -c polish.c
ld -x -r polish.o
mv a.out polish.o
cc -O -I../include -DMTU -c sfexpr.c
ld -x -r sfexpr.o
mv a.out sfexpr.o
cc -O -I../include -DMTU -c strsav.c
ld -x -r strsav.o
mv a.out strsav.o
cc -O -I../include -DMTU -c fsndi.c
ld -x -r fsndi.o
mv a.out fsndi.o
cc -O -I../include -DMTU -c opensf.c
ld -x -r opensf.o
mv a.out opensf.o
cc -O -I../include -DMTU -c getflbuf.c
ld -x -r getflbuf.o
mv a.out getflbuf.o
cc -O -I../include -DMTU -c getsfname.c
ld -x -r getsfname.o
mv a.out getsfname.o
cc -O -I../include -DMTU -c getmaxamp.c
ld -x -r getmaxamp.o
mv a.out getmaxamp.o
cc -O -I../include -DMTU -c printsf.c
ld -x -r printsf.o
mv a.out printsf.o
cc -O -I../include -DMTU -c strsave.c
ld -x -r strsave.o
mv a.out strsave.o
cc -O -I../include -DMTU -c strstrip.c
ld -x -r strstrip.o
mv a.out strstrip.o
cc -O -I../include -DMTU -c setenv.c
ld -x -r setenv.o
mv a.out setenv.o
cc -O -I../include -DMTU -c sfcodes.c
ld -x -r sfcodes.o
mv a.out sfcodes.o
cc -O -I../include -DMTU -c tilde.c
ld -x -r tilde.o
mv a.out tilde.o
cc -O -I../include -DMTU -c yes.c
ld -x -r yes.o
mv a.out yes.o
rm -f libbicsf.a
ar q libbicsf.a argscan.o crack.o  disklock.o floor.o  lmaxmin.o  malerr.o  notify.o  polish.o  sfexpr.o  strsav.o  fsndi.o  opensf.o  getflbuf.o  getsfname.o  getmaxamp.o  printsf.o  strsave.o  strstrip.o  setenv.o  sfcodes.o  tilde.o yes.o
ar: creating libbicsf.a
ranlib libbicsf.a
install libbicsf.a /cmil/lib/libbicsf.a
ranlib /cmil/lib/libbicsf.a
cp *.3 /cmil/man/man1/../man3
date > install
date > .libraries
cd aliases ; make  install
date > .aliases
for file in catsf createsf fromsf gainsf lsf mixsf normsf pansf peaksf querysf restorsf retrosf setsf sndawk swabsf tarsf tosf transpsf xdrin xdrout aiplay aimonitor airecord aireset; \
do \
	cd ${file} ; make ; cd .. ; \
done
cc -O -I/usr/include/carl  -sun3 -c  catsf.c
cc -O -I/usr/include/carl catsf.o   /cmil/lib/libcarl.a /cmil/lib/libieee.a /cmil/lib/libbicsf.a -o catsf
cc -O -DMTU -I../include -I../sys/ds  -sun3 -c  createsf.c
cc -O -DMTU -I../include -I../sys/ds createsf.o   /cmil/lib/libbicsf.a -o createsf
cc -O -I../include  -sun3 -c  fromsf.c
cc -O -I../include  -sun3 -c  stof.c
cc -O -I../include  -sun3 -c  ftof.c
cc -O -I../include  -sun3 -c  ftos.c
cc -O -I../include  -sun3 -c  stos.c
cc -O -I../include  -sun3 -c  setchan.c
cc -O -I../include  -sun3 -c  whead.c
cc -O -I../include  -sun3 -c  cftof.c
cc -O -I../include  -sun3 -c  cftos.c
cc -O -I../include  -sun3 -c  cstof.c
cc -O -I../include  -sun3 -c  cstos.c
cc -O -I../include fromsf.o  stof.o ftof.o ftos.o stos.o setchan.o whead.o cftof.o cftos.o cstof.o cstos.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm /cmil/lib/libbicsf.a -o fromsf
cc -O -I/usr/include/carl -I../include  -sun3 -c  gainsf.c
cc -O -I/usr/include/carl -I../include gainsf.o   /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm /cmil/lib/libbicsf.a -o gainsf
cc -g -I../include  -sun3 -c  lsf.c
cc -g -I../include lsf.o   /cmil/lib/libbicsf.a -o lsf
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  adjustq.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  check.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  cmixem.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  dealloc.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  install.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  mixctl.c
"mixctl.c", line 203: warning: '8' is not a standard octal digit
"mixctl.c", line 217: warning: '8' is not a standard octal digit
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  mixer.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  mixerr.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  nomemory.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  qmixem.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  qprint.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  sec2unit.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  setmode.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  key.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  setup.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  sfcls.c
"sfcls.c", line 12: warning: '8' is not a standard octal digit
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  sfopn.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  overflow.c
/usr/include/math.h: 149: OVERFLOW redefined
cc -O -I/usr/include/carl -I../include -DUNIXFILES  -sun3 -c  convert.c
cc -O -I/usr/include/carl -I../include -DUNIXFILES  adjustq.o check.o cmixem.o dealloc.o install.o mixctl.o mixer.o  mixerr.o nomemory.o qmixem.o qprint.o sec2unit.o setmode.o key.o  setup.o sfcls.o sfopn.o overflow.o convert.o  /cmil/lib/libbicsf.a -lm -o mixsf
cc -O -I/usr/include/carl -I../include  -sun3 -c  normsf.c
cc -O -I/usr/include/carl -I../include normsf.o   /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm /cmil/lib/libbicsf.a -o normsf
cc -O -I/usr/include/carl -I../include  -sun3 -c  pansf.c
cc -O -I/usr/include/carl -I../include pansf.o   /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm /cmil/lib/libbicsf.a -o pansf
cc -O -I/usr/include/carl -I../include  -sun3 -c  peaksf.c
cc -O -I/usr/include/carl -I../include peaksf.o   /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm /cmil/lib/libbicsf.a -o peaksf
cc -O -I../include  -sun3 -c  querysf.c
cc -O -I../include querysf.o   /cmil/lib/libbicsf.a -o querysf
cc -O -I../include  -sun3 -c  restorsf.c
cc -O -I../include  -sun3 -c  yes.c
cc -O -I../include  -sun3 -c  rbuf.c
cc -O -I../include  -sun3 -c  plentry.c
cc -O -I../include  -sun3 -c  fresfe.c
cc restorsf.o yes.o rbuf.o plentry.o fresfe.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a /cmil/lib/libsf.a -lm -o restorsf
cc -O -I/usr/include/carl -I../include  -sun3 -c  retrosf.c
cc -O -I/usr/include/carl -I../include retrosf.o   /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm /cmil/lib/libbicsf.a -o retrosf
cc -O -I../include -DMTU  -sun3 -c  setsf.c
cc -O -I../include -DMTU setsf.o   /cmil/lib/libbicsf.a -o setsf
cc -O -I/usr/include/carl -DCARL  -sun3 -c  main.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  lex.yy.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  reduce.c
cc -o analgram gram.c
cc -E sndawk.gram |awk -f gram.awk |analgram > precedence.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  precedence.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  eval.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  execute.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  cherchevar.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  cherchesvar.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  set_spec_var.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  setsvarval.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  findadd.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  findioadd.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  findvaradd.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  printlist.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  interpol.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  parsestr.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  printflist.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  analyse_lex.c
cc -O -I/usr/include/carl -DCARL  -sun3 -c  analyse_synt.c
cc -o sndawk main.o lex.yy.o reduce.o precedence.o eval.o  execute.o cherchevar.o cherchesvar.o set_spec_var.o  setsvarval.o findadd.o findioadd.o findvaradd.o printlist.o interpol.o  parsestr.o printflist.o analyse_lex.o analyse_synt.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm
cc -O -I../include  -sun3 -c  swabsf.c
cc -O -I../include swabsf.o   /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm /cmil/lib/libbicsf.a -o swabsf
cc -O -I/usr/include/carl -DSUNOS4.0  -sun3 -c  tarsf.c
cc -O -I/usr/include/carl -DSUNOS4.0 tarsf.o   /cmil/lib/libbicsf.a /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o tarsf
cc -O -I../include  -sun3 -c  tosf.c
cc -O -I../include  -sun3 -c  rhead.c
cc -O -I../include  -sun3 -c  ftof.c
cc -O -I../include  -sun3 -c  ftos.c
cc -O -I../include  -sun3 -c  stof.c
cc -O -I../include tosf.o  rhead.o ftof.o stos.c ftos.o stof.o /cmil/lib/libbicsf.a /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm  -o tosf
cc -O -I/usr/include/carl -I../include  -sun3 -c  transpsf.c
cc -O -I/usr/include/carl -I../include transpsf.o   /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm /cmil/lib/libbicsf.a -o transpsf
cc -O -I/usr/include/carl -I../include  -sun3 -c  xdrin.c
cc -O -I/usr/include/carl -I../include xdrin.o   /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm /cmil/lib/libbicsf.a -o xdrin
cc -O -I/usr/include/carl -I../include  -sun3 -c  xdrout.c
cc -O -I/usr/include/carl -I../include xdrout.o   /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm /cmil/lib/libbicsf.a -o xdrout
cc -O -DMTU -I../include -I../sys/ai -DSUNOS4.0  -sun3 -c  aiplay.c
aiplay.c: 30: Can't find include file aireg.h
aiplay.c: 31: Can't find include file aivar.h
*** Error code 2
make: Fatal error: Command failed for target `aiplay.o'
Current working directory /cmil/src/import/carl/src/bicsf/aiplay
cc -O -DMTU -I../include -I../sys/ai -DSUNOS4.0  -sun3 -c  aimonitor.c
aimonitor.c: 31: Can't find include file aireg.h
aimonitor.c: 32: Can't find include file aivar.h
*** Error code 2
make: Fatal error: Command failed for target `aimonitor.o'
Current working directory /cmil/src/import/carl/src/bicsf/aimonitor
cc -O -DMTU -I../include -I../sys/ai -DSUNOS4.0  -sun3 -c  airecord.c
airecord.c: 31: Can't find include file aireg.h
airecord.c: 32: Can't find include file aivar.h
*** Error code 2
make: Fatal error: Command failed for target `airecord.o'
Current working directory /cmil/src/import/carl/src/bicsf/airecord
cc -O -DMTU -I../include -I../sys/ai -DSUNOS4.0  -sun3 -c  aireset.c
aireset.c: 25: Can't find include file aireg.h
aireset.c: 26: Can't find include file aivar.h
*** Error code 2
make: Fatal error: Command failed for target `aireset.o'
Current working directory /cmil/src/import/carl/src/bicsf/aireset
date > .progs
cannon
cc -O  -sun3 -c  cannon.c
cc cannon.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o cannon
cmusic
`cmusic' is up to date.
dgl
cd Player; make
cd a; rm -f Makefile; m4 Makefile.m4 > Makefile
cd b; rm -f Makefile; m4 Makefile.m4 > Makefile
cd c; rm -f Makefile; m4 Makefile.m4 > Makefile
cd b; make
cc -g  -sun3 -c  y.tab.c
cc -g  -sun3 -c  clexer.c
cc -g  -sun3 -c  yylex.c
cc -g  -sun3 -c  ymain.c
cc -g  -sun3 -c  sym.c
cc -g  -sun3 -c  hasher.c
cc -g  -sun3 -c  dvrt.c
cc -g  -sun3 -c  globs.c
cc -g  -sun3 -c  strsav.c
cc -g y.tab.o clexer.o yylex.o ymain.o sym.o hasher.o dvrt.o  globs.o strsav.o /cmil/lib/libcarl.a -o Playery 
cd a; make 
cc -g -c -DPLAYERY=\"/cmil/bin/Playery\" Player.c
cc -g  -sun3 -c  strsav.c
cc -g  Player.o strsav.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -o Player
cd a; make install
cp Player /cmil/bin
cd b; make install
cp Playery /cmil/bin
cd c; make
cc -g -DP_FLOAT  -sun3 -c  Abs_time.c
cc -g -DP_FLOAT  -sun3 -c  Alias.c
cc -g -DP_FLOAT  -sun3 -c  Beg_time.c
cc -g -DP_FLOAT  -sun3 -c  Caller.c
cc -g -DP_FLOAT  -sun3 -c  Direction.c
cc -g -DP_FLOAT  -sun3 -c  Dur_time.c
cc -g -DP_FLOAT  -sun3 -c  End_time.c
cc -g -DP_FLOAT  -sun3 -c  Expr.c
cc -g -DP_FLOAT  -sun3 -c  Exprs.c
cc -g -DP_FLOAT  -sun3 -c  Find_measure.c
cc -g -DP_FLOAT  -sun3 -c  Func.c
cc -g -DP_FLOAT  -sun3 -c  Func_length.c
cc -g -DP_FLOAT  -sun3 -c  Gen.c
cc -g -DP_FLOAT  -sun3 -c  Get_keysig.c
cc -g -DP_FLOAT  -sun3 -c  Get_list.c
cc -g -DP_FLOAT  -sun3 -c  Get_metronome.c
cc -g -DP_FLOAT  -sun3 -c  Get_pname.c
cc -g -DP_FLOAT  -sun3 -c  Get_paddr.c
cc -g -DP_FLOAT  -sun3 -c  Get_timesig.c
cc -g -DP_FLOAT  -sun3 -c  Hipn.c
cc -g -DP_FLOAT  -sun3 -c  Index.c
cc -g -DP_FLOAT  -sun3 -c  Instances.c
cc -g -DP_FLOAT  -sun3 -c  Join.c
cc -g -DP_FLOAT  -sun3 -c  Key.c
cc -g -DP_FLOAT  -sun3 -c  Keys.c
cc -g -DP_FLOAT  -sun3 -c  Kill.c
cc -g -DP_FLOAT  -sun3 -c  Kill_test.c
cc -g -DP_FLOAT  -sun3 -c  Motive.c
cc -g -DP_FLOAT  -sun3 -c  New_player.c
cc -g -DP_FLOAT  -sun3 -c  Octave.c
cc -g -DP_FLOAT  -sun3 -c  Oct_pt.c
cc -g -DP_FLOAT  -sun3 -c  Oct_pts.c
cc -g -DP_FLOAT  -sun3 -c  P.c
cc -g -DP_FLOAT  -sun3 -c  Peekcl.c
cc -g -DP_FLOAT  -sun3 -c  Pexit.c
cc -g -DP_FLOAT  -sun3 -c  Pitch.c
cc -g -DP_FLOAT  -sun3 -c  Pitches.c
cc -g -DP_FLOAT  -sun3 -c  Player_status.c
cc -g -DP_FLOAT  -sun3 -c  Pmain.c
cc -g -DP_FLOAT  -sun3 -c  Pp.c
cc -g -DP_FLOAT  -sun3 -c  Print_stat.c
cc -g -DP_FLOAT  -sun3 -c  Ps.c
cc -g -DP_FLOAT  -sun3 -c  Psleep.c
cc -g -DP_FLOAT  -sun3 -c  Read_func.c
cc -g -DP_FLOAT  -sun3 -c  Read_list.c
cc -g -DP_FLOAT  -sun3 -c  Read_lists.c
cc -g -DP_FLOAT  -sun3 -c  Rel_func.c
cc -g -DP_FLOAT  -sun3 -c  Rel_time.c
cc -g -DP_FLOAT  -sun3 -c  Rest.c
cc -g -DP_FLOAT  -sun3 -c  Resting.c
cc -g -DP_FLOAT  -sun3 -c  Rhythm.c
cc -g -DP_FLOAT  -sun3 -c  Rhythms.c
cc -g -DP_FLOAT  -sun3 -c  Set_beg_time.c
cc -g -DP_FLOAT  -sun3 -c  Set_dur_time.c
cc -g -DP_FLOAT  -sun3 -c  Set_p.c
cc -g -DP_FLOAT  -sun3 -c  Set_pi.c
cc -g -DP_FLOAT  -sun3 -c  Set_pp.c
cc -g -DP_FLOAT  -sun3 -c  Set_ps.c
cc -g -DP_FLOAT  -sun3 -c  Setup_p.c
cc -g -DP_FLOAT  -sun3 -c  Setup_pp.c
cc -g -DP_FLOAT  -sun3 -c  Setup_ps.c
cc -g -DP_FLOAT  -sun3 -c  Silent.c
cc -g -DP_FLOAT  -sun3 -c  Start.c
cc -g -DP_FLOAT  -sun3 -c  Stop.c
cc -g -DP_FLOAT  -sun3 -c  Strings.c
cc -g -DP_FLOAT  -sun3 -c  SubPname.c
cc -g -DP_FLOAT  -sun3 -c  Tempo.c
cc -g -DP_FLOAT  -sun3 -c  Tmap.c
cc -g -DP_FLOAT  -sun3 -c  Unrest.c
cc -g -DP_FLOAT  -sun3 -c  Unsilent.c
cc -g -DP_FLOAT  -sun3 -c  Unwait_until.c
cc -g -DP_FLOAT  -sun3 -c  Wait_for.c
cc -g -DP_FLOAT  -sun3 -c  Wait_until.c
cc -g -DP_FLOAT  -sun3 -c  add_player.c
cc -g -DP_FLOAT  -sun3 -c  check_waits.c
cc -g -DP_FLOAT  -sun3 -c  ckmaxp.c
cc -g -DP_FLOAT  -sun3 -c  clist_direct.c
cc -g -DP_FLOAT  -sun3 -c  cmusout.c
cc -g -DP_FLOAT  -sun3 -c  cpy_args.c
cc -g -DP_FLOAT  -sun3 -c  cyclist.c
cc -g -DP_FLOAT  -sun3 -c  do_rhy.c
cc -g -DP_FLOAT  -sun3 -c  garbage.c
cc -g -DP_FLOAT  -sun3 -c  get_templ.c
cc -g -DP_FLOAT  -sun3 -c  globs.c
cc -g -DP_FLOAT  -sun3 -c  hi_p_ck.c
cc -g -DP_FLOAT  -sun3 -c  interplist.c
cc -g -DP_FLOAT  -sun3 -c  keysig.c
cc -g -DP_FLOAT  -sun3 -c  malerr.c
cc -g -DP_FLOAT  -sun3 -c  metronome.c
cc -g -DP_FLOAT  -sun3 -c  mk_Player.c
cc -g -DP_FLOAT  -sun3 -c  parse_flags.c
cc -g -DP_FLOAT  -sun3 -c  pc_oct.c
cc -g -DP_FLOAT  -sun3 -c  pexprerr.c
cc -g -DP_FLOAT  -sun3 -c  poll_waits.c
poll_waits.c: 1: P_FLOAT redefined
cc -g -DP_FLOAT  -sun3 -c  read_notes.c
cc -g -DP_FLOAT  -sun3 -c  read_stdin.c
read_stdin.c: 1: P_FLOAT redefined
cc -g -DP_FLOAT  -sun3 -c  resize_p.c
cc -g -DP_FLOAT  -sun3 -c  run_arbiter.c
cc -g -DP_FLOAT  -sun3 -c  scanargs.c
cc -g -DP_FLOAT  -sun3 -c  sched.c
cc -g -DP_FLOAT  -sun3 -c  symtab.c
cc -g -DP_FLOAT  -sun3 -c  symtab_stat.c
cc -g -DP_FLOAT  -sun3 -c  timesig.c
ar uv libPlayer.a  Abs_time.o Alias.o Beg_time.o Caller.o Direction.o Dur_time.o End_time.o Expr.o Exprs.o Find_measure.o Func.o Func_length.o Gen.o Get_keysig.o Get_list.o Get_metronome.o Get_pname.o Get_paddr.o Get_timesig.o Hipn.o Index.o Instances.o Join.o Key.o Keys.o Kill.o Kill_test.o Motive.o New_player.o Octave.o Oct_pt.o Oct_pts.o P.o Peekcl.o Pexit.o Pitch.o Pitches.o Player_status.o Pmain.o Pp.o Print_stat.o Ps.o Psleep.o Read_func.o Read_list.o Read_lists.o Rel_func.o Rel_time.o Rest.o Resting.o Rhythm.o Rhythms.o Set_beg_time.o Set_dur_time.o Set_p.o Set_pi.o Set_pp.o Set_ps.o Setup_p.o Setup_pp.o Setup_ps.o Silent.o Start.o Stop.o Strings.o SubPname.o Tempo.o Tmap.o Unrest.o Unsilent.o Unwait_until.o Wait_for.o Wait_until.o add_player.o check_waits.o ckmaxp.o clist_direct.o cmusout.o cpy_args.o cyclist.o do_rhy.o garbage.o get_templ.o globs.o hi_p_ck.o interplist.o keysig.o malerr.o metronome.o mk_Player.o parse_flags.o pc_oct.o pexprerr.o poll_waits.o read_notes.o read_stdin.o resize_p.o run_arbiter.o scanargs.o sched.o symtab.o symtab_stat.o timesig.o
ar: creating libPlayer.a
a - Abs_time.o
a - Alias.o
a - Beg_time.o
a - Caller.o
a - Direction.o
a - Dur_time.o
a - End_time.o
a - Expr.o
a - Exprs.o
a - Find_measure.o
a - Func.o
a - Func_length.o
a - Gen.o
a - Get_keysig.o
a - Get_list.o
a - Get_metronome.o
a - Get_pname.o
a - Get_paddr.o
a - Get_timesig.o
a - Hipn.o
a - Index.o
a - Instances.o
a - Join.o
a - Key.o
a - Keys.o
a - Kill.o
a - Kill_test.o
a - Motive.o
a - New_player.o
a - Octave.o
a - Oct_pt.o
a - Oct_pts.o
a - P.o
a - Peekcl.o
a - Pexit.o
a - Pitch.o
a - Pitches.o
a - Player_status.o
a - Pmain.o
a - Pp.o
a - Print_stat.o
a - Ps.o
a - Psleep.o
a - Read_func.o
a - Read_list.o
a - Read_lists.o
a - Rel_func.o
a - Rel_time.o
a - Rest.o
a - Resting.o
a - Rhythm.o
a - Rhythms.o
a - Set_beg_time.o
a - Set_dur_time.o
a - Set_p.o
a - Set_pi.o
a - Set_pp.o
a - Set_ps.o
a - Setup_p.o
a - Setup_pp.o
a - Setup_ps.o
a - Silent.o
a - Start.o
a - Stop.o
a - Strings.o
a - SubPname.o
a - Tempo.o
a - Tmap.o
a - Unrest.o
a - Unsilent.o
a - Unwait_until.o
a - Wait_for.o
a - Wait_until.o
a - add_player.o
a - check_waits.o
a - ckmaxp.o
a - clist_direct.o
a - cmusout.o
a - cpy_args.o
a - cyclist.o
a - do_rhy.o
a - garbage.o
a - get_templ.o
a - globs.o
a - hi_p_ck.o
a - interplist.o
a - keysig.o
a - malerr.o
a - metronome.o
a - mk_Player.o
a - parse_flags.o
a - pc_oct.o
a - pexprerr.o
a - poll_waits.o
a - read_notes.o
a - read_stdin.o
a - resize_p.o
a - run_arbiter.o
a - scanargs.o
a - sched.o
a - symtab.o
a - symtab_stat.o
a - timesig.o
cd misc; make 
cc -O  -sun3 -c  equtemp.c
cc equtemp.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o equtemp
cc -O  -sun3 -c  cexpr.c
cc cexpr.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o cexpr
cc -O  -sun3 -c  pianoroll.c
cc pianoroll.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o pianoroll
cc -O  -sun3 -c  sched.c
cc sched.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o sched
cc -O  -sun3 -c  r18.c
cc r18.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o r18
cc -O  -sun3 -c  xform.c
cc xform.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o xform
cc -O  -sun3 -c  fc.c
cc fc.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o fc
cc -O  -sun3 -c  cmt.c
cc cmt.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o cmt
cc -O  -sun3 -c  ucmt.c
cc ucmt.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o ucmt
cc -O  -sun3 -c  ispell.c
cc ispell.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o ispell
cc -O  -sun3 -c  lookfor.c
cc lookfor.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o lookfor
cc -O  -sun3 -c  m4n.c
cc m4n.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o m4n
cc -O  -sun3 -c  nonzero.c
cc nonzero.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o nonzero
cc -O  -sun3 -c  rect.c
cc rect.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o rect
cc -O  -sun3 -c  thresh.c
cc thresh.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o thresh
cc -O  -sun3 -c  channel.c
cc -O  -sun3 -c  setchan.c
cc channel.o setchan.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o channel
cc -O  -sun3 -c  yadc.c
cc yadc.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o yadc
cd mpupub; make
for file in libdx7 libmidi libmpu ; \
do \
	cd ./${file} ; make  ; cd .. ; \
done
cc -O  -sun3 -c  da_dx7_sx.c
cc -O  -sun3 -c  da_dx7_voice.c
cc -O  -sun3 -c  da_vdx7.c
cc -O  -sun3 -c  dx7_globs.c
cc -O  -sun3 -c  dx7_out_err.c
cc -O  -sun3 -c  dx7_ctl_name.c
cc -O  -sun3 -c  isdx7v.c
cc -O  -sun3 -c  send_dx7_bd.c
cc -O  -sun3 -c  send_dx7_pc.c
cc -O  -sun3 -c  sx_dx7_1v.c
cc -O  -sun3 -c  sx_dx7_32v.c
cc -O  -sun3 -c  vdx7.c
ar uv ../libcarlmidi.a  da_dx7_sx.o  da_dx7_voice.o  da_vdx7.o dx7_globs.o  dx7_out_err.o dx7_ctl_name.o  isdx7v.o  send_dx7_bd.o  send_dx7_pc.o  sx_dx7_1v.o  sx_dx7_32v.o  vdx7.o
ar: creating ../libcarlmidi.a
a - da_dx7_sx.o
a - da_dx7_voice.o
a - da_vdx7.o
a - dx7_globs.o
a - dx7_out_err.o
a - dx7_ctl_name.o
a - isdx7v.o
a - send_dx7_bd.o
a - send_dx7_pc.o
a - sx_dx7_1v.o
a - sx_dx7_32v.o
a - vdx7.o
cc -O  -sun3 -c  cbrk.c
cc -O  -sun3 -c  cvtpb.c
cc -O  -sun3 -c  da_midi_cmd.c
cc -O  -sun3 -c  da_sx.c
cc -O  -sun3 -c  fsleep.c
cc -O  -sun3 -c  get_ctl_name.c
cc -O  -sun3 -c  iwait.c
cc -O  -sun3 -c  keypressed.c
cc -O  -sun3 -c  midi_cmd_in.c
cc -O  -sun3 -c  midi_io.c
cc -O  -sun3 -c  midi_pk.c
cc -O  -sun3 -c  owait.c
cc -O  -sun3 -c  raw.c
cc -O  -sun3 -c  select2.c
cc -O  -sun3 -c  send_ch.c
cc -O  -sun3 -c  timer.c
cc -O  -sun3 -c  trw_sel.c
cc -O  -sun3 -c  ttybrk.c
ar uv ../libcarlmidi.a  cbrk.o cvtpb.o da_midi_cmd.o da_sx.o fsleep.o get_ctl_name.o iwait.o keypressed.o midi_cmd_in.o midi_io.o midi_pk.o owait.o raw.o select2.o send_ch.o timer.o trw_sel.o ttybrk.o
a - cbrk.o
a - cvtpb.o
a - da_midi_cmd.o
a - da_sx.o
a - fsleep.o
a - get_ctl_name.o
a - iwait.o
a - keypressed.o
a - midi_cmd_in.o
a - midi_io.o
a - midi_pk.o
a - owait.o
a - raw.o
a - select2.o
a - send_ch.o
a - timer.o
a - trw_sel.o
a - ttybrk.o
cc -O -I../sys  -sun3 -c  getvoice.c
cc -O -I../sys  -sun3 -c  get_mpu_cmd.c
cc -O -I../sys  -sun3 -c  put_mpu_cmd.c
cc -O -I../sys  -sun3 -c  setup_cmds.c
cc -O -I../sys  -sun3 -c  dx7_reset.c
cc -O -I../sys  -sun3 -c  synth_reset.c
cc -O -I../sys  -sun3 -c  dx7_clear.c
ar uv ../libcarlmidi.a  getvoice.o get_mpu_cmd.o put_mpu_cmd.o setup_cmds.o  dx7_reset.o synth_reset.o dx7_clear.o
a - getvoice.o
a - get_mpu_cmd.o
a - put_mpu_cmd.o
a - setup_cmds.o
a - dx7_reset.o
a - synth_reset.o
a - dx7_clear.o
cp libcarlmidi.a /cmil/lib
ranlib /cmil/lib/libcarlmidi.a
rm -f /cmil/lib/libmidi.a ; ln /cmil/lib/libcarlmidi.a /cmil/lib/libmidi.a
rm -f /cmil/lib/libdx7.a ; ln /cmil/lib/libcarlmidi.a /cmil/lib/libdx7.a
rm -f /cmil/lib/libmpu.a ; ln /cmil/lib/libcarlmidi.a /cmil/lib/libmpu.a
for file in mpucmp mpumerge mpureset mpurpt mputrimhead mpuvcvt mpuvload mpuda mpujust mpuoverdub mpupatch mpuplay mpura mpurecord mpustuff mpusxflt mpusxstuff mpuwire ; \
do \
	cd ./${file} ; make  ; cd .. ; \
done
cc -g  -sun3 -c  mpucmp.c
cc -g  -sun3 -c  pk.c
cc -g mpucmp.o pk.o /cmil/lib/libcarlmidi.a /cmil/lib/libcarl.a -lm -o mpucmp
Player -r -g mpumerge.P  /cmil/lib/libcarlmidi.a -o mpumerge
/lib/cpp  mpumerge.P | /cmil/bin/Playery   > mpumerge.c
cc -c -g  mpumerge.c -o mpumerge.o
nm -n mpumerge.o
cc -c -g  /tmp/Pa10165.c -o /tmp/Pa10165.o
cc  mpumerge.o /cmil/lib/libcarlmidi.a -o mpumerge /tmp/Pa10165.o -lPlayer -lcarl -lm -lc -lg
cc -O  -sun3 -c  mpureset.c
cc mpureset.o  /cmil/lib/libcarlmidi.a  -o mpureset
cc -O -I../sys  -sun3 -c  mpurpt.c
cc mpurpt.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o mpurpt
cc -g  -sun3 -c  mputrimhead.c
cc -g mputrimhead.o  /cmil/lib/libcarlmidi.a /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o mputrimhead
cc -g  -sun3 -c  mpuvcvt.c
cc -g mpuvcvt.o  /cmil/lib/libcarlmidi.a -lcarl -lm -o mpuvcvt
cc -g  -sun3 -c  mpuvload.c
cc -g mpuvload.o  /cmil/lib/libcarl.a /cmil/lib/libcarlmidi.a -lm -o mpuvload
cc -g  -sun3 -c  mpuda.c
cc -g mpuda.o   /cmil/lib/libmpu.a /cmil/lib/libmidi.a /cmil/lib/libdx7.a  /cmil/lib/libcarl.a -lm -o mpuda
cc -g  -sun3 -c  mpujust.c
cc -g mpujust.o  /cmil/lib/libmidi.a /cmil/lib/libmpu.a /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o mpujust
cc -O -I../sys  -sun3 -c  mpuoverdub.c
cc -O -I../sys mpuoverdub.o  /cmil/lib/libcarlmidi.a /cmil/lib/libcarl.a -lm -o mpuoverdub
cc -O  -sun3 -c  mpupatch.c
cc -O mpupatch.o   /cmil/lib/libcarl.a /cmil/lib/libcarlmidi.a -o mpupatch
cc -O -I../sys  -sun3 -c  mpuplay.c
cc -O -I../sys mpuplay.o  /cmil/lib/libmidi.a /cmil/lib/libmpu.a /cmil/lib/libcarl.a -lm -o mpuplay
cc -g  -sun3 -c  mpura.c
cc -g mpura.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o mpura
cc -O  -sun3 -c  mpurecord.c
cc mpurecord.o  /cmil/lib/libcarl.a /cmil/lib/libcarlmidi.a -lm -o mpurecord
cc -O  -sun3 -c  mpustuff.c
cc mpustuff.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o mpustuff
cc -g  -sun3 -c  mpusxflt.c
cc -g mpusxflt.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o mpusxflt
cc -O  -sun3 -c  mpusxstuff.c
cc mpusxstuff.o  /cmil/lib/libcarl.a /cmil/lib/libmidi.a -lm -o mpusxstuff
cc -O  -sun3 -c  mpuwire.c
cc mpuwire.o  /cmil/lib/libmpu.a /cmil/lib/libmidi.a -o mpuwire
filter
cc -O  -sun3 -c  filter.c
cc -O filter.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o filter
cc -O  -sun3 -c  convolve.c
cc -O convolve.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o convolve
fir
f77 -w -sun3 -c  fir.f
fir.f:
 MAIN:
	eff:
	wate:
	error:
	remez:
	d:
	gee:
	ouch:
f77 -w -sun3 -c  firsub.f
firsub.f:
	input:
	putfir:
	putarr:
	outfil:
	outarr:
f77 fir.o firsub.o /cmil/lib/libieee.a -o fir
cc -O  -sun3 -c  fastfir.c
cc -O fastfir.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o fastfir
frm
cc -O  -sun3 -c  chan.c
cc -O chan.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o chan
cc -O  -sun3 -c  click.c
cc -O click.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o click
cc -O  -sun3 -c  comb.c
cc -O comb.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o comb
cc -O  -sun3 -c  gain.c
cc -O gain.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o gain
cc -O  -sun3 -c  gaindelay.c
cc -O gaindelay.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o gaindelay
cc -O  -sun3 -c  hist.c
cc -O hist.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o hist
cc -O  -sun3 -c  ichan.c
cc -O ichan.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o ichan
cc -O  -sun3 -c  impulse.c
cc -O impulse.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o impulse
cc -O  -sun3 -c  ochan.c
cc -O ochan.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o ochan
cc -O  -sun3 -c  offset.c
cc -O offset.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o offset
cc -O  -sun3 -c  para.c
cc -O para.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o para
cc -O  -sun3 -c  peak.c
cc -O peak.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o peak
cc -O  -sun3 -c  reverb.c
cc -O reverb.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o reverb
cc -O  -sun3 -c  rms.c
cc -O rms.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o rms
cc -O  -sun3 -c  spect.c
cc -O spect.o -lplot /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o spect
cc -O  -sun3 -c  window.c
cc -O window.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o window
gen
cc -O  -sun3 -c  chubby.c
cc chubby.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o chubby
cc -O  -sun3 -c  cspline.c
cc cspline.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o cspline
cc -O  -sun3 -c  gen0.c
cc gen0.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o gen0
cc -O  -sun3 -c  gen1.c
cc gen1.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o gen1
cc -O  -sun3 -c  gen2.c
cc gen2.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o gen2
cc -O  -sun3 -c  gen3.c
cc gen3.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o gen3
cc -O  -sun3 -c  gen4.c
cc gen4.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o gen4
cc -O  -sun3 -c  gen5.c
cc gen5.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o gen5
cc -O  -sun3 -c  gen6.c
cc gen6.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o gen6
cc -O  -sun3 -c  genraw.c
cc genraw.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o genraw
cc -O  -sun3 -c  quad.c
cc -O  -sun3 -c  nodfun.c
cc quad.o nodfun.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o quad
cc -O  -sun3 -c  step.c
cc step.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o step
cc -O  -sun3 -c  shepenv.c
cc shepenv.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o shepenv
help
cc -O -DHELP_DIR=\"/cmil/lib/help\"  -Dhelppath=\"/cmil/bin/help\"  -sun3 -c  help.c
cc help.o   -o help
lpc
cc -O  -sun3 -c  lpc.c
cc lpc.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o lpc
lprev
cc -O  -sun3 -c  lprev.c
cc -O  -sun3 -c  tap.c
cc -O  -sun3 -c  cflt.c
cc -O  -sun3 -c  getibuf.c
cc -O  -sun3 -c  apass.c
cc -O  -sun3 -c  revconf.c
cc lprev.o tap.o cflt.o getibuf.o apass.o revconf.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o lprev
misc
cc -g  -sun3 -c  readheader.c
cc -g readheader.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a  -o readheader
cc -g  -sun3 -c  stripheader.c
cc -g stripheader.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a  -o stripheader
noise
cc -O  -sun3 -c  noise.c
cc -O  -sun3 -c  frand.c
cc -O  -sun3 -c  irand.c
cc -O  -sun3 -c  onefrand.c
cc -O  -sun3 -c  brand.c
cc -O  -sun3 -c  xrand.c
cc noise.o frand.o irand.o onefrand.o brand.o xrand.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o noise
pvoc
cc -O  -sun3 -c  pvoc.c
f77  -sun3 -c  kaiser.f
kaiser.f:
	kaiser:
	ino:
cc -O pvoc.o kaiser.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o pvoc
rusty
cd asw ; make 
cc -O -I../../../  -sun3 -c  asw.c
cc asw.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -o asw
cd aswdaemon ; make 
cc -O -I../../../include  -sun3 -c  aswd.c
cc -O -I../../../include  -sun3 -c  data.c
cc -O -I../../../include  -sun3 -c  aswsock.c
cc -O -I../../../include  -sun3 -c  clconn.c
cc -O -I../../../include  -sun3 -c  clreq.c
cc -O -I../../../include  -sun3 -c  log.c
cc -O -I../../../include  -sun3 -c  sigs.c
"sigs.c", line 50: warning: illegal pointer combination
"sigs.c", line 51: warning: illegal pointer combination
"sigs.c", line 52: warning: illegal pointer combination
cc -O -I../../../include  -sun3 -c  setup.c
cc -O -I../../../include  -sun3 -c  conf.c
cc -O -I../../../include  -sun3 -c  die.c
cc -O -I../../../include  -sun3 -c  connlist.c
cc -O -I../../../include  -sun3 -c  clerr.c
cc -O -I../../../include  -sun3 -c  numlist.c
cc -O -I../../../include  -sun3 -c  symtab.c
cc -O -I../../../include  -sun3 -c  switch.c
cc -O -I../../../include  -sun3 -c  parse.c
cc -O -I../../../include  -sun3 -c  lex.c
cc -O -I../../../include  -sun3 -c  ss_conn.c
cc -O -I../../../include  -sun3 -c  ss_disconn.c
cc -O -I../../../include  -sun3 -c  ss_reset.c
cc -O -I../../../include  -sun3 -c  ss_init.c
cc aswd.o data.o aswsock.o clconn.o clreq.o  log.o sigs.o setup.o conf.o die.o connlist.o clerr.o  numlist.o symtab.o switch.o parse.o lex.o ss_conn.o ss_disconn.o ss_reset.o ss_init.o   -o aswd
size aswd
text	data	bss	dec	hex
24576	16384	156816	197776	30490
cd casslab ; make 
cc -O  -sun3 -c  casslab.c
cc casslab.o   -o casslab
cd typein; make 
cc -O  -sun3 -c  typein.c
cc -O typein.o -o typein
cc -O  -sun3 -c  rtypein.c
cc -O rtypein.o -o rtypein
show
cc -O  -sun3 -c  show.c
cc show.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -lcurses -ltermlib -o show
cc -O  -sun3 -c  fshow.c
cc -O  -sun3 -c  putx.c
cc fshow.o  putx.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -lcurses -ltermlib -o fshow
cc -O  -sun3 -c  yshow.c
cc -O  -sun3 -c  puty.c
cc yshow.o  puty.o putx.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -lcurses -ltermlib -o yshow
cc -O  -sun3 -c  cmpsig.c
cc -O  -sun3 -c  plotline.c
cc cmpsig.o /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -lcurses -ltermlib -o cmpsig
sig
cc -O  -sun3 -c  derivative.c
cc derivative.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o derivative
cc -O  -sun3 -c  energy.c
cc energy.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o energy
cc -O  -sun3 -c  envanal.c
cc envanal.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o envanal
cc -O  -sun3 -c  envelope.c
cc envelope.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o envelope
cc -O  -sun3 -c  fftanal.c
cc fftanal.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o fftanal
cc -O  -sun3 -c  janus.c
cc -O janus.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o janus
cc -O  -sun3 -c  glitch.c
cc glitch.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o glitch
cc -O  -sun3 -c  atob.c
cc atob.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o atob
cc -O  -sun3 -c  btoa.c
cc btoa.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o btoa
cc -O  -sun3 -c  median.c
cc median.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o median
cc -O  -sun3 -c  pitch.c
cc pitch.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o pitch
cc -O  -sun3 -c  wave.c
cc wave.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o wave
sndpath
cc -g  -sun3 -c  sndpath.c
cc -g  -sun3 -c  nodfun.c
cc -g  -sun3 -c  spl.c
cc sndpath.o nodfun.o spl.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -lcurses -ltermlib -o sndpath
srconv
cc -O   -sun3 -c  convert.c
cc convert.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o convert
cc -O   -sun3 -c  srconv.c
cc srconv.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lF77 -lI77  -lm -o srconv
stochist
cc -O  -sun3 -c  stochist.c
cc stochist.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o stochist
zdelay
cc -O  -sun3 -c  zdelay.c
cc -O  -sun3 -c  mzdelay.c
cc zdelay.o mzdelay.o  /cmil/lib/libcarl.a /cmil/lib/libieee.a -lm -o zdelay
