source:
lemon-0.x/scripts/see-deps
@
  2170:42fffa713424
        
        | Last change on this file since 2170:42fffa713424 was 2170:42fffa713424, checked in by , 19 years ago | |
|---|---|
            
  | 
        |
| File size: 213 bytes | |
| Rev | Line | |
|---|---|---|
| [2169] | 1 | #!/bin/bash | 
| 2 | ||
| 3 | echo '#include<'$1'>' >seedeps_tmp.cc | |
| 4 | gcc -MM -I. -I.. -I../.. $2 seedeps_tmp.cc|tr ':' ' '|tr '\' ' '|tr ' ' '\n'| | |
| [2170] | 5 | egrep -v '^$'|egrep -v '.o$'|egrep -v '.cc$'|grep -v '^'$1'$'|sort | 
| [2169] | 6 | rm seedeps_tmp.cc | 
Note: See TracBrowser
        for help on using the repository browser.
    
