/[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 24 by dpavlin, Mon Oct 8 16:19:56 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.22 2006/06/17 10:49:16 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 111  tmp_avr_tail.c: generate_tail Line 111  tmp_avr_tail.c: generate_tail
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
140    
# Line 204  tmp_sh_tail.c: generate_tail Line 228  tmp_sh_tail.c: generate_tail
228  ###############################################################################  ###############################################################################
229    
230  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 \
231          tmp_sparc_head.c tmp_sparc_tail.c          tmp_sparc_head.c tmp_sparc_tail.c tmp_sparc_loadstore.c
232    
233    tmp_sparc_loadstore.c: cpu_sparc_instr_loadstore.c generate_sparc_loadstore
234            ./generate_sparc_loadstore > tmp_sparc_loadstore.c
235    
236  tmp_sparc_head.c: generate_head  tmp_sparc_head.c: generate_head
237          ./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 241  tmp_sparc_tail.c: generate_tail
241    
242    
243  ###############################################################################  ###############################################################################
244    
245    cpu_transputer.o: cpu_transputer.c cpu_transputer_instr.c cpu_dyntrans.c \
246            ../memory_rw.c tmp_transputer_head.c tmp_transputer_tail.c
247    
248    tmp_transputer_head.c: generate_head
249            ./generate_head transputer Transputer > tmp_transputer_head.c
250    
251    tmp_transputer_tail.c: generate_tail
252            ./generate_tail transputer Transputer > tmp_transputer_tail.c
253    
254    
255    ###############################################################################
256    
257  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 \
258          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.24  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.26