home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / misc / cvt / source / distfile < prev    next >
Text File  |  1994-05-28  |  698b  |  25 lines

  1. /*
  2.  *  DISTFILE for the CV package
  3.  *
  4.  *  (c)Copyright 1993 by Tobias Ferber,  All Rights Reserved
  5.  */
  6.  
  7. Distfile        // this file
  8. Makefile        // for the UNIX/Linux version of the GNU C/C++ compiler
  9. Makefile.A      // for AMIGA implementations of GCC
  10. MAKEFILE.DJ     // for the MS-DOS 386/G++ Compiler (DJGPP version 1.02)
  11. MAKEFILE.TC     // for Turbo-C Version 1.0+ (MS-DOS)
  12. DMakefile       // for Matt Dillon's nice DICE (Amiga)
  13.                 // named MAKEFILE.DCC in distributions for MS-DOS
  14.  
  15. // sources
  16.  
  17. main.c args.c flist.c rules.c cvtparse.c
  18. cvt.c cvt.h
  19. echo.c numdigits.c tfname.c
  20. filecopy.c filecopy.h
  21.  
  22. getenv_c        // needed by DCC (Amiga)
  23.  
  24. cvt.doc         // tiny doc for cvt
  25.