3 LIB=-L/usr/lib/python2.2/config/ -lpython2.2
5 primitives.o: primitives.c primitives.h
6 gcc -g -O2 -Wall -Wno-unused -fPIC -I/usr/include/python2.2 -c primitives.c -o primitives.o
7 taglist.o: taglist.c taglist.h
8 gcc -g -O2 -Wall -Wno-unused -fPIC -I/usr/include/python2.2 -c taglist.c -o taglist.o
10 gcc -g -O2 -Wall -Wno-unused -fPIC -I/usr/include/python2.2 -c tag.c -o tag.o
11 action.o: action.c action.h
12 gcc -g -O2 -Wall -Wno-unused -fPIC -I/usr/include/python2.2 -c action.c -o action.o
13 pyutils.o: pyutils.c pyutils.h
14 gcc -g -O2 -Wall -Wno-unused -fPIC -I/usr/include/python2.2 -c pyutils.c -o pyutils.o
16 SWF.o: SWF.c pyutils.h primitives.h
17 gcc -g -O2 -Wall -Wno-unused -fPIC -I/usr/include/python2.2 -c SWF.c -o SWF.o
19 SWF.so: SWF.o taglist.o tag.o action.o primitives.o pyutils.o ../librfxswf.a
20 gcc -shared SWF.o taglist.o tag.o action.o primitives.o pyutils.o -o SWF.so $(LIB) ../librfxswf.a -ljpeg -lz -lt1 -lfreetype
24 gcc -g -I/usr/include/python2.2 mypython.c -o mypython $(LIB) -ldl -lm -lpthread -lutil
27 cd test;./test_create.py