#------------------------
# use these for Solaris 2 
#------------------------
CC              = cc -Xa -O
STATICFLAG      = -B static 
DYNAMICFLAG     = 
GUILIBS         = -L/usr/lib/Motif1.2 -L/usr/openwin/lib -lXm -lXmu -lXt -lX11
LIBS            = -B dynamic -lsocket -lnsl -lgen -lintl -lw -B static -lm \
			  -B dynamic -ldl 
RELEASES        = -Dsol2_x86
XINCLUDE        = -I. -I/usr/include/Motif1.2 -I/usr/openwin/include
MVCMD           = 
DLLCFLAG        = -KPIC
DLLSUPPORT      = True
