fpc/utils/fpcm
Jonas Maebe 60d19ea1e6 * forgot to commit
git-svn-id: trunk@6224 -
2007-01-27 11:44:02 +00:00
..
fpcmake.inc * symbian support 2007-01-18 20:24:44 +00:00
fpcmake.ini * symbian support 2007-01-18 20:24:44 +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 * symbian support 2007-01-18 20:24:44 +00:00
fpcmpkg.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
fpcmwr.pp * search for gtar first 2006-02-15 21:14:41 +00:00
Makefile * forgot to commit 2007-01-27 11:44:02 +00:00
makefile.exm
Makefile.fpc * forgot to commit 2007-01-27 11:44:02 +00:00
readme.txt * old logs removed and tabs fixed 2002-09-07 15:40:30 +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`