--- trunk/src/cpus/Makefile.skel 2007/10/08 16:20:26 28 +++ trunk/src/cpus/Makefile.skel 2007/10/08 16:20:58 32 @@ -1,5 +1,5 @@ # -# $Id: Makefile.skel,v 1.24 2006/07/20 21:52:59 debug Exp $ +# $Id: Makefile.skel,v 1.27 2006/10/25 09:24:06 debug Exp $ # # Makefile for GXemul src/cpus # @@ -110,6 +110,30 @@ ############################################################################### + +cpu_avr32.o: cpu_avr32.c cpu_avr32_instr.c cpu_dyntrans.c ../memory_rw.c \ + tmp_avr32_head.c tmp_avr32_tail.c + +tmp_avr32_head.c: generate_head + ./generate_head avr32 AVR32 > tmp_avr32_head.c + +tmp_avr32_tail.c: generate_tail + ./generate_tail avr32 AVR32 > tmp_avr32_tail.c + + +############################################################################### + +cpu_rca180x.o: cpu_rca180x.c cpu_rca180x_instr.c cpu_dyntrans.c ../memory_rw.c \ + tmp_rca180x_head.c tmp_rca180x_tail.c + +tmp_rca180x_head.c: generate_head + ./generate_head rca180x RCA180X > tmp_rca180x_head.c + +tmp_rca180x_tail.c: generate_tail + ./generate_tail rca180x RCA180X > tmp_rca180x_tail.c + + +############################################################################### cpu_hppa.o: cpu_hppa.c cpu_hppa_instr.c cpu_dyntrans.c ../memory_rw.c \ tmp_hppa_head.c tmp_hppa_tail.c