c89cd0c7dd95b0bf0278b3096422a21aa319626c
[openafs.git] / src / config / Makefile.i386_djgpp
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 # MKAFS_OSTYPE used to indicate suffixes and os specific subdirectories.
11 MKAFS_OSTYPE = DJGPP
12
13 # compilation and link editor flags
14 #DBG=-g
15 OPTMZ=-O2
16 #PAM_CFLAGS = -O2 -Dlinux -DLINUX_PAM -fPIC
17 # Put -O2 here to _ensure_ all Makefiles pick it up.
18 XCFLAGS= ${DBG} -Dfds_bits=fd_bits -DAFS_AFSDB_ENV -DAFS_FREELANCE_CLIENT
19 MT_CFLAGS=${XCFLAGS}
20 XLDFLAGS=
21 SHLIB_LDFLAGS = -shared -Xlinker -x
22 SHLIB_SUFFIX=so
23 SHLIB_CFLAGS=
24 #
25 # libraries
26 MT_LIBS=
27 TXLIBS=
28 XLIBS=
29 #
30 # programs
31 AR=dos-ar
32 AS=dos-as
33 CP=cp
34 INSTALL=${SRCDIR}/bin/install
35 LD=dos-ld   
36 CC=dos-gcc -bmmap
37 RANLIB=dos-ranlib
38 MT_CC=dos-gcc -bmmap
39 MV=mv
40 RM=rm
41 #
42 # Other OS specific requirements
43 #
44 YACC = bison -y
45 LEX = flex -l