SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
DONATE


YUM REPOSITORY

 
 

MAN page from RedHat EL 8 fpc-3.2.0-1.el8.x86_64.rpm

fpcmake

Section: Free Pascal Makefile constructor (1)
Updated: 11 Jan 2005
Index 

NAME

fpcmake - The Free Pascal makefile constructor program.

 

SYNOPSIS

fpcmake [-Ttarget] [-pwhrqvV] [filename [filename [filename]]]

 

DESCRIPTION

fpcmakereads a Makefile.fpcand converts it to a Makefilesuitable for reading by GNU maketo compile your projects. It is similar in functionality to GNU autoconf or Imakefor making X projects.

 

USAGE

fpcmakeaccepts filenames of makefile description files as it's command-linearguments. For each of these files it will create a Makefile in the same directory where the file is located, overwriting anyexisting file with the same name.

If no options are given, it just attempts to read the file Makefile.fpcin the current directory and tries to construct a Makefile from it.any previously existing Makefilewill be erased. See fpcmake(5)for a description of the format of theMakefile.fpcfile.

 

OPTIONS

fpcmake has a small number of options to control it's behaviour:

-h
Emit a short help text describing the use offpcmake
-p
If this option is given, a package description file is generated as well asa makefile.
-q
Tells fpcmaketo be more quiet, i.e. emit less messages.
-r
If this option is given, fpcmakewill recursively scan subdirectories for makefile.fpcfiles and generate makefiles for them.
-T
Specifies the targets for which fpcmake should generate makefiles. This can be a comma-separated list of targetsystems, or the special identifierallwhich indicates that a makefile should be generated for all supportedplatforms.
-v
This option instructsfpcmaketo be more verbose.
-V
Printfpcmakeversion and exit.
-w
This is the standard option and tellsfpcmaketo generate a makefile.

 

SEE ALSO

fpcmake(5)ppc386(1)make(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
USAGE
OPTIONS
SEE ALSO

This document was created byman2html,using the manual pages.