/[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 31 by dpavlin, Mon Oct 8 16:20:26 2007 UTC revision 32 by dpavlin, Mon Oct 8 16:20:58 2007 UTC
# Line 1  Line 1 
1  #  #
2  #  $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 $
3  #  #
4  #  Makefile for GXemul src/cpus  #  Makefile for GXemul src/cpus
5  #  #
# Line 110  tmp_avr_tail.c: generate_tail Line 110  tmp_avr_tail.c: generate_tail
110    
111    
112  ###############################################################################  ###############################################################################
113    
114    cpu_avr32.o: cpu_avr32.c cpu_avr32_instr.c cpu_dyntrans.c ../memory_rw.c \
115            tmp_avr32_head.c tmp_avr32_tail.c
116    
117    tmp_avr32_head.c: generate_head
118            ./generate_head avr32 AVR32 > tmp_avr32_head.c
119    
120    tmp_avr32_tail.c: generate_tail
121            ./generate_tail avr32 AVR32 > tmp_avr32_tail.c
122    
123    
124    ###############################################################################
125    
126    cpu_rca180x.o: cpu_rca180x.c cpu_rca180x_instr.c cpu_dyntrans.c ../memory_rw.c \
127            tmp_rca180x_head.c tmp_rca180x_tail.c
128    
129    tmp_rca180x_head.c: generate_head
130            ./generate_head rca180x RCA180X > tmp_rca180x_head.c
131    
132    tmp_rca180x_tail.c: generate_tail
133            ./generate_tail rca180x RCA180X > tmp_rca180x_tail.c
134    
135    
136    ###############################################################################
137    
138  cpu_hppa.o: cpu_hppa.c cpu_hppa_instr.c cpu_dyntrans.c ../memory_rw.c \  cpu_hppa.o: cpu_hppa.c cpu_hppa_instr.c cpu_dyntrans.c ../memory_rw.c \
139          tmp_hppa_head.c tmp_hppa_tail.c          tmp_hppa_head.c tmp_hppa_tail.c

Legend:
Removed from v.31  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.26