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

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

revision 23 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 1  Line 1 
1  #  #
2  #  $Id: Makefile.skel,v 1.21 2006/02/17 20:27:21 debug Exp $  #  $Id: Makefile.skel,v 1.24 2006/05/21 11:15:25 debug Exp $
3  #  #
4  #  Makefile for GXemul machines  #  Makefile for GXemul machines
5  #  #
6    
7  CFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE) $(DINCLUDE)  CFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE) $(DINCLUDE)
8  OBJS=interrupts.o \  OBJS=interrupts.o \
9          machine_algor.o machine_alpha.o machine_arc.o machine_bebox.o \          machine_algor.o machine_alpha.o machine_arc.o machine_avr.o \
10          machine_cats.o machine_cobalt.o machine_db64360.o machine_evbmips.o \          machine_bebox.o machine_cats.o machine_cobalt.o machine_db64360.o \
11          machine_hpcarm.o machine_hpcmips.o machine_hpcsh.o \          machine_evbmips.o machine_hpcarm.o machine_hpcmips.o machine_hpcsh.o \
12          machine_iq80321.o machine_iyonix.o machine_macppc.o \          machine_iq80321.o machine_iyonix.o machine_macppc.o \
13          machine_meshcube.o machine_mvmeppc.o machine_netgear.o \          machine_mvmeppc.o machine_netgear.o \
14          machine_netwinder.o machine_playstation2.o machine_pmax.o \          machine_netwinder.o machine_playstation2.o machine_pmax.o \
15          machine_pmppc.o machine_prep.o machine_psp.o machine_sandpoint.o \          machine_pmppc.o machine_prep.o machine_psp.o machine_sandpoint.o \
16          machine_sgi.o machine_shark.o machine_sonynews.o machine_test.o \          machine_sgi.o machine_shark.o machine_sonynews.o machine_sparc.o \
17          machine_ts7200.o machine_walnut.o machine_x86.o machine_zaurus.o          machine_test.o machine_ts7200.o machine_walnut.o machine_x86.o \
18            machine_zaurus.o
19    
20  all:  all:
21          $(MAKE) objs          $(MAKE) objs

Legend:
Removed from v.23  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26