1# @(#)INTEL_SOLARIS_4_DEF	1.1  4/11/95
2
3#################################################################
4############### acedb: R.Durbin and J.Thierry-Mieg ##############
5############### wmake/SOLARIS_4_OPT  April-15-1995 ##############
6#################################################################
7
8#################################################################
9########## Machine dependant compiler modification ##############
10########### for the Solaris OS                 ##################
11#################################################################
12########### This file is included by wmake/truemake #############
13######  Edit this file to adapt the ACeDB to a new machine ######
14#####   following the explanations given in wmake/truemake  #####
15#################################################################
16
17NAME = INTEL_SOLARIS
18COMPILER = cc -xO4 -I/usr/openwin/include -DNO_LEFT_CASTING -DACEDB4
19LINKER = cc -L/usr/openwin/lib -R/usr/openwin/lib
20
21# -DWCS causes a problem, class versus Xlib.h
22LIBS = -lm  -lnsl -lsocket -lmalloc
23RANLIB_NEEDED = false
24AR_OPTIONS = ru
25RPCGEN_FLAGS = -b -I -K -1
26
27# -DWCS causes a problem, class versus Xlib.h
28# nsl is the rpc library
29
30
31#################################################################
32#################################################################
33