cmg290proc: libcmg290proc.so clean

libcmg290proc.so: CMG_290.o cmg290proc.o
	g++ -m64 -shared -o libcmg290proc.so cmg290proc.o CMG_290.o -D SOLARIS

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

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

clean:
	rm CMG_290.o
	rm cmg290proc.o
 
