fpcmake   (1) manpage
fpcmake
1
12 Dec 1999
Free Pascal
Free Pascal Makefile constructor
  • NAME
      fpcmake - The Free Pascal makefile constructor program.
  • SYNOPSIS

      fpcmake [filename [filename [filename]]]
  • DESCRIPTION

      fpcmake reads a Makefile.fpc and converts it to a Makefile suitable for reading by GNU make to compile your projects. It is similar in functionality to GNU autoconf or Imake for making X projects.
  • USAGE

      fpcmake accepts filenames of makefile description files as it's command-line arguments. For each of these files it will create a Makefile in the same directory where the file is located, overwriting any existing file with the same name.
      If no options are given, it just attempts to read the file Makefile.fpc in the current directory and tries to construct a Makefile from it. any previously existing Makefile will be erased. See fpcmake(5) for a description of the format of the Makefile.fpc file.
  • SEE ALSO
Current Users: 44 © 1999-2006 Linux.com.hk PenguinSoft
All trademarks and copyrights on this page are owned by their respective companies. Linux is a trademark of Linus Torvalds.