]> git.tuebingen.mpg.de Git - paraslash.git/blob - depend.sh
rename vector_fmul_add() vector_fmul_reverse_c() and make them static.
[paraslash.git] / depend.sh
1 #!/bin/sh
2 dir="$1"
3 shift
4 gcc -MM -MG "$@" | sed -e "s@^\(.*\)\.o:@$dir/\1.d $dir/\1.o:@"