diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2006-04-07 01:33:38 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2006-04-07 01:33:38 +0000 |
commit | 79ed063f69036e5d8ecd264fe73da80655edec4c (patch) | |
tree | 46cc70773c46758ff7b856c04c7023cc7a83da86 /config/HP-UXB.11.23.mk | |
parent | 52e9249e7e9a0175442350482712d215038f18a6 (diff) | |
download | ds-79ed063f69036e5d8ecd264fe73da80655edec4c.tar.gz ds-79ed063f69036e5d8ecd264fe73da80655edec4c.tar.xz ds-79ed063f69036e5d8ecd264fe73da80655edec4c.zip |
[186642] Directory Server Makefile updates for Internal build (Comment #6)
1) picked up the latest components including Cyrus SASL, Perldap, SetupUtil,
and AdminServer
2) fixed the java paths for the internal build.
3) added an option -AA to HP-UX C++ compiler to adjust to SetupUtil build (use
libstd 2)
4) replaced <iostream.h>, <strstream.h> and <fstream.h> with <iostream>,
<strstream>, <fstream> respectively in ldap/cm/newinst/ux-dialog.cc
5) package svrcore and perldap, which were dropped in the current
ldap/cm/Makefile
6) added a perl script genPerlDAPInf.pl to generate perldap.inf file
Diffstat (limited to 'config/HP-UXB.11.23.mk')
-rw-r--r-- | config/HP-UXB.11.23.mk | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/config/HP-UXB.11.23.mk b/config/HP-UXB.11.23.mk new file mode 100644 index 00000000..bce4c61a --- /dev/null +++ b/config/HP-UXB.11.23.mk @@ -0,0 +1,43 @@ +# +# BEGIN COPYRIGHT BLOCK +# This Program is free software; you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free Software +# Foundation; version 2 of the License. +# +# This Program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# this Program; if not, write to the Free Software Foundation, Inc., 59 Temple +# Place, Suite 330, Boston, MA 02111-1307 USA. +# +# In addition, as a special exception, Red Hat, Inc. gives You the additional +# right to link the code of this Program with code not covered under the GNU +# General Public License ("Non-GPL Code") and to distribute linked combinations +# including the two, subject to the limitations in this paragraph. Non-GPL Code +# permitted under this exception must only link to the code of this Program +# through those well defined interfaces identified in the file named EXCEPTION +# found in the source code files (the "Approved Interfaces"). The files of +# Non-GPL Code may instantiate templates or use macros or inline functions from +# the Approved Interfaces without causing the resulting work to be covered by +# the GNU General Public License. Only Red Hat, Inc. may make changes or +# additions to the list of Approved Interfaces. You must obey the GNU General +# Public License in all respects for all of the Program code and other code used +# in conjunction with the Program except the Non-GPL Code covered by this +# exception. If you modify this file, you may extend this exception to your +# version of the file, but you are not obligated to do so. If you do not wish to +# provide this exception without modification, you must delete this exception +# statement from your version and license this file solely under the GPL without +# exception. +# +# +# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. +# Copyright (C) 2006 Red Hat, Inc. +# All rights reserved. +# END COPYRIGHT BLOCK +# +# +# Config stuff for HP-UX.11.23 +# +include $(DEPTH)/config/HP-UX.mk |