cc-and-mkdep.sun 231 B

1234567
  1. : '$Id$'
  2. : Compile and make dependencies. First argument is the file on which the
  3. : dependencies must be produced. This version is for the SUN cc.
  4. n=$1
  5. shift
  6. exec $CC -Qpath $UTIL_HOME/lib.bin -Qoption cpp -d$n -Qoption cpp -m $*