Makefile.fpc 585 B

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