/[gxemul]/trunk/src/cpus/Makefile.skel
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/cpus/Makefile.skel

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 18 by dpavlin, Mon Oct 8 16:19:11 2007 UTC revision 20 by dpavlin, Mon Oct 8 16:19:23 2007 UTC
# Line 1  Line 1 
1  #  #
2  #  $Id: Makefile.skel,v 1.11 2005/10/22 09:38:46 debug Exp $  #  $Id: Makefile.skel,v 1.15 2005/11/13 22:34:22 debug Exp $
3  #  #
4  #  Makefile for GXemul src/cpus  #  Makefile for GXemul src/cpus
5  #  #
# Line 48  tmp_alpha_tail.c: generate_tail Line 48  tmp_alpha_tail.c: generate_tail
48  cpu_arm.o: cpu_arm.c cpu_arm_instr.c cpu_dyntrans.c ../memory_rw.c \  cpu_arm.o: cpu_arm.c cpu_arm_instr.c cpu_dyntrans.c ../memory_rw.c \
49          tmp_arm_head.c tmp_arm_tail.c          tmp_arm_head.c tmp_arm_tail.c
50    
51  cpu_arm_instr.c: tmp_arm_multi.c  cpu_arm_instr.c: cpu_arm_instr_misc.c
52    
53  tmp_arm_loadstore.c: cpu_arm_instr_loadstore.c generate_arm_loadstore  tmp_arm_loadstore.c: cpu_arm_instr_loadstore.c generate_arm_loadstore
54          ./generate_arm_loadstore > tmp_arm_loadstore.c          ./generate_arm_loadstore > tmp_arm_loadstore.c
# Line 171  memory_mips.c: ../memory_rw.c memory_mip Line 171  memory_mips.c: ../memory_rw.c memory_mip
171    
172  ###############################################################################  ###############################################################################
173    
174    cpu_newmips.o: cpu_newmips.c cpu_newmips_instr.c cpu_dyntrans.c ../memory_rw.c \
175            tmp_newmips_head.c tmp_newmips_tail.c
176    
177    tmp_newmips_head.c: generate_head
178            ./generate_head newmips NEWMIPS > tmp_newmips_head.c
179    
180    tmp_newmips_tail.c: generate_tail
181            ./generate_tail newmips NEWMIPS > tmp_newmips_tail.c
182    
183    
184    ###############################################################################
185    
186  cpu_ppc.o: cpu_ppc.c cpu_ppc_instr.c cpu_dyntrans.c memory_ppc.c \  cpu_ppc.o: cpu_ppc.c cpu_ppc_instr.c cpu_dyntrans.c memory_ppc.c \
187          ../memory_rw.c tmp_ppc_head.c tmp_ppc_tail.c          ../memory_rw.c tmp_ppc_head.c tmp_ppc_tail.c
188    
# Line 213  tmp_sparc_tail.c: generate_tail Line 225  tmp_sparc_tail.c: generate_tail
225  ###############################################################################  ###############################################################################
226    
227  cpu_x86.o: cpu_x86.c cpu_x86_instr.c cpu_dyntrans.c ../memory_rw.c \  cpu_x86.o: cpu_x86.c cpu_x86_instr.c cpu_dyntrans.c ../memory_rw.c \
228          tmp_x86_head.c tmp_x86_tail.c          memory_x86.c tmp_x86_head.c tmp_x86_tail.c
   
 memory_x86.c: ../memory_rw.c  
229    
230  tmp_x86_head.c: generate_head  tmp_x86_head.c: generate_head
231          ./generate_head x86 x86 > tmp_x86_head.c          ./generate_head x86 x86 > tmp_x86_head.c

Legend:
Removed from v.18  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26