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