fpc/utils/fpcm
2013-03-10 18:19:52 +00:00
..
fpcmake.inc * treat msdos as 8.3 target in the makefiles as the compiler does 2013-03-10 18:19:52 +00:00
fpcmake.ini * treat msdos as 8.3 target in the makefiles as the compiler does 2013-03-10 18:19:52 +00:00
fpcmake.pp
fpcmdic.pp
fpcmmain.pp + msdos 2013-03-10 17:30:35 +00:00
fpcmpkg.pp
fpcmwr.pp Avoid TARGET_DIRS_TARGET_DIRS garbage by explicitly setting result of string function in AddTargetDefines method to empty at startup 2013-03-06 16:40:04 +00:00
fpmake.pp * Added fpmake.pp files for some utils 2012-04-06 22:47:03 +00:00
Makefile * Top level makefile: Fixed and simplified cross-building. It is now possible to perform cross builds when having only bootstrap compiler executable. 2013-02-21 14:54:57 +00:00
makefile.exm * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
Makefile.fpc * Top level makefile: Fixed and simplified cross-building. It is now possible to perform cross builds when having only bootstrap compiler executable. 2013-02-21 14:54:57 +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`