2006-07-18 16:45:57 +00:00
|
|
|
#!/bin/sh
|
1994-06-23 13:47:02 +00:00
|
|
|
: '$Id$'
|
1991-10-10 14:39:33 +00:00
|
|
|
|
|
|
|
: Compile and make dependencies. First argument is the file on which the
|
|
|
|
: dependencies must be produced. This version is for the SUN cc.
|
|
|
|
n=$1
|
|
|
|
shift
|
|
|
|
exec $CC -Qpath $UTIL_HOME/lib.bin -Qoption cpp -d$n -Qoption cpp -m $*
|