/[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 37 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 38 by dpavlin, Mon Oct 8 16:21:53 2007 UTC
# Line 1  Line 1 
1  #  #
2  #  $Id: Makefile.skel,v 1.30 2007/02/11 10:47:30 debug Exp $  #  $Id: Makefile.skel,v 1.31 2007/04/10 17:26:20 debug Exp $
3  #  #
4  #  Makefile for GXemul src/cpus  #  Makefile for GXemul src/cpus
5  #  #
# Line 111  tmp_avr_tail.c: generate_tail Line 111  tmp_avr_tail.c: generate_tail
111    
112  ###############################################################################  ###############################################################################
113    
 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  
   
   
 ###############################################################################  
   
114  cpu_m68k.o: cpu_m68k.c cpu_m68k_instr.c cpu_dyntrans.c ../memory_rw.c \  cpu_m68k.o: cpu_m68k.c cpu_m68k_instr.c cpu_dyntrans.c ../memory_rw.c \
115          tmp_m68k_head.c tmp_m68k_tail.c          tmp_m68k_head.c tmp_m68k_tail.c
116    
# Line 197  tmp_sparc_tail.c: generate_tail Line 185  tmp_sparc_tail.c: generate_tail
185    
186    
187  ###############################################################################  ###############################################################################
   
 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  
   
   
 ###############################################################################  
188    
189  clean:  clean:
190          rm -f $(OBJS) $(TOOLS) *core tmp_*.c *.gmon experiment_arm_multi          rm -f $(OBJS) $(TOOLS) *core tmp_*.c *.gmon experiment_arm_multi

Legend:
Removed from v.37  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26