GNUmakefile 780 B

123456789101112131415
  1. ares.components += mos6502 ym2149 ym2413 x24c01
  2. ares.objects += ares-fc-interface ares-fc-system ares-fc-controller
  3. ares.objects += ares-fc-cartridge ares-fc-cpu ares-fc-apu ares-fc-ppu
  4. ares.objects += ares-fc-fds
  5. $(object.path)/ares-fc-interface.o: $(ares.path)/fc/interface/interface.cpp
  6. $(object.path)/ares-fc-system.o: $(ares.path)/fc/system/system.cpp
  7. $(object.path)/ares-fc-controller.o: $(ares.path)/fc/controller/controller.cpp
  8. $(object.path)/ares-fc-cartridge.o: $(ares.path)/fc/cartridge/cartridge.cpp
  9. $(object.path)/ares-fc-cpu.o: $(ares.path)/fc/cpu/cpu.cpp
  10. $(object.path)/ares-fc-apu.o: $(ares.path)/fc/apu/apu.cpp
  11. $(object.path)/ares-fc-ppu.o: $(ares.path)/fc/ppu/ppu.cpp
  12. $(object.path)/ares-fc-fds.o: $(ares.path)/fc/fds/fds.cpp