]> git.sur5r.net Git - cc65/blob - libsrc/geos-cbm/graph/Makefile
Renamed the old geos target to geos-cbm.
[cc65] / libsrc / geos-cbm / graph / Makefile
1 #
2 # Makefile for GEOS lib
3 # for cc65
4 #
5 #
6
7 %.o:    %.s
8         @$(AS) -o $@ $(AFLAGS) $<
9
10
11 S_OBJS  = drawline.o drawpoint.o framerectangle.o hlineregs.o horizontalline.o\
12           imprintrectangle.o invertline.o invertrectangle.o pointregs.o recoverline.o\
13           recoverrectangle.o rectangle.o initdrawwindow.o setpattern.o testpoint.o verticalline.o\
14           put_char.o putdecimal.o putstring.o usesystemfont.o\
15           getcharwidth.o loadcharset.o bitmapup.o bitmapregs.o bitmapclip.o bitotherclip.o\
16           graphicsstring.o getintcharint.o
17
18 all: $(S_OBJS)
19
20 clean:
21         @$(RM) *.~ $(S_OBJS) core