readme.txt 897 B

12345678910111213141516171819202122
  1. This utility is used to re-create the complete
  2. Free Pascal makefiles, depending on the rules
  3. specified in the Makefile.fpc files.
  4. Some tips:
  5. - To regenerate the makefiles for all supported
  6. targets, simply do : fpcmake -Tall
  7. - To regenerate the complete makefile tree
  8. for all targets (under UNIX):
  9. fpcmake -Tall -w `find . -name Makefile.fpc`
  10. To avoid svn conflicts for each locally changed Makefile
  11. instead of using the current date for fpcmake executable,
  12. revision.inc file is automatically updated to contain
  13. the lastest date and revision of the files that do matter for
  14. the Makefile generation.
  15. Each time any of these files "fpc*.pp fpcmake.ini Makefile.fpc"
  16. is modified, revision.inc content is modified.
  17. This modified content should also be committed, to have correct
  18. revision.inc content even on systems that do not have
  19. svnversion binary or on exported trees.
  20. PM 2013-04-26