]> git.sur5r.net Git - cc65/blob - libsrc/geos/disk/Makefile
Use the condes feature
[cc65] / libsrc / geos / disk / Makefile
1 #
2 # Makefile for GEOS lib
3 # for cc65
4 #
5
6 %.o:    %.s
7         @$(AS) -o $@ $(AFLAGS) $<
8
9
10 S_OBJS  = blkalloc.o calcblksfree.o changediskdevice.o chkdkgeos.o enterturbo.o exitturbo.o\
11           findbambit.o freeblock.o getblock.o getdirhead.o getptrcurdknm.o newdisk.o\
12           nxtblkalloc.o opendisk.o purgeturbo.o putblock.o putdirhead.o readblock.o\
13           readbuff.o setnextfree.o setgeosdisk.o writeblock.o writebuff.o verwriteblock.o\
14           gettrse.o
15
16 all: $(S_OBJS)
17
18 clean:
19         @rm -f *.~ $(S_OBJS) core