/[gxemul]/upstream/0.4.4.1/src/disk/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

Contents of /upstream/0.4.4.1/src/disk/Makefile.skel

Parent Directory Parent Directory | Revision Log Revision Log


Revision 37 - (show annotations)
Mon Oct 8 16:21:43 2007 UTC (16 years, 7 months ago) by dpavlin
File size: 322 byte(s)
0.4.4.1
1 #
2 # $Id: Makefile.skel,v 1.2 2007/03/16 14:45:30 debug Exp $
3 #
4 # Makefile for GXemul src/disk
5 #
6
7 CFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE) $(DINCLUDE)
8
9 OBJS=bootblock.o bootblock_apple.o bootblock_iso9660.o \
10 diskimage.o
11
12 all: $(OBJS)
13
14 $(OBJS): Makefile
15
16
17 clean:
18 rm -f $(OBJS) *core
19
20 clean_all: clean
21 rm -f Makefile
22

  ViewVC Help
Powered by ViewVC 1.1.26