]> git.sur5r.net Git - cc65/blob - libsrc/geos/graph/Makefile
This commit was generated by cvs2svn to compensate for changes in r2,
[cc65] / libsrc / geos / graph / Makefile
1 #
2 # Makefile for GEOS lib
3 # for cc65
4 #
5 #
6
7 %.o:    %.s
8         @echo $<
9         @$(AS) -o $@ $(AFLAGS) $<
10
11
12 S_OBJS  = drawline.o drawpoint.o framerectangle.o hlineregs.o horizontalline.o\
13           imprintrectangle.o invertline.o invertrectangle.o pointregs.o recoverline.o\
14           recoverrectangle.o rectangle.o initdrawwindow.o setpattern.o testpoint.o verticalline.o\
15           putchar.o putdecimal.o putstring.o usesystemfont.o\
16           getcharwidth.o loadcharset.o bitmapup.o bitmapregs.o bitmapclip.o bitotherclip.o\
17           graphicsstring.o getintcharint.o
18
19 all: $(S_OBJS)
20
21 clean:
22         @rm -f *.~ $(S_OBJS) core