Imported Upstream version 4.84
[hcoop/debian/exim4.git] / OS / Makefile-IRIX632
1 # Exim: OS-specific make file for IRIX 6 on 32-bit systems.
2 # There seems to be some variation. The commented settings show
3 # some alternatives.
4
5 HAVE_ICONV=yes
6 HOSTNAME_COMMAND=/usr/bsd/hostname
7 #CFLAGS=-OPT:Olimit=1500 -32 -mips2
8 CFLAGS=-32
9 LFLAGS=-32
10 #LIBS=-lmld
11 LIBS=-lelf -lm
12 XINCLUDE=-I/usr/include/X11
13 vfork=fork
14 RANLIB=@true
15
16 # End