Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / contrib / sendmail-8.14 / devtools / OS / HP-UX.11.x
1 #       $Id: HP-UX.11.x,v 8.26 2003/11/21 01:05:09 lijian Exp $
2
3 dnl     DO NOT EDIT THIS FILE.
4 dnl     Place personal settings in devtools/Site/site.config.m4
5
6 # +z is to generate position independant code
7 define(`confCClibsmi', `cc -Ae +Z')
8 define(`confCC', `cc -Ae')
9 define(`confMAPDEF', `-DNDBM -DNIS -DMAP_REGEX')
10 define(`confENVDEF', `-DV4FS -DHPUX11')
11 define(`confSM_OS_HEADER', `sm_os_hp')
12 define(`confOPTIMIZE',`+O2')
13 define(`confLIBS', `-ldbm -lnsl')
14 define(`confSHELL', `/usr/bin/sh')
15 define(`confINSTALL', `${BUILDBIN}/install.sh')
16 define(`confSBINGRP', `mail')
17 define(`confEBINDIR', `/usr/sbin')
18
19 define(`confMTCCOPTS', `-D_POSIX_C_SOURCE=199506L +z')
20 define(`confMTLDOPTS', `-lpthread')
21 define(`confLD', `ld')
22 define(`confLDOPTS_SO', `-b')
23 define(`confCCOPTS_SO', `')
24
25 dnl Don't indent or put any tab/space in this file.
26 dnl Tab/space here causes make syntax error 
27 ifelse(confBLDVARIANT, `DEBUG',
28 dnl Debug build
29 `
30 define(`confOPTIMIZE',`-g')
31 ',
32 dnl Optimized build
33 confBLDVARIANT, `OPTIMIZED',
34 `
35 define(`confOPTIMIZE',`+O2')
36 ',
37 dnl Purify build
38 confBLDVARIANT, `PURIFY',
39 `
40 define(`confOPTIMIZE',`-g')
41 ',
42 dnl default
43 `
44 define(`confOPTIMIZE',`+O2')
45 ')