Little Palm fixes
[MonkeyD.git] / plugins / cheetah / Makefile.in
blob779b3bc0b9c347ef401b15dad75a0c74714c5e3b
1 CC = $CC
2 CFLAGS = $CFLAGS
3 DEFS = $DEFS
4 INCDIR = ../../src/include
6 all:
7 $(CC) $(CFLAGS) $(DEFS) -I$(INCDIR) -fPIC -c cheetah.c
8 $(CC) $(CFLAGS) $(DEFS) -shared -Wl -o monkey-cheetah.so cheetah.o -lc
9 clean:
10 rm -rf *.o
11 rm -rf *.*so*