home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / graphtal / mkdep < prev    next >
Text File  |  1992-10-28  |  122b  |  6 lines

  1. #!/bin/sh
  2. for srcfile
  3. do
  4.   /usr/lib/cpp -M -I. -I/usr/local/include/CC -I/usr/include/CC -I/usr/include/cxx $srcfile
  5. done
  6.