Pristine Ack-5.5
[Ack-5.5.git] / bin / cc-and-mkdep.sun
1 : '$Id: cc-and-mkdep.sun,v 1.2 1994/06/23 13:46:40 ceriel Exp $'
2
3 : Compile and make dependencies. First argument is the file on which the
4 : dependencies must be produced. This version is for the SUN cc.
5 n=$1
6 shift
7 exec $CC -Qpath $UTIL_HOME/lib.bin -Qoption cpp -d$n -Qoption cpp -m $*