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

Annotation of /upstream/0.4.3/src/promemul/Makefile.skel

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (hide annotations)
Mon Oct 8 16:21:06 2007 UTC (16 years, 7 months ago) by dpavlin
File size: 328 byte(s)
0.4.3
1 dpavlin 14 #
2 dpavlin 32 # $Id: Makefile.skel,v 1.3 2006/10/08 02:28:40 debug Exp $
3 dpavlin 14 #
4     # Makefile for GXemul src/promemul
5     #
6    
7     CFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE) $(DINCLUDE)
8    
9 dpavlin 32 OBJS=arcbios.o dec_prom.o dreamcast.o ps2_bios.o of.o pc_bios.o yamon.o
10 dpavlin 14
11     all: $(OBJS)
12    
13     $(OBJS): Makefile
14    
15    
16     clean:
17 dpavlin 32 rm -f $(OBJS) *core
18 dpavlin 14
19     clean_all: clean
20     rm -f Makefile
21    

  ViewVC Help
Powered by ViewVC 1.1.26