Makefile.fpc 536 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Makefile.fpc for Free Pascal Compiler Utils
  3. #
  4. [target]
  5. programs=fpc ppufiles ppudump ppumove
  6. [clean]
  7. units=ppu crc
  8. [compiler]
  9. unitdir=..
  10. sourcedir=..
  11. [install]
  12. fpcpackage=y
  13. [default]
  14. fpcdir=../..
  15. [rules]
  16. #
  17. # PPU Tools
  18. #
  19. ppu$(PPUEXT): ppu.pas
  20. ppufiles$(EXEEXT): ppufiles.pp ppu$(PPUEXT)
  21. ppudump$(EXEEXT): ppudump.pp ppu$(PPUEXT)
  22. ppumove$(EXEEXT): ppumove.pp ppu$(PPUEXT)
  23. #
  24. # Don't export some tools, which are found in the current dir if it's in
  25. # the path, so are not valid for the subdirs
  26. #
  27. unexport PPUFILES PPUMOVE