Makefile.fpc 550 B

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