fpc/utils/fpcm
yury 4ee4e6fba0 * Top level makefile: Fixed and simplified cross-building. It is now possible to perform cross builds when having only bootstrap compiler executable.
- Always use fresh native fpcmake executable.
  - Build fresh native fpcmake executable when cross-compiling.
  - Explicitly specify a compiler which is used to bootstrap fpmake and fpcmake. Always use fresh native compiler for that. 
* New bootstrap target for fpcmake to build native fpcmake regardless of CPU/OS settings.

git-svn-id: trunk@23641 -
2013-02-21 14:54:57 +00:00
..
fpcmake.inc * Use standard Android NDK prefixes for binutils by default. 2013-02-13 17:35:55 +00:00
fpcmake.ini * Use standard Android NDK prefixes for binutils by default. 2013-02-13 17:35:55 +00:00
fpcmake.pp
fpcmdic.pp
fpcmmain.pp Rebase with r21814 2012-07-07 23:09:20 +00:00
fpcmpkg.pp
fpcmwr.pp
fpmake.pp
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
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
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`