4caf1b5edcf74f17514697b0ae19fb0512313e2f
[openafs.git] / src / config / Makefile.sgi_63
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 -I../sgiefs
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=
28 MTLIBS=-lpthread
29 SHLIB_SUFFIX=so
30 #
31 # programs
32 AR=ar
33 AS=as
34 CP=cp
35 MT_CC=cc
36 INSTALL=${SRCDIR}bin/install
37 LD=ld   
38 LEX=lex
39 MV=mv
40 RANLIB=/bin/true
41 RM=rm
42 WASHTOOL=${SRCDIR}bin/washtool