836ed4010e1b083058ed19edd565f3ca37d285e8
[openafs.git] / src / config / Makefile.sgi_63.in
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
13 # compilation and link editor flags
14 DBG=-g
15 FSINCLUDES=-I/usr/include/sys/fs
16 LWP_OPTMZ=-O
17 OPTMZ=-O
18 XCFLAGS=-D_OLD_TERMIOS -D_BSD_COMPAT -o32
19 # The -mips3 for XCFLAGS64 allows code to run on R4000 as well as R8000+.
20 XCFLAGS64 =-D_BSD_COMPAT -64 -mips3
21 MT_CFLAGS=-D_SGI_MP_SOURCE -DAFS_PTHREAD_ENV ${XCFLAGS}
22 XLDFLAGS=-o32
23 XLDFLAGS64=-64
24 #
25 # libraries
26 TXLIBS= -lcurses
27 XLIBS=@LIB_AFSDB@
28 MTLIBS=-lpthread
29 SHLIB_SUFFIX=so
30 #
31 # programs
32 AR=ar
33 AS=as
34 CP=cp
35 MT_CC=cc
36 LD=ld   
37 LEX=lex
38 MV=mv
39 RANLIB=/bin/true
40 RM=rm
41 INSTALL=${DESTDIR}/bin/install