apply-modversions-so-nothing-has-first-been-included-20010623
[openafs.git] / src / config / Makefile.i386_linux22.in
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 = LINUX
12
13 # Base directory for linux kernel source. Actually a prefix which is complete
14 # when LINUX_VERS is appended to it.
15 LINUX_SRCDIR = /usr/src/linux-
16 # Default list of Linux kernels to build. Build will run only if all
17 # can be built. To build a different set, specify LINUX_VERS to make.
18 LINUX_VERS = 2.2.5-15 2.2.10 2.2.12 2.2.12-20 2.2.13 2.2.14
19
20 #
21 # compilation and link editor flags
22 DBG=-g
23 OPTMZ=-O2
24 PAM_CFLAGS = -O2 -Dlinux -DLINUX_PAM -fPIC
25 # Put -O2 here to _ensure_ all Makefiles pick it up.
26 XCFLAGS= -O2
27 MT_CFLAGS=-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}
28 XLDFLAGS=
29 SHARE_LDFLAGS = -shared -Xlinker -x
30 SHLIB_SUFFIX=so
31 SHLIB_CFLAGS=
32 #
33 # libraries
34 MTLIBS=-lpthread
35 TXLIBS= /usr/lib/libncurses.so
36 XLIBS= @LIB_AFSDB@
37 #
38 # programs
39 AR=ar
40 AS=as
41 CP=cp
42 LD=ld   
43 MT_CC=cc
44 MV=mv
45 RANLIB=ranlib
46 RM=rm
47 WASHTOOL=${DESTDIR}bin/washtool
48 INSTALL=${DESTDIR}bin/install
49 #
50 # Other OS specific requirements
51 #
52 YACC = bison -y
53 LEX = flex -l
54 # Used in des library.
55 CRYPT_OBJ = crypt.o