/[gxemul]/upstream/0.3.1/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

Annotation of /upstream/0.3.1/src/Makefile.skel

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Mon Oct 8 16:17:52 2007 UTC (16 years, 7 months ago) by dpavlin
File size: 675 byte(s)
0.3.1
1 dpavlin 2 #
2     # $Id: Makefile.skel,v 1.47 2005/03/13 09:36:08 debug Exp $
3     #
4     # Makefile for GXemul src
5     #
6    
7     CFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE) $(INCLUDE)
8    
9     OBJS=console.o cpu.o debugger.o diskimage.o emul.o emul_parse.o file.o \
10     machine.o main.o memory.o device.o net.o symbol.o useremul.o x11.o \
11     cpu_mips.o cpu_mips_coproc.o memory_fast_v2h.o bintrans.o \
12     cpu_alpha.o cpu_hppa.o cpu_ppc.o cpu_sparc.o cpu_urisc.o \
13     arcbios.o dec_prom.o ps2_bios.o of.o
14    
15    
16     all: $(OBJS)
17    
18     $(OBJS): Makefile
19    
20     bintrans.o: bintrans.c bintrans_alpha.c bintrans_i386.c
21    
22     cpu_mips.o: cpu_mips.c memory_mips_v2p.c cpu_mips16.c memory_mips.c
23    
24     clean:
25     rm -f $(OBJS) *core
26    
27     clean_all: clean
28     rm -f Makefile
29    

  ViewVC Help
Powered by ViewVC 1.1.26