fpc/utils/fpcm
Jonas Maebe c9ce918485 * regenerated for darwin/x86_64
git-svn-id: trunk@9181 -
2007-11-10 18:37:19 +00:00
..
fpcmake.inc * check cpu_target before passing it to fpc 2007-10-29 16:34:03 +00:00
fpcmake.ini * check cpu_target before passing it to fpc 2007-10-29 16:34:03 +00:00
fpcmake.pp
fpcmdic.pp
fpcmmain.pp + darwin/x86_64 support 2007-11-10 18:28:12 +00:00
fpcmpkg.pp
fpcmwr.pp * search for gtar first 2006-02-15 21:14:41 +00:00
Makefile * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
makefile.exm
Makefile.fpc * fixed fcl and fpcdir paths/dependencies 2007-03-04 19:59:42 +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`