# Copyright 2000, International Business Machines Corporation and others. # All Rights Reserved. # # This software has been released under the terms of the IBM Public # License. For details, see the LICENSE file in the top-level source # directory or online at http://www.openafs.org/dl/license10.html # Keep macros within each section in sorted order for clean diff displays. # # AFS_OSTYPE used to indicate suffixes and os specific subdirectories. AFS_OSTYPE = IRIX # compilation and link editor flags DBG=-g FSINCLUDES=-I/usr/include/sys/fs -I../sgiefs LWP_OPTMZ=-O OPTMZ=-O 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 # The -mips3 for XCFLAGS64 allows code to run on R4000 as well as R8000+. XCFLAGS64 =-D_BSD_COMPAT -64 -mips3 XLDFLAGS=-n32 XLDFLAGS64=-64 MT_CFLAGS=-D_SGI_MP_SOURCE -DAFS_PTHREAD_ENV ${XCFLAGS} # # libraries TXLIBS= -lcurses XLIBS= MTLIBS=-lpthread SHLIB_SUFFIX=so SHLIB_CFLAGS= # # programs AR=ar AS=as CP=cp MT_CC=cc INSTALL=${SRCDIR}bin/install LD=ld LEX=lex MV=mv RANLIB=/bin/true RM=rm WASHTOOL=${SRCDIR}bin/washtool # # This is for the vol package XFS_SIZE_CHECK = $(DESTDIR)root.server/usr/afs/bin/xfs_size_check