fpc/utils/fpcm
pierre ab54fee4d8 Use ./ prefix for ppas on Unix systems
git-svn-id: trunk@23959 -
2013-03-22 22:17:11 +00:00
..
fpcmake.inc * Use standard Android NDK prefixes for binutils by default. 2013-02-13 17:35:55 +00:00
fpcmake.ini Use ./ prefix for ppas on Unix systems 2013-03-22 22:17:11 +00:00
fpcmake.pp
fpcmdic.pp
fpcmmain.pp Use revision.inc include file if REVINC conditional is set 2013-03-22 14:49:20 +00:00
fpcmpkg.pp
fpcmwr.pp Avoid TARGET_DIRS_TARGET_DIRS garbage by explicitly setting result of string function in AddTargetDefines method to empty at startup 2013-03-06 16:40:04 +00:00
fpmake.pp * Added fpmake.pp files for some utils 2012-04-06 22:47:03 +00:00
get_revision.sh Accept list of file as parameters of the script 2013-03-22 15:26:47 +00:00
Makefile Regenerated Makefile and new revision.inc 2013-03-22 15:31:42 +00:00
makefile.exm * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
Makefile.fpc Use revision.inc file if present 2013-03-22 15:27:13 +00:00
printmakefilefpcrequirements.sh * shellscript to print deps based on makefile.fpc requirement lines 2008-01-27 10:49:05 +00:00
readme.txt * fixed small typo 2007-10-21 14:39:52 +00:00
revision.inc Regenerated Makefile and new revision.inc 2013-03-22 15:31:42 +00:00

This utility is used to re-create the complete
Free Pascal makefiles, depending on the rules
specified in the Makefile.fpc files.

Some tips:
- To regenerate the makefiles for all supported
  targets, simply do : fpcmake -Tall
- To regenerate the complete makefile tree
  for all targets (under UNIX): 
    fpcmake -Tall -w `find . -name Makefile.fpc`