cachemgr-setuerror-ifdef-cleanup-20020827
[openafs.git] / src / config / Makefile.sun4_413.in
1 # Copyright 2000, International Business Machines Corporation and others.\r
2 # All Rights Reserved.\r
3\r
4 # This software has been released under the terms of the IBM Public\r
5 # License.  For details, see the LICENSE file in the top-level source\r
6 # directory or online at http://www.openafs.org/dl/license10.html\r
7 \r
8 # Keep macros within each section in sorted order for clean diff displays.\r
9 #\r
10 # AFS_OSTYPE used to indicate suffixes and os specific subdirectories.\r
11 AFS_OSTYPE = SUNOS\r
12 \r
13 # compilation and link editor flags\r
14 XCFLAGS=\r
15 LWP_OPTMZ=-O\r
16 OPTMZ=-O\r
17 DBG=-g\r
18 #\r
19 # libraries\r
20 XLIBS=@LIB_AFSDB@\r
21 TXLIBS=-lcurses -ltermcap\r
22 XLIBELFA=-lelf\r
23 XLIBKVM=-lkvm\r
24 #\r
25 # programs\r
26 AR=ar\r
27 AS=as\r
28 CC=gcc\r
29 MT_CC=gcc\r
30 CP=/bin/cp\r
31 LEX=lex\r
32 LD= ld\r
33 LORDER = lorder\r
34 MV=mv\r
35 RANLIB=ranlib\r
36 RM=rm\r
37 STRIP= strip\r
38 INSTALL=${TOP_SRCDIR}/pinstall/pinstall\r