--- trunk/src/cpus/Makefile.skel 2007/10/08 16:19:56 24 +++ trunk/src/cpus/Makefile.skel 2007/10/08 16:20:26 28 @@ -1,5 +1,5 @@ # -# $Id: Makefile.skel,v 1.22 2006/06/17 10:49:16 debug Exp $ +# $Id: Makefile.skel,v 1.24 2006/07/20 21:52:59 debug Exp $ # # Makefile for GXemul src/cpus # @@ -204,7 +204,10 @@ ############################################################################### cpu_sparc.o: cpu_sparc.c cpu_sparc_instr.c cpu_dyntrans.c ../memory_rw.c \ - tmp_sparc_head.c tmp_sparc_tail.c + tmp_sparc_head.c tmp_sparc_tail.c tmp_sparc_loadstore.c + +tmp_sparc_loadstore.c: cpu_sparc_instr_loadstore.c generate_sparc_loadstore + ./generate_sparc_loadstore > tmp_sparc_loadstore.c tmp_sparc_head.c: generate_head ./generate_head sparc SPARC > tmp_sparc_head.c @@ -214,6 +217,18 @@ ############################################################################### + +cpu_transputer.o: cpu_transputer.c cpu_transputer_instr.c cpu_dyntrans.c \ + ../memory_rw.c tmp_transputer_head.c tmp_transputer_tail.c + +tmp_transputer_head.c: generate_head + ./generate_head transputer Transputer > tmp_transputer_head.c + +tmp_transputer_tail.c: generate_tail + ./generate_tail transputer Transputer > tmp_transputer_tail.c + + +############################################################################### cpu_x86.o: cpu_x86.c cpu_x86_instr.c cpu_dyntrans.c ../memory_rw.c \ memory_x86.c tmp_x86_head.c tmp_x86_tail.c