cc-and-mkdep.sun 241 B

12345678
  1. #!/bin/sh
  2. : '$Id$'
  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 $*