OLD | NEW |
1 #! /bin/sh | 1 #! /bin/sh |
2 # depcomp - compile a program generating dependencies as side-effects | 2 # depcomp - compile a program generating dependencies as side-effects |
3 | 3 |
4 scriptversion=2007-03-29.01 | 4 scriptversion=2007-03-29.01 |
5 | 5 |
6 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 Free Software | 6 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 Free Software |
7 # Foundation, Inc. | 7 # Foundation, Inc. |
8 | 8 |
9 # This program is free software; you can redistribute it and/or modify | 9 # This program is free software; you can redistribute it and/or modify |
10 # it under the terms of the GNU General Public License as published by | 10 # it under the terms of the GNU General Public License as published by |
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
580 exit 0 | 580 exit 0 |
581 | 581 |
582 # Local Variables: | 582 # Local Variables: |
583 # mode: shell-script | 583 # mode: shell-script |
584 # sh-indentation: 2 | 584 # sh-indentation: 2 |
585 # eval: (add-hook 'write-file-hooks 'time-stamp) | 585 # eval: (add-hook 'write-file-hooks 'time-stamp) |
586 # time-stamp-start: "scriptversion=" | 586 # time-stamp-start: "scriptversion=" |
587 # time-stamp-format: "%:y-%02m-%02d.%02H" | 587 # time-stamp-format: "%:y-%02m-%02d.%02H" |
588 # time-stamp-end: "$" | 588 # time-stamp-end: "$" |
589 # End: | 589 # End: |
OLD | NEW |