Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10 reyssat 1
# Module/drawode/Makefile.  Generated from Makefile.in by configure.
2
 
3
cc=gcc
4
cflags=-g -O2 -Wall
5
LIB=-L../../Flydraw/gd -lgd -lm
6
O=drawode.o drawode_func.o
7
 
8
all: drawode drawode_g
9
 
10
%.o: %.c drawode.h
11
	$(cc) $(cflags) -ffast-math -fomit-frame-pointer -o $@ -c $<
12
 
13
drawode: $(O)
14
	$(cc) $(cflags) -ffast-math -fomit-frame-pointer -o $@ $(O) $(LIB)
15
 
16
drawode_g: drawode.c drawode_func.c drawode.h
17
	$(cc) $(cflags) -DDEBUG -o $@ drawode.c drawode_func.c $(LIB)
18
 
19
clean:
20
	-rm -f drawode drawode_g *.o