############################################################################## ## Include module-specific Makefiles. ############################################################################## include cfg/subMakefile # Machine configuration include misc/subMakefile # Miscellaneous support routines. include plat/subMakefile # Platform-specific initialization include event/subMakefile # Event subsystem include gfx/subMakefile # Graphics support routines include snd/subMakefile # Sound support routines include debug/subMakefile # Debugger include periph/subMakefile # Peripheral bus include cp1600/subMakefile # CP-1600 CPU simulator include mem/subMakefile # Memories (RAMs and ROMs) include icart/subMakefile # Intellicart emulation include icart/subMakefile2 # Intellicart emulation include stic/subMakefile # Standard Television Interface Circuit include pads/subMakefile # Game pad input include ay8910/subMakefile # AY-891x Sound Chip include ivoice/subMakefile # Intellivoice Support include speed/subMakefile # Speed controller object include file/subMakefile # File I/O routines include bincfg/subMakefile # .BIN+.CFG parser include util/subMakefile # Utility programs include asm/subMakefile # Assembler (as1600) include dasm/subMakefile # Disassembler (dasm1600) .PHONY: all clean $(PROG): $(OBJS) all: $(PROGS) jzintv.o: config.h periph/periph.h cp1600/cp1600.h mem/mem.h jzintv.o: pads/pads.h debug/debug.h cp1600/op_decode.h cp1600/op_exec.h jzintv.o: stic/stic.h speed/speed.h gfx/gfx.h snd/snd.h ay8910/ay8910.h jzintv.o: plat/plat.h plat/plat_lib.h cfg/cfg.h event/event.h event/event_tbl.h jzintv.o: file/file.h ivoice/ivoice.h icart/icart.h cp1600/req_bus.h jzintv.o: bincfg/legacy.h bincfg/bincfg.h pads/pads_intv2pc.h