/[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 39 by dpavlin, Mon Oct 8 16:21:53 2007 UTC revision 40 by dpavlin, Mon Oct 8 16:22:11 2007 UTC
# Line 1  Line 1 
1  #  #
2  #  $Id: Makefile.skel,v 1.31 2007/04/10 17:26:20 debug Exp $  #  $Id: Makefile.skel,v 1.33 2007/04/19 15:18:15 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_m68k.o: cpu_m68k.c cpu_m68k_instr.c cpu_dyntrans.c ../memory_rw.c \  cpu_m88k.o: cpu_m88k.c cpu_m88k_instr.c cpu_dyntrans.c ../memory_rw.c \
115          tmp_m68k_head.c tmp_m68k_tail.c          tmp_m88k_head.c tmp_m88k_tail.c
116    
117  tmp_m68k_head.c: generate_head  tmp_m88k_head.c: generate_head
118          ./generate_head m68k M68K > tmp_m68k_head.c          ./generate_head m88k M88K > tmp_m88k_head.c
119    
120  tmp_m68k_tail.c: generate_tail  tmp_m88k_tail.c: generate_tail
121          ./generate_tail m68k M68K > tmp_m68k_tail.c          ./generate_tail m88k M88K > tmp_m88k_tail.c
122    
123    
124  ###############################################################################  ###############################################################################

Legend:
Removed from v.39  
changed lines
  Added in v.40

  ViewVC Help
Powered by ViewVC 1.1.26