fpc/utils/fpcm
Jonas Maebe 390ece6e0b * regenerated after r11180
git-svn-id: trunk@11193 -
2008-06-04 17:22:44 +00:00
..
fpcmake.inc * regenerated after r11180 2008-06-04 17:22:44 +00:00
fpcmake.ini * fixed fpc_zipinstall for go32v2 and the like 2008-06-03 14:01:09 +00:00
fpcmake.pp
fpcmdic.pp
fpcmmain.pp + Haiku support by Olivier Coursière based on old BeOS support 2008-05-19 17:33:35 +00:00
fpcmpkg.pp
fpcmwr.pp * also include sec_units if only implicitunits are available 2008-01-22 08:45:14 +00:00
Makefile * fixed fpc_zipinstall for go32v2 and the like 2008-06-03 14:01:09 +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

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`