fpc/utils/fpcm
2004-11-01 17:17:33 +00:00
..
fpcmake.inc * units are now created in separate directory units/cpu-os/ 2004-10-30 12:36:43 +00:00
fpcmake.ini * units are now created in separate directory units/cpu-os/ 2004-10-30 12:36:43 +00:00
fpcmake.pp * updated help text 2004-04-01 12:16:31 +00:00
fpcmdic.pp
fpcmmain.pp * added target netwlibc 2004-09-04 21:24:43 +00:00
fpcmpkg.pp
fpcmwr.pp * __missing_command will now have the name of the missing command appended. 2004-11-01 17:17:33 +00:00
Makefile * units are now created in separate directory units/cpu-os/ 2004-10-30 12:36:43 +00:00
makefile.exm
Makefile.fpc
readme.txt

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`