]> git.sur5r.net Git - openldap/blob - build/platforms/hpux-cc/Make-platform
Initial revision
[openldap] / build / platforms / hpux-cc / Make-platform
1 #
2 # LDAP HP-UX standard cc Make-platform file
3 #
4
5 #
6 # add any platform-specific overrides below here
7 #
8
9
10 #
11 # -------------------------------------------------------------------------
12 # you will probably not need to edit anything below this point
13 # -------------------------------------------------------------------------
14 # ranlib not needed under HP-UX
15 RANLIB  = ""
16
17 # install under HP-UX is not like on BSD systems, so we use our own script
18 INSTALL=$(LDAPSRC)/build/install.sh
19
20 # we need to link a separate library to get ndbm routines under HP/UX 
21 LDBMLIB=-lndbm
22
23 PLATFORMCFLAGS= -Dhpux
24
25 # we need to link in the V3 library to get sigset()
26 PLATFORMLIBS= -lV3
27
28 #
29 # the HP-UX cc compiler doesn't understand function prototypes, so we
30 # need the unproto preprocessor
31 #
32 NEEDUNPROTO=yes
33 UNPROTOCFLAGS=-tp,$(LDAPSRC)/build/unproto/cpp