Makefile.fpc 669 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. programs_linux=grab_vcsa
  11. dirs_win32=fpmc fpcres
  12. dirs_linux=fpcres
  13. dirs_freebsd=fpcres
  14. rsts=rstconv
  15. [require]
  16. packages=fcl paszlib hash
  17. [clean]
  18. units=ptopu
  19. [install]
  20. fpcpackage=y
  21. [default]
  22. fpcdir=..
  23. [rules]
  24. #
  25. # Pascal beautifier
  26. #
  27. ptop$(EXEEXT): ptop.pp ptopu$(PPUEXT)
  28. ptopu$(PPUEXT): ptopu.pp
  29. #
  30. # Other
  31. #
  32. ppdep$(EXEEXT): ppdep.pp
  33. #
  34. # Don't export some tools, which are found in the current dir if it's in
  35. # the path, so are not valid for the subdirs
  36. #
  37. unexport DATA2INC