Makefile.fpc 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. #
  2. # Makefile.fpc for Free Pascal Utils
  3. #
  4. [package]
  5. name=utils
  6. version=2.4.5
  7. [target]
  8. dirs=fppkg fpcm tply h2pas fprcp dxegen fpdoc fpcmkcfg instantfpc
  9. programs=ppdep ptop rstconv data2inc delp bin2obj postw32 rmcvsdir
  10. programs_linux=grab_vcsa
  11. dirs_win32=fpmc fpcres rmwait
  12. dirs_win64=fpmc fpcres rmwait
  13. dirs_wince=fpcres rmwait
  14. dirs_haiku=fpcres
  15. dirs_linux=fpcres
  16. dirs_freebsd=fpcres
  17. dirs_openbsd=fpcres
  18. dirs_netbsd=fpcres
  19. dirs_darwin=fpcres fpcreslipo
  20. dirs_solaris=fpcres
  21. dirs_os2=fpmc fpcres rmwait
  22. dirs_emx=fpmc fpcres rmwait
  23. dirs_go32v2=rmwait
  24. rsts=rstconv
  25. [require]
  26. packages=fcl-base paszlib hash
  27. packages_darwin=univint
  28. [clean]
  29. units=ptopu
  30. [install]
  31. fpcpackage=y
  32. [default]
  33. fpcdir=..
  34. [rules]
  35. #
  36. # Pascal beautifier
  37. #
  38. ptop$(EXEEXT): ptop.pp ptopu$(PPUEXT)
  39. ptopu$(PPUEXT): ptopu.pp
  40. #
  41. # Other
  42. #
  43. ppdep$(EXEEXT): ppdep.pp
  44. #
  45. # Don't export some tools, which are found in the current dir if it's in
  46. # the path, so are not valid for the subdirs
  47. #
  48. unexport DATA2INC
  49. # order dependencies to avoid link.res clashes
  50. # -- only supported as of Make 3.80, which is not available for go32v2 ->
  51. # no parallel making here...
  52. #
  53. #grab_vcsa$(EXEEXT): | ppdep$(EXEEXT)
  54. #
  55. #ppdep$(EXEEXT): | ptop$(EXEEXT)
  56. #
  57. #ptop$(EXEEXT): | postw32$(EXEEXT)
  58. #
  59. #postw32$(EXEEXT): | rstconv$(EXEEXT)
  60. #
  61. #rstconv$(EXEEXT): | data2inc$(EXEEXT)
  62. #
  63. #data2inc$(EXEEXT): | delp$(EXEEXT)
  64. #
  65. #delp$(EXEEXT): | bin2obj$(EXEEXT)
  66. .NOTPARALLEL: