root / branches / leocad-0-71 / depend.sh
| Revision 2, 113 bytes (checked in by docwhat, 9 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | CC=$1 |
| 4 | shift |
| 5 | |
| 6 | # $CC -M -MG $* | \ |
| 7 | |
| 8 | ( $CC -MM $* || exit 1 ) | \ |
| 9 | sed \ |
| 10 | -e 's@^\(.*\)\.o:@\1.d \1.o:@' |
Note: See TracBrowser
for help on using the browser.
