~ubuntu-branches/ubuntu/warty/openafs/warty

« back to all changes in this revision

Viewing changes to src/config/Makefile.sun4x_57.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-01-10 16:37:33 UTC
  • Revision ID: james.westby@ubuntu.com-20040110163733-jvr0n1uahshlb1uu
Tags: upstream-1.2.11
ImportĀ upstreamĀ versionĀ 1.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 = SOLARIS
 
12
#
 
13
# compilation and link editor flags
 
14
XCFLAGS=-dy -Bdynamic
 
15
MT_CFLAGS=-mt -DAFS_PTHREAD_ENV ${XCFLAGS}
 
16
PAM_CFLAGS = -KPIC
 
17
PAMLIBS= -lc -lpam -lsocket -lnsl -lm
 
18
SHLIB_LDFLAGS = -G -Bsymbolic
 
19
LWP_OPTMZ=-g
 
20
OPTMZ=-O
 
21
DBG=-g
 
22
 
 
23
## Compilation flags for 64 bit Solaris
 
24
XCFLAGS64 = ${XCFLAGS} -xarch=v9
 
25
 
 
26
SHLIB_SUFFIX=so
 
27
SHLIB_LINKER=${CC} -G -dy -Wl,-Mmapfile -Bsymbolic -z text
 
28
 
 
29
#
 
30
# libraries
 
31
XLIBS=@LIB_AFSDB@ -lsocket -lnsl -lintl -ldl
 
32
TXLIBS=-lcurses
 
33
MTLIBS=-lpthread -lsocket
 
34
XLIBELFA=-lelf
 
35
XLIBKVM=-lkvm
 
36
#
 
37
SHLIB_SUFFIX=so
 
38
SHLIB_CFLAGS=-KPIC
 
39
#
 
40
# programs
 
41
AR=/usr/ccs/bin/ar
 
42
AS=as
 
43
CC=/opt/SUNWspro/bin/cc
 
44
MT_CC=/opt/SUNWspro/bin/cc
 
45
CP=/bin/cp
 
46
LEX=lex
 
47
LD= /usr/ccs/bin/ld
 
48
LORDER = /usr/ccs/bin/lorder
 
49
MV=mv
 
50
RANLIB=/bin/true
 
51
RM=rm
 
52
STRIP= /usr/ccs/bin/strip
 
53
INSTALL=${TOP_SRCDIR}/pinstall/pinstall
 
54
#
 
55
# this is for the vol package
 
56
FS_CONV_SOL26         = fs_conv_sol26
 
57
install_FS_CONV_SOL26 = $(DESTDIR)${afssrvsbindir}/fs_conv_sol26
 
58
dest_FS_CONV_SOL26    = $(DEST)/root.server/usr/afs/bin/fs_conv_sol26