more-64bit-file-size-support-20011031
[openafs.git] / src / config / Makefile.i386_obsd29.in
1 # Copyright 1998 Transarc Corporation 
2 #
3 # AFS_OSTYPE used to indicate suffixes and os specific subdirectories.
4 AFS_OSTYPE = OBSD
5
6 #
7 # compilation and link editor flags
8 DBG=-g
9 OPTMZ=-O2
10 PAM_CFLAGS = -O2 -pipe -fpic
11 # Put -O2 here to _ensure_ all Makefiles pick it up.
12 XCFLAGS= -O2
13 MT_CFLAGS=-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}
14 XLDFLAGS=
15 SHARE_LDFLAGS = -shared -Xlinker -x
16 SHLIB_SUFFIX=so
17 SHLIB_CFLAGS= -fpic
18 #
19 # libraries
20 MTLIBS=-pthread
21 TXLIBS= /usr/lib/libcurses.a
22 XLIBS=@LIB_AFSDB@ -lcompat
23
24 #
25 # programs
26 AR=ar
27 AS=as
28 CP=cp
29 INSTALL=${TOP_OBJDIR}/src/pinstall/pinstall
30 LD=ld   
31 MT_CC=cc
32 MV=mv
33 RANLIB=ranlib
34 RM=rm
35 #
36 # Other OS specific requirements
37 #
38 YACC =yacc
39 LEX =flex -l