Static:
	gcc -c Sample.c 
	gcc -o ta Sample.o UniKey.a
Shared:
	gcc -c Sample.c
	gcc -o ts UniKey.so Sample.o