/[gxemul]/trunk/src/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/Makefile.skel

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9 by dpavlin, Mon Oct 8 16:18:11 2007 UTC revision 10 by dpavlin, Mon Oct 8 16:18:27 2007 UTC
# Line 1  Line 1 
1  #  #
2  #  $Id: Makefile.skel,v 1.54 2005/06/02 00:08:41 debug Exp $  #  $Id: Makefile.skel,v 1.57 2005/06/27 10:43:16 debug Exp $
3  #  #
4  #  Makefile for GXemul src  #  Makefile for GXemul src
5  #  #
# Line 9  CFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE Line 9  CFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE
9  OBJS=console.o cpu.o debugger.o diskimage.o emul.o emul_parse.o file.o \  OBJS=console.o cpu.o debugger.o diskimage.o emul.o emul_parse.o file.o \
10          machine.o main.o misc.o memory.o device.o net.o symbol.o useremul.o \          machine.o main.o misc.o memory.o device.o net.o symbol.o useremul.o \
11          x11.o cpu_mips.o cpu_mips_coproc.o memory_fast_v2h.o bintrans.o \          x11.o cpu_mips.o cpu_mips_coproc.o memory_fast_v2h.o bintrans.o \
12          cpu_alpha.o cpu_arm.o cpu_hppa.o cpu_ppc.o cpu_sparc.o cpu_urisc.o \          cpu_arm.o cpu_ppc.o cpu_urisc.o \
13          cpu_x86.o arcbios.o dec_prom.o ps2_bios.o of.o pc_bios.o          cpu_x86.o arcbios.o dec_prom.o ps2_bios.o of.o pc_bios.o yamon.o
14    
15    
16  all: do_src do_devices  all: do_src do_devices
# Line 24  $(OBJS): Makefile Line 24  $(OBJS): Makefile
24    
25  bintrans.o: bintrans.c bintrans_alpha.c bintrans_i386.c  bintrans.o: bintrans.c bintrans_alpha.c bintrans_i386.c
26    
27  cpu_arm.o: cpu_arm.c memory_rw.c  cpu_arm.o: cpu_arm.c cpu_arm_instr.c memory_rw.c
28    
29  cpu_mips.o: cpu_mips.c cpu_mips16.c memory_mips.c  cpu_mips.o: cpu_mips.c cpu_mips16.c memory_mips.c
30    

Legend:
Removed from v.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26