fpc/utils/fpcm
pierre 93c1c74e02 * Update Makefiles
git-svn-id: trunk@14382 -
2009-12-10 08:26:29 +00:00
..
fpcmake.inc * haiku now an unix, Mantis 15032 2009-12-04 13:03:41 +00:00
fpcmake.ini * haiku now an unix, Mantis 15032 2009-12-04 13:03:41 +00:00
fpcmake.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
fpcmdic.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
fpcmmain.pp + mips* 2009-11-26 19:39:23 +00:00
fpcmpkg.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
fpcmwr.pp * Fix position of fpcmade file for rtl 2009-11-07 01:01:31 +00:00
Makefile * Update Makefiles 2009-12-10 08:26:29 +00:00
makefile.exm
Makefile.fpc * fixed fcl and fpcdir paths/dependencies 2007-03-04 19:59:42 +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

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`