all:
	gcc -o udf_bcmath.so number.c bcmath.c `mysql_config --cflags`  -shared -fPIC -DSTDC_HEADERS -I h

install:
	cp *.so `mysql_config --plugindir`
