include OBJS
$(TARGET):$(OBJ)
cc -rdynamic -s -shared -Wall -o $@ $(OBJ)
.c.o:
cc -g -O -c -fPIC -Wall $<
clean:
rm -f *.o