From: Chas Williams Date: Fri, 19 Jan 2001 09:01:48 +0000 (+0000) Subject: STABLE10-missing-sol8-Makefile-20001219 X-Git-Tag: openafs-stable-1_0_2~32 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=07d8accac68c190fe34d9241c42528b99d336725;p=packages%2Fo%2Fopenafs.git STABLE10-missing-sol8-Makefile-20001219 Missed in initial commit (cherry picked from commit 016cf269e44f6721fe6307e86d983b0b966ee09a) --- diff --git a/src/config/Makefile.sun4x_58 b/src/config/Makefile.sun4x_58 new file mode 100644 index 000000000..3701bfda6 --- /dev/null +++ b/src/config/Makefile.sun4x_58 @@ -0,0 +1,51 @@ +# Keep macros within each section in sorted order for clean diff displays. +# +# AFS_OSTYPE used to indicate suffixes and os specific subdirectories. +AFS_OSTYPE = SOLARIS +# +# compilation and link editor flags +XCFLAGS=-dy -Bdynamic +MT_CFLAGS=-mt -DAFS_PTHREAD_ENV ${XCFLAGS} +PAM_CFLAGS = -KPIC +PAMLIBS= -lc -lpam -lsocket -lnsl -lm +SHARE_LDFLAGS = -G -Bsymbolic +LWP_OPTMZ=-g +OPTMZ=-O +DBG=-g + +## Compilation flags for 64 bit Solaris +XCFLAGS64 = ${XCFLAGS} -xarch=v9 + +# +# libraries +XLIBS=-lsocket -lnsl -lintl -ldl +TXLIBS=-lcurses +MTLIBS=-lpthread -lsocket +XLIBELFA=-lelf +XLIBKVM=-lkvm +# +SHLIB_SUFFIX=so +SHLIB_CFLAGS=-KPIC +# +# programs +AR=/usr/ccs/bin/ar +AS=as +CC=/opt/SUNWspro/bin/cc +MT_CC=/opt/SUNWspro/bin/cc +CP=/bin/cp +INSTALL=${SRCDIR}bin/install +LEX=lex +LD= /usr/ccs/bin/ld +LORDER = /usr/ccs/bin/lorder +MV=mv +RANLIB=/bin/true +RM=rm +STRIP= /usr/ccs/bin/strip +WASHTOOL=${SRCDIR}bin/washtool +# +# this is for the vol package +FS_CONV_SOL26= $(DESTDIR)root.server/usr/afs/bin/fs_conv_sol26 +# +# This is the XBSA make flag and pathname to XBSA header files (xbsa.h) +XBSA_FLAGS=-Dxbsa +XBSADIR=/opt/tivoli/tsm/client/api/bin/xopen