home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-06-05 | 8.8 KB | 347 lines |
- # Project: sox10
-
-
- # Toolflags:
- CCflags = -c -pcc -depend !Depend -throwback -IUnixLib: -JUnixLib: -DARM
- C++flags = -c -depend !Depend -throwback -IC:
- Pascalflags = -c -depend !Depend -throwback -IP:
- Linkflags = -c++ -o $@
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
- Drlinkflags = -aif -nounused -debimage -o $@
-
-
- # Final targets:
- @.sox: @.o.8svx @.o.aiff @.o.au @.o.auto @.o.avg @.o.band @.o.cdr @.o.ceil \
- @.o.copy @.o.dat @.o.dyn @.o.echo @.o.floor @.o.g711 @.o.g721 @.o.g723_24 @.o.g723_40 \
- @.o.g72x @.o.getopt @.o.handlers @.o.hcom @.o.highp @.o.libst @.o.lowp @.o.misc \
- @.o.pred @.o.rate @.o.raw @.o.reverse @.o.sf @.o.smp @.o.sndrtool @.o.sox @.o.stat \
- @.o.vibro @.o.voc @.o.wav
- drlink $(drlinkflags) @.o.8svx @.o.aiff @.o.au @.o.auto @.o.avg @.o.band \
- @.o.cdr @.o.ceil @.o.copy @.o.dat @.o.dyn @.o.echo @.o.floor @.o.g711 @.o.g721 \
- @.o.g723_24 @.o.g723_40 @.o.g72x @.o.getopt @.o.handlers @.o.hcom @.o.highp @.o.libst \
- @.o.lowp @.o.misc @.o.pred @.o.rate @.o.raw @.o.reverse @.o.sf @.o.smp @.o.sndrtool \
- @.o.sox @.o.stat @.o.vibro @.o.voc @.o.wav UnixLib:o.UnixLib
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.8svx: @.c.8svx
- cc $(ccflags) -o @.o.8svx @.c.8svx
- @.o.aiff: @.c.aiff
- cc $(ccflags) -o @.o.aiff @.c.aiff
- @.o.au: @.c.au
- cc $(ccflags) -o @.o.au @.c.au
- @.o.auto: @.c.auto
- cc $(ccflags) -o @.o.auto @.c.auto
- @.o.avg: @.c.avg
- cc $(ccflags) -o @.o.avg @.c.avg
- @.o.band: @.c.band
- cc $(ccflags) -o @.o.band @.c.band
- @.o.cdr: @.c.cdr
- cc $(ccflags) -o @.o.cdr @.c.cdr
- @.o.ceil: @.c.ceil
- cc $(ccflags) -o @.o.ceil @.c.ceil
- @.o.copy: @.c.copy
- cc $(ccflags) -o @.o.copy @.c.copy
- @.o.dat: @.c.dat
- cc $(ccflags) -o @.o.dat @.c.dat
- @.o.dyn: @.c.dyn
- cc $(ccflags) -o @.o.dyn @.c.dyn
- @.o.echo: @.c.echo
- cc $(ccflags) -o @.o.echo @.c.echo
- @.o.floor: @.c.floor
- cc $(ccflags) -o @.o.floor @.c.floor
- @.o.g711: @.c.g711
- cc $(ccflags) -o @.o.g711 @.c.g711
- @.o.g721: @.c.g721
- cc $(ccflags) -o @.o.g721 @.c.g721
- @.o.g723_24: @.c.g723_24
- cc $(ccflags) -o @.o.g723_24 @.c.g723_24
- @.o.g723_40: @.c.g723_40
- cc $(ccflags) -o @.o.g723_40 @.c.g723_40
- @.o.g72x: @.c.g72x
- cc $(ccflags) -o @.o.g72x @.c.g72x
- @.o.getopt: @.c.getopt
- cc $(ccflags) -o @.o.getopt @.c.getopt
- @.o.handlers: @.c.handlers
- cc $(ccflags) -o @.o.handlers @.c.handlers
- @.o.hcom: @.c.hcom
- cc $(ccflags) -o @.o.hcom @.c.hcom
- @.o.highp: @.c.highp
- cc $(ccflags) -o @.o.highp @.c.highp
- @.o.libst: @.c.libst
- cc $(ccflags) -o @.o.libst @.c.libst
- @.o.lowp: @.c.lowp
- cc $(ccflags) -o @.o.lowp @.c.lowp
- @.o.misc: @.c.misc
- cc $(ccflags) -o @.o.misc @.c.misc
- @.o.pred: @.c.pred
- cc $(ccflags) -o @.o.pred @.c.pred
- @.o.rate: @.c.rate
- cc $(ccflags) -o @.o.rate @.c.rate
- @.o.raw: @.c.raw
- cc $(ccflags) -o @.o.raw @.c.raw
- @.o.reverse: @.c.reverse
- cc $(ccflags) -o @.o.reverse @.c.reverse
- @.o.sf: @.c.sf
- cc $(ccflags) -o @.o.sf @.c.sf
- @.o.smp: @.c.smp
- cc $(ccflags) -o @.o.smp @.c.smp
- @.o.sndrtool: @.c.sndrtool
- cc $(ccflags) -o @.o.sndrtool @.c.sndrtool
- @.o.sox: @.c.sox
- cc $(ccflags) -o @.o.sox @.c.sox
- @.o.stat: @.c.stat
- cc $(ccflags) -o @.o.stat @.c.stat
- @.o.vibro: @.c.vibro
- cc $(ccflags) -o @.o.vibro @.c.vibro
- @.o.voc: @.c.voc
- cc $(ccflags) -o @.o.voc @.c.voc
- @.o.wav: @.c.wav
- cc $(ccflags) -o @.o.wav @.c.wav
-
-
- # Dynamic dependencies:
- o.8svx: c.8svx
- o.8svx: UnixLib:sys.h.types
- o.8svx: UnixLib:h.math
- o.8svx: UnixLib:h.errno
- o.8svx: UnixLib:h.float
- o.8svx: UnixLib:h.errno
- o.8svx: h.st
- o.8svx: UnixLib:h.stdio
- o.8svx: UnixLib:h.stdarg
- o.aiff: c.aiff
- o.aiff: UnixLib:h.math
- o.aiff: UnixLib:h.errno
- o.aiff: UnixLib:h.float
- o.aiff: h.st
- o.aiff: UnixLib:h.stdio
- o.aiff: UnixLib:h.stdarg
- o.aiff: UnixLib:sys.h.types
- o.au: c.au
- o.au: h.st
- o.au: UnixLib:h.stdio
- o.au: UnixLib:h.stdarg
- o.au: UnixLib:sys.h.types
- o.au: h.g72x
- o.auto: c.auto
- o.auto: h.st
- o.auto: UnixLib:h.stdio
- o.auto: UnixLib:h.stdarg
- o.auto: UnixLib:sys.h.types
- o.band: c.band
- o.band: UnixLib:h.math
- o.band: UnixLib:h.errno
- o.band: UnixLib:h.float
- o.band: h.st
- o.band: UnixLib:h.stdio
- o.band: UnixLib:h.stdarg
- o.band: UnixLib:sys.h.types
- o.cdr: c.cdr
- o.cdr: h.st
- o.cdr: UnixLib:h.stdio
- o.cdr: UnixLib:h.stdarg
- o.cdr: UnixLib:sys.h.types
- o.ceil: c.ceil
- o.ceil: h.st
- o.ceil: UnixLib:h.stdio
- o.ceil: UnixLib:h.stdarg
- o.ceil: UnixLib:sys.h.types
- o.copy: c.copy
- o.copy: h.st
- o.copy: UnixLib:h.stdio
- o.copy: UnixLib:h.stdarg
- o.copy: UnixLib:sys.h.types
- o.dat: c.dat
- o.dat: h.st
- o.dat: UnixLib:h.stdio
- o.dat: UnixLib:h.stdarg
- o.dat: UnixLib:sys.h.types
- o.dat: h.libst
- o.dyn: c.dyn
- o.dyn: h.st
- o.dyn: UnixLib:h.stdio
- o.dyn: UnixLib:h.stdarg
- o.dyn: UnixLib:sys.h.types
- o.dyn: UnixLib:h.math
- o.dyn: UnixLib:h.errno
- o.dyn: UnixLib:h.float
- o.echo: c.echo
- o.echo: UnixLib:h.stdlib
- o.echo: UnixLib:sys.h.types
- o.echo: UnixLib:h.math
- o.echo: UnixLib:h.errno
- o.echo: UnixLib:h.float
- o.echo: h.st
- o.echo: UnixLib:h.stdio
- o.echo: UnixLib:h.stdarg
- o.floor: c.floor
- o.floor: h.st
- o.floor: UnixLib:h.stdio
- o.floor: UnixLib:h.stdarg
- o.floor: UnixLib:sys.h.types
- o.g711: c.g711
- o.g721: c.g721
- o.g721: h.st
- o.g721: UnixLib:h.stdio
- o.g721: UnixLib:h.stdarg
- o.g721: UnixLib:sys.h.types
- o.g721: h.g72x
- o.g723_24: c.g723_24
- o.g723_24: h.st
- o.g723_24: UnixLib:h.stdio
- o.g723_24: UnixLib:h.stdarg
- o.g723_24: UnixLib:sys.h.types
- o.g723_24: h.g72x
- o.g723_40: c.g723_40
- o.g723_40: h.st
- o.g723_40: UnixLib:h.stdio
- o.g723_40: UnixLib:h.stdarg
- o.g723_40: UnixLib:sys.h.types
- o.g723_40: h.g72x
- o.handlers: c.handlers
- o.handlers: h.st
- o.handlers: UnixLib:h.stdio
- o.handlers: UnixLib:h.stdarg
- o.handlers: UnixLib:sys.h.types
- o.hcom: c.hcom
- o.hcom: h.st
- o.hcom: UnixLib:h.stdio
- o.hcom: UnixLib:h.stdarg
- o.hcom: UnixLib:sys.h.types
- o.hcom: UnixLib:h.string
- o.hcom: UnixLib:h.errno
- o.highp: c.highp
- o.highp: UnixLib:h.math
- o.highp: UnixLib:h.errno
- o.highp: UnixLib:h.float
- o.highp: h.st
- o.highp: UnixLib:h.stdio
- o.highp: UnixLib:h.stdarg
- o.highp: UnixLib:sys.h.types
- o.libst: c.libst
- o.lowp: c.lowp
- o.lowp: UnixLib:h.math
- o.lowp: UnixLib:h.errno
- o.lowp: UnixLib:h.float
- o.lowp: h.st
- o.lowp: UnixLib:h.stdio
- o.lowp: UnixLib:h.stdarg
- o.lowp: UnixLib:sys.h.types
- o.misc: c.misc
- o.misc: h.st
- o.misc: UnixLib:h.stdio
- o.misc: UnixLib:h.stdarg
- o.misc: UnixLib:sys.h.types
- o.pred: c.pred
- o.pred: h.st
- o.pred: UnixLib:h.stdio
- o.pred: UnixLib:h.stdarg
- o.pred: UnixLib:sys.h.types
- o.rate: c.rate
- o.rate: UnixLib:h.math
- o.rate: UnixLib:h.errno
- o.rate: UnixLib:h.float
- o.rate: h.st
- o.rate: UnixLib:h.stdio
- o.rate: UnixLib:h.stdarg
- o.rate: UnixLib:sys.h.types
- o.raw: c.raw
- o.raw: h.st
- o.raw: UnixLib:h.stdio
- o.raw: UnixLib:h.stdarg
- o.raw: UnixLib:sys.h.types
- o.raw: h.libst
- o.reverse: c.reverse
- o.reverse: UnixLib:h.math
- o.reverse: UnixLib:h.errno
- o.reverse: UnixLib:h.float
- o.reverse: h.st
- o.reverse: UnixLib:h.stdio
- o.reverse: UnixLib:h.stdarg
- o.reverse: UnixLib:sys.h.types
- o.smp: c.smp
- o.smp: h.st
- o.smp: UnixLib:h.stdio
- o.smp: UnixLib:h.stdarg
- o.smp: UnixLib:sys.h.types
- o.smp: UnixLib:h.string
- o.smp: UnixLib:h.errno
- o.sndrtool: c.sndrtool
- o.sndrtool: UnixLib:h.math
- o.sndrtool: UnixLib:h.errno
- o.sndrtool: UnixLib:h.float
- o.sndrtool: h.st
- o.sndrtool: UnixLib:h.stdio
- o.sndrtool: UnixLib:h.stdarg
- o.sndrtool: UnixLib:sys.h.types
- o.sox: c.sox
- o.sox: h.st
- o.sox: UnixLib:h.stdio
- o.sox: UnixLib:h.stdarg
- o.sox: UnixLib:sys.h.types
- o.sox: UnixLib:sys.h.types
- o.sox: UnixLib:sys.h.stat
- o.sox: UnixLib:h.stdarg
- o.sox: UnixLib:h.ctype
- o.sox: UnixLib:h.string
- o.sox: UnixLib:h.errno
- o.sox: UnixLib:h.errno
- o.vibro: c.vibro
- o.vibro: UnixLib:h.math
- o.vibro: UnixLib:h.errno
- o.vibro: UnixLib:h.float
- o.vibro: h.st
- o.vibro: UnixLib:h.stdio
- o.vibro: UnixLib:h.stdarg
- o.vibro: UnixLib:sys.h.types
- o.voc: c.voc
- o.voc: h.st
- o.voc: UnixLib:h.stdio
- o.voc: UnixLib:h.stdarg
- o.voc: UnixLib:sys.h.types
- o.wav: c.wav
- o.wav: h.st
- o.wav: UnixLib:h.stdio
- o.wav: UnixLib:h.stdarg
- o.wav: UnixLib:sys.h.types
- o.wav: h.wav
- o.avg: c.avg
- o.avg: h.st
- o.avg: UnixLib:h.stdio
- o.avg: UnixLib:h.stdarg
- o.avg: UnixLib:sys.h.types
- o.g72x: c.g72x
- o.g72x: h.st
- o.g72x: UnixLib:h.stdio
- o.g72x: UnixLib:h.stdarg
- o.g72x: UnixLib:sys.h.types
- o.g72x: h.g72x
- o.getopt: c.getopt
- o.getopt: UnixLib:h.stdio
- o.getopt: UnixLib:h.stdarg
- o.getopt: UnixLib:sys.h.types
- o.getopt: UnixLib:h.string
- o.getopt: UnixLib:h.errno
- o.getopt: h.st
- o.getopt: UnixLib:h.stdio
- o.sf: c.sf
- o.sf: h.st
- o.sf: UnixLib:h.stdio
- o.sf: UnixLib:h.stdarg
- o.sf: UnixLib:sys.h.types
- o.sf: h.sfheader
- o.sf: UnixLib:h.string
- o.sf: UnixLib:h.errno
- o.stat: c.stat
- o.stat: h.st
- o.stat: UnixLib:h.stdio
- o.stat: UnixLib:h.stdarg
- o.stat: UnixLib:sys.h.types
-