cmg281proc: libcmg281proc.so clean

libcmg281proc.so: CMG_281.o cmg281proc.o
	g++ -m64 -shared -o libcmg281proc.so cmg281proc.o CMG_281.o -D SOLARIS

cmg281proc.o:
	g++ -m64 -fPIC -c cmg281proc.cpp -I../oci/include -D SOLARIS

CMG_281.o:
	g++ -m64 -fPIC -c CMG_281.cpp -D SOLARIS

clean:
	rm CMG_281.o
	rm cmg281proc.o
 
