gcc -c -O3 *.c *.f
ar -r libinte.a *.o
#gcc -o libinte.so -shared *.o
rm *.o
mv libinte.* ..
