]> git.sur5r.net Git - cc65/blob - libsrc/geos/memory/Makefile
This commit was generated by cvs2svn to compensate for changes in r2,
[cc65] / libsrc / geos / memory / 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  = crc.o doublepop.o reuregs.o clearram.o fillram.o initram.o movedata.o\
13           stashram.o fetchram.o swapram.o verifyram.o\
14           doublespop.o copystring.o cmpstring.o copyfstring.o cmpfstring.o
15
16 all: $(S_OBJS)
17
18 clean:
19         @rm -f *.~ $(S_OBJS) core