Makefile.fpc 631 B

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