cc-and-mkdep.ack 192 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 ACK.
  5. n=$1
  6. shift
  7. exec $CC -Rcem-A$n -Rcem-m $*