Makefile.fpc 548 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. targetdir=.
  10. unitdir=..
  11. sourcedir=..
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../..
  16. [rules]
  17. #
  18. # PPU Tools
  19. #
  20. ppu$(PPUEXT): ppu.pas
  21. ppufiles$(EXEEXT): ppufiles.pp ppu$(PPUEXT)
  22. ppudump$(EXEEXT): ppudump.pp ppu$(PPUEXT)
  23. ppumove$(EXEEXT): ppumove.pp ppu$(PPUEXT)
  24. #
  25. # Don't export some tools, which are found in the current dir if it's in
  26. # the path, so are not valid for the subdirs
  27. #
  28. unexport PPUFILES PPUMOVE