convert_fpmake.txt 652 B

123456789101112131415161718
  1. The convert_all_fpmake.sh script generates the Makefile.fpc's for calling
  2. fpmake.
  3. It does that for all packages in sub-directories of the current directory. The
  4. Makefile.fpc's are based on the Makefile.fpmake.template and the
  5. Makefile.fpmake.bs.template, the latter for packages that are needed to bootstrap the fpmkunit. Note that the fpmkunint-package is skipped by this
  6. script, since it's Makefile.fpc is very different from the others.
  7. For generating the utils-makefiles do:
  8. cd utils
  9. fpcm/convert_all_fpmake.sh -d ../../packages -p fpcm
  10. For generating the packages-makefiles:
  11. cd packages
  12. ../utils/fpcm/convert_all_fpmake.sh -p ../utils/fpcm