ppc-linux-needs-install-path-20010917
[openafs.git] / src / config / Makefile.ppc_linux22.in
1 # AFS_OSTYPE used to indicate suffixes and os specific subdirectories.
2 AFS_OSTYPE = LINUX
3
4 # Base directory for linux kernel source. Actually a prefix which is complete
5 # when LINUX_VERS is appended to it.
6 LINUX_SRCDIR = $(KSRC)
7 # Default list of Linux kernels to build. Build will run only if all
8 # can be built. To build a different set, specify LINUX_VERS to make.
9 LINUX_VERS = $(KVERS)
10
11 #
12 # compilation and link editor flags
13 DBG=-g
14 OPTMZ=-O2
15 PAM_CFLAGS = -O2 -Dlinux -DLINUX_PAM -fPIC
16 # Put -O2 here to _ensure_ all Makefiles pick it up.
17 XCFLAGS= -O2
18 MT_CFLAGS=-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}
19 XLDFLAGS=
20 SHARE_LDFLAGS = -shared -Xlinker -x
21 SHLIB_SUFFIX=so
22 SHLIB_CFLAGS=
23 #
24 # libraries
25 MTLIBS=-lpthread
26 TXLIBS= /usr/lib/libncurses.so
27 XLIBS=@LIB_AFSDB@
28 #
29 # programs
30 AR=ar
31 AS=as
32 CP=cp
33 INSTALL=install
34 LD=ld
35 MT_CC=cc
36 MV=mv
37 RANLIB=ranlib
38 RM=rm
39 INSTALL=${TOP_SRCDIR}/pinstall/pinstall
40 #
41 # Other OS specific requirements
42 #
43 YACC = bison -y
44 LEX = flex -l