apply-modversions-so-nothing-has-first-been-included-20010623
[openafs.git] / src / config / Makefile.i386_linux24.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 = /usr/src/linux-
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 = 2.3.99-pre3
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 LD=ld
34 MT_CC=cc
35 MV=mv
36 RANLIB=ranlib
37 RM=rm
38 WASHTOOL=${DESTDIR}bin/washtool
39 INSTALL=${DESTDIR}bin/install
40 #
41 # Other OS specific requirements
42 #
43 YACC = bison -y
44 LEX = flex -l
45 # Used in des library.
46 CRYPT_OBJ = crypt.o