# $Id: SunOS,v 1.3 1998/10/12 12:18:03 ortalo Exp $

SunOSmake               =gmake
SunOSSHLIBLINKER        =gcc
SunOSSHLIBLDFLAGS       =-shared
#SunOSSHLIBCFLAGS      += -KPIC -Dinline=
SunOSSHLIBCFLAGS       += -I/usr/openwin/include -fpic -D_SunOS_
SunOSSHBINLDLIBS       += -lm

# I will start with gcc.  I'll add the SunOS native compiler when it becomes
# possible to compile ggi with it.
#SunOSCC		=cc
SunOSCC                 =gcc

#compilertype            =_SunOS_
compilertype            =_GNU_

_SunOS_COPTS = -native -xF
_SunOS_DFLAGS= -DDEBUG
