#!/bin/bash
gcc -fPIC -shared -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce \
    -I. `/usr/bin/php-config --includes` \
    -I/usr/include/freetype \
    -I/usr/include/openssl \
    -I/usr/include/ \
    $4 $2 -o $1.so $3 -lc
