
conlibs = 

DIFF = sdiff
PRE =

.SUFFIXES: .cpp

.cpp.obj:
		icl -c -GX -GR -Ge -GS -Qprec -Qprec_div -nologo -Qlong_double $*.cpp
