1# $Id: IRIX4_4_DEF,v 1.1 2002/11/14 20:00:06 lstein Exp $
2
3#################################################################
4############### acedb: R.Durbin and J.Thierry-Mieg ##############
5############### wmake/SGI_DEF    Jan-12-1992       ##############
6#################################################################
7
8#################################################################
9########## Machine dependant compiler modification ##############
10########### for the SGI Silicon Graphics       ##################
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
17## -cckr may be needed for the new SGI compiler 3.10
18## -cckr removed -srk 16/5/94
19
20NAME = SGI
21COMPILER = cc -g -DNO_LEFT_CASTING -DACEDB4 -Wf,-XNl4096
22# -Wf,-XNl4096 needed to compile big string constant in graphxt.c
23LINKER = cc -g
24
25LIBS = -lm  -lsun
26RANLIB_NEEDED = false
27
28# -lsun is used by the rpc system for ace client/server
29# -lc_s is the shared c library on silicon
30
31.c.o:
32	$(CC) -c $*.c
33
34#################################################################
35#################################################################
36