/[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 27 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 28 by dpavlin, Mon Oct 8 16:20:26 2007 UTC
# Line 1  Line 1 
1  #  #
2  #  $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 $
3  #  #
4  #  Makefile for GXemul src/cpus  #  Makefile for GXemul src/cpus
5  #  #
# Line 204  tmp_sh_tail.c: generate_tail Line 204  tmp_sh_tail.c: generate_tail
204  ###############################################################################  ###############################################################################
205    
206  cpu_sparc.o: cpu_sparc.c cpu_sparc_instr.c cpu_dyntrans.c ../memory_rw.c \  cpu_sparc.o: cpu_sparc.c cpu_sparc_instr.c cpu_dyntrans.c ../memory_rw.c \
207          tmp_sparc_head.c tmp_sparc_tail.c          tmp_sparc_head.c tmp_sparc_tail.c tmp_sparc_loadstore.c
208    
209    tmp_sparc_loadstore.c: cpu_sparc_instr_loadstore.c generate_sparc_loadstore
210            ./generate_sparc_loadstore > tmp_sparc_loadstore.c
211    
212  tmp_sparc_head.c: generate_head  tmp_sparc_head.c: generate_head
213          ./generate_head sparc SPARC > tmp_sparc_head.c          ./generate_head sparc SPARC > tmp_sparc_head.c
# Line 214  tmp_sparc_tail.c: generate_tail Line 217  tmp_sparc_tail.c: generate_tail
217    
218    
219  ###############################################################################  ###############################################################################
220    
221    cpu_transputer.o: cpu_transputer.c cpu_transputer_instr.c cpu_dyntrans.c \
222            ../memory_rw.c tmp_transputer_head.c tmp_transputer_tail.c
223    
224    tmp_transputer_head.c: generate_head
225            ./generate_head transputer Transputer > tmp_transputer_head.c
226    
227    tmp_transputer_tail.c: generate_tail
228            ./generate_tail transputer Transputer > tmp_transputer_tail.c
229    
230    
231    ###############################################################################
232    
233  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 \
234          memory_x86.c tmp_x86_head.c tmp_x86_tail.c          memory_x86.c tmp_x86_head.c tmp_x86_tail.c

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26