cmg282proc: libcmg282proc.so clean

libcmg282proc.so: CMG_282.o cmg282proc.o
	g++ -m64 -shared -o libcmg282proc.so cmg282proc.o CMG_282.o -D SOLARIS

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

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

clean:
	rm CMG_282.o
	rm cmg282proc.o
 
