CVS-ing the new test suite.
[exim.git] / src / OS / Makefile-HP-UX
CommitLineData
31480e42 1# $Cambridge: exim/src/OS/Makefile-HP-UX,v 1.4 2005/08/08 10:48:27 ph10 Exp $
61ec970d
PH
2
3# Exim: OS-specific make file for HP-UX later than 9
4
5bd022fe
PH
5# HP ANSI C compiler
6#CC=cc
21f7af35 7#CFLAGS=+O2 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED
31480e42
PH
8# Users of the A.06.00 compiler might need to use +O1 rather than +O2 as
9# there have been some problems reported with this compiler with +O2 set.
10
5bd022fe
PH
11# gcc
12CFLAGS=-O -Wl,-z -D_XOPEN_SOURCE_EXTENDED
13
21f7af35 14
61ec970d
PH
15BASENAME_COMMAND=/bin/basename
16HAVE_ICONV=yes
17HAVE_SETRESUID=YES
18HAVE_SETEUID=NO
19XINCLUDE=-I/usr/include/X11R6 -I/usr/contrib/X11R6/include
20XLFLAGS=-L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib
21X11_LD_LIB=/usr/contrib/X11R6/lib
22EXIMON_TEXTPOP=
23DBMLIB=-lndbm
24RANLIB=@true
25
26# End