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

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

revision 31 by dpavlin, Mon Oct 8 16:18:51 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.1 2005/08/29 14:46:34 debug Exp $  #  $Id: Makefile.skel,v 1.3 2006/10/08 02:28:40 debug Exp $
3  #  #
4  #  Makefile for GXemul src/promemul  #  Makefile for GXemul src/promemul
5  #  #
6    
7  CFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE) $(DINCLUDE)  CFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE) $(DINCLUDE)
8    
9  OBJS=arcbios.o dec_prom.o ps2_bios.o of.o pc_bios.o yamon.o  OBJS=arcbios.o dec_prom.o dreamcast.o ps2_bios.o of.o pc_bios.o yamon.o
10    
11  all: $(OBJS)  all: $(OBJS)
12    
# Line 14  $(OBJS): Makefile Line 14  $(OBJS): Makefile
14    
15    
16  clean:  clean:
17          rm -f $(OBJS) *core tmp_*.c          rm -f $(OBJS) *core
18    
19  clean_all: clean  clean_all: clean
20          rm -f Makefile          rm -f Makefile

Legend:
Removed from v.31  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.26