# $Id: SOLARIS_4_NEW_DEF,v 1.1 1999/01/10 23:54:26 lstein Exp $ 

#################################################################
############### acedb: R.Durbin and J.Thierry-Mieg ##############
############### wmake/NEW_SUN_CC_DEF  July-15-1993 ##############
#################################################################

#################################################################
########## Machine dependant compiler modification ##############
########### for the Solaris OS                 ##################
#################################################################
########### This file is included by wmake/truemake #############
######  Edit this file to adapt the ACeDB to a new machine ######
#####   following the explanations given in wmake/truemake  #####
#################################################################

NAME = SOLARIS
COMPILER = gcc -g -I/usr/openwin/include -DNO_LEFT_CASTING -DACEDB4 -DNEW_MODELS -I.
LINKER = gcc -g

# -DWCS causes a problem, class versus Xlib.h
LIBS = -lm -lsocket -lnsl
RANLIB_NEEDED = false
AR_OPTIONS = ru

#################################################################
#################################################################

 
