fpc/utils/fpcm
2010-03-21 12:49:21 +00:00
..
fpcmake.inc * run clean_files target also for distclean, fixes cleaning of installer.pas 2010-03-21 12:49:21 +00:00
fpcmake.ini * run clean_files target also for distclean, fixes cleaning of installer.pas 2010-03-21 12:49:21 +00:00
fpcmake.pp
fpcmdic.pp
fpcmmain.pp + patch by Sven Barth to add native NT rtl support to the compiler, resolves #14886 2010-01-07 17:42:11 +00:00
fpcmpkg.pp
fpcmwr.pp + Add support for programs in clean section 2010-01-22 15:18:30 +00:00
Makefile * Update Makefiles 2009-12-10 08:26:29 +00:00
makefile.exm
Makefile.fpc
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`