]> git.sur5r.net Git - cc65/blob - libsrc/geos/dlgbox/Makefile
This commit was generated by cvs2svn to compensate for changes in r2,
[cc65] / libsrc / geos / dlgbox / 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  = dodlgbox.o rstrfrmdialogue.o\
13           dbget2lines.o dlgboxyesno.o dlgboxokcancel.o dlgboxok.o dlgboxgetstring.o\
14           dlgboxfileselect.o
15
16 all: $(S_OBJS)
17
18 clean:
19         @rm -f *.~ $(S_OBJS) core