571a72dc089a442ac00314f22e23da7ee495e0c2
[openafs.git] / src / config / Makefile.sgi_64.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 -n32 -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 =-D_BSD_COMPAT -64 -mips3
21 XLDFLAGS=-n32
22 XLDFLAGS64=-64
23 MT_CFLAGS=-D_SGI_MP_SOURCE -DAFS_PTHREAD_ENV ${XCFLAGS}
24 #
25 # libraries
26 TXLIBS= -lcurses
27 XLIBS=@LIB_AFSDB@
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=cc
37 LD=ld   
38 LEX=lex
39 MV=mv
40 RANLIB=/bin/true
41 RM=rm
42 INSTALL=${TOP_OBJDIR}/src/pinstall/pinstall
43 #
44 # This is for the vol package
45 XFS_SIZE_CHECK         = xfs_size_check
46 install_XFS_SIZE_CHECK = $(DESTDIR)${afssrvsbindir}/xfs_size_check
47 dest_XFS_SIZE_CHECK    = $(DEST)/root.server/usr/afs/bin/xfs_size_check