introduce-autoconf-for-openafs-20010628
[openafs.git] / src / config / Makefile.s390_linux24.in
1 # Copyright 1998 Transarc Corporation
2 #
3 # Keep macros within each section in sorted order for clean diff displays.
4 #
5 # AFS_OSTYPE used to indicate suffixes and os specific subdirectories.
6 AFS_OSTYPE = LINUX
7
8 # Base directory for linux kernel source. Actually a prefix which is complete
9 # when LINUX_VERS is appended to it.
10 LINUX_SRCDIR = /usr/src/linux-
11 # Default list of Linux kernels to build. Build will run only if all
12 # can be built. To build a different set, specify LINUX_VERS to make.
13 LINUX_VERS = 2.4.3
14
15 #
16 # compilation and link editor flags
17 DBG=-g
18 OPTMZ=-O
19 #PAM_CFLAGS = -O2 -Dlinux -DLINUX_PAM -fPIC
20 PAM_CFLAGS= -O -Dlinux -DLINUX_PAM -fPIC
21 # Put -O2 here to _ensure_ all Makefiles pick it up.
22 XCFLAGS= -O -g
23 MT_CFLAGS=-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}
24 XLDFLAGS=
25 SHARE_LDFLAGS = -shared -Xlinker -x
26 SHLIB_SUFFIX=so
27 SHLIB_CFLAGS=
28 #
29 # libraries
30 MTLIBS=-lpthread
31 TXLIBS= /usr/lib/libncurses.so
32 XLIBS=@LIB_AFSDB@
33 #
34 # programs
35 AR=ar
36 AS=as
37 CP=cp
38 LD=gcc
39 MT_CC=gcc
40 MV=mv
41 RANLIB=ranlib
42 RM=rm
43 WASHTOOL=${DESTDIR}bin/washtool
44 INSTALL=${DESTDIR}bin/install
45 #
46 # Other OS specific requirements
47 #
48 YACC = bison -y
49 LEX = flex -l
50 # Used in des library.
51 CRYPT_OBJ = crypt.o