/*
 *  DISTFILE
 */

/*
 * (c)Copyright 1992-93 by Tobias Ferber.
 *
 * This file is part of CPDIST.
 *
 * CPDIST is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published
 * by the Free Software Foundation; either version 1 of the License,
 * or (at your option) any later version.
 *
 * CPDIST is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with CPDIST; see the file COPYING.  If not, write to
 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 */

Distfile        // this file
cpdist.doc      // a tiny docfile
COPYING         // The GNU GENERAL PUBLIC LICENSE
TODO            // ideas and duties

/* makefiles */

DMakefile       // Makefile for Dillon's nice DICE (Amiga)
                // named MAKEFILE.DCC in distributions for MS-DOS systems
Makefile        // for the UNIX/Linux version of the GNU C/C++ compiler
Makefile.A      // for AMIGA implementations of GCC
MAKEFILE.DJ     // for the MS-DOS 386/G++ Compiler (DJGPP version 1.02)
MAKEFILE.TC     // for Turbo C Version 1.0+ (MS-DOS)

/* sources */

cpdist.h        // declarations, prototypes and defines
version.h       // version definition

main.c          // the main program
args.c          // a function to convert args
msg.c           // functions to print messages
keys.c          // add, find and remove keys
cpdist.c        // the cpdist routines

getkey.h      getkey.c     // read a keyboard event (from the console)
filecopy.h    filecopy.c   // functions to copy a file

/* missing */

MKLNK.C         // a command to generate so called ´response files' for
                // the Turbo C linker on MS-DOS machines
