Add dependencies on spf.h, srs.h, dk.h to spf.o, srs.o, and dk.o in the
[exim.git] / src / OS / Makefile-IRIX65
CommitLineData
870f6ba8 1# $Cambridge: exim/src/OS/Makefile-IRIX65,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
61ec970d
PH
2
3# Exim: OS-specific make file for IRIX 6.5
4
5HAVE_ICONV=yes
6HOSTNAME_COMMAND=/usr/bsd/hostname
7CC=cc
8CFLAGS=-O2 -OPT:Olimit=0
9# CFLAGS=-O2 # override with this (in your Local/Makefile) if using gcc
10LFLAGS=-Wl,-LD_MSG:off=85
11LFLAGS=
12# nlist has moved from libmld to libelf
870f6ba8 13LIBS=-lelf -lm
61ec970d
PH
14XINCLUDE=-I/usr/include/X11
15vfork=fork
16RANLIB=@true
17
18# End