cmg280proc: libcmg280proc.so clean

libcmg280proc.so: CMG_280.o cmg280proc.o
	g++ -m64 -shared -o libcmg280proc.so cmg280proc.o CMG_280.o -D SOLARIS

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

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

clean:
	rm CMG_280.o
	rm cmg280proc.o
 
