Makefile.fpc 572 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #
  2. # Makefile.fpc for Free Pascal Utils
  3. #
  4. [package]
  5. name=utils
  6. version=1.0.8
  7. [target]
  8. dirs=fpcm tply h2pas fprcp dxegen fpdoc
  9. programs=ppdep ptop rstconv data2inc delp bin2obj postw32
  10. dirs_win32=fpmc
  11. [require]
  12. packages=fcl
  13. [clean]
  14. units=ptopu
  15. [install]
  16. fpcpackage=y
  17. [default]
  18. fpcdir=..
  19. [rules]
  20. #
  21. # Pascal beautifier
  22. #
  23. ptop$(EXEEXT): ptop.pp ptopu$(PPUEXT)
  24. ptopu$(PPUEXT): ptopu.pp
  25. #
  26. # Other
  27. #
  28. ppdep$(EXEEXT): ppdep.pp
  29. #
  30. # Don't export some tools, which are found in the current dir if it's in
  31. # the path, so are not valid for the subdirs
  32. #
  33. unexport DATA2INC