]> git.sur5r.net Git - cc65/blob - libsrc/geos/graph/Makefile
Started to add text output functions
[cc65] / libsrc / geos / 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           putchar.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 -f *.~ $(S_OBJS) core