File: depend.sh

package info (click to toggle)
quotatool 1%3A1.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 576 kB
  • sloc: sh: 3,238; ansic: 2,217; makefile: 57
file content (7 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#!/bin/sh
#
# depend.sh
# Generated automatically from depend.sh.in by configure.

set -e
gcc -MM $* | sed 's#\($*\)\.o[ :]*#\1.o $@ : #g'