Makefile.fpc 465 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # Makefile.fpc for gba units
  3. #
  4. [package]
  5. name=libgbafpc
  6. version=2.7.1
  7. [target]
  8. loaders=core_asm
  9. units=gba maxmod
  10. exampledirs=examples
  11. [compiler]
  12. options=
  13. includedir=src src/maxmod
  14. sourcedir=src tests
  15. [prerules]
  16. BINUTILSPREFIX=arm-eabi-
  17. [install]
  18. fpcpackage=y
  19. [default]
  20. cpu=arm
  21. target=gba
  22. fpcdir=../..
  23. [require]
  24. nortl=y
  25. [rules]
  26. .NOTPARALLEL:
  27. core_asm$(OEXT):src/gba/core_asm.as
  28. $(AS) -o $(UNITTARGETDIRPREFIX)core_asm$(OEXT) src/gba/core_asm.as