missing-sol8-Makefile-20001219
authorChas Williams <chas@cmf.nrl.navy.mil>
Tue, 19 Dec 2000 18:32:45 +0000 (18:32 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 19 Dec 2000 18:32:45 +0000 (18:32 +0000)
Not in initial commit

src/config/Makefile.sun4x_58 [new file with mode: 0644]

diff --git a/src/config/Makefile.sun4x_58 b/src/config/Makefile.sun4x_58
new file mode 100644 (file)
index 0000000..3701bfd
--- /dev/null
@@ -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