07dac12d1e88248c4b20ccf1a5dd8ceb97f291e3
[openafs.git] / src / config / Makefile.sgi_65
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 # Keep macros within each section in sorted order for clean diff displays.
9 #
10 # AFS_OSTYPE used to indicate suffixes and os specific subdirectories.
11 AFS_OSTYPE = IRIX
12 # Pointers to destination and source directories
13
14 # compilation and link editor flags
15 DBG=-g
16 FSINCLUDES=-I/usr/include/sys/fs
17 OPTMZ=-O
18 XCFLAGS=-n32 -mips3 -woff 1009,1110,1116,1164,1171,1177,1183,1185,1204,1233,1515,1516,1548,1169,1174,1177,1196,1498,1506,1552
19 # The -mips3 for XCFLAGS64 allows code to run on R4000 as well as R8000+.
20 XCFLAGS64 =-64 -mips3
21 XLDFLAGS=-n32 -mips3
22 XLDFLAGS64=-64 -mips3
23 MT_CFLAGS=-D_SGI_MP_SOURCE -DAFS_PTHREAD_ENV ${XCFLAGS}
24 #
25 # libraries
26 TXLIBS= -lcurses
27 XLIBS=
28 MTLIBS=-lpthread
29 SHLIB_SUFFIX=so
30 SHLIB_CFLAGS=
31 #
32 # programs
33 AR=ar
34 AS=as
35 CP=cp
36 MT_CC=/usr/bin/cc
37 LD=/usr/bin/ld   
38 LEX=lex
39 MV=mv
40 RANLIB=/bin/true
41 RM=rm
42 WASHTOOL=${DESTDIR}bin/washtool
43 INSTALL=${DESTDIR}bin/install
44 #
45 # This is for the vol package
46 XFS_SIZE_CHECK = $(DESTDIR)root.server/usr/afs/bin/xfs_size_check