~ubuntu-branches/ubuntu/gutsy/icu/gutsy

« back to all changes in this revision

Viewing changes to source/config/mh-hpux-acc

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2005-05-21 22:44:31 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: package-import@ubuntu.com-20050521224431-r7rktfhnu1n4tf1g
Tags: 2.1-2.1
Rename icu-doc to icu21-doc. icu-doc is built by the icu28 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## -*-makefile-*-
2
2
## HP/UX-specific setup using aCC
3
 
## Copyright (c) 1999-2000, International Business Machines Corporation and
 
3
## Copyright (c) 1999-2002, International Business Machines Corporation and
4
4
## others. All Rights Reserved.
5
5
##
6
 
## $Id: mh-hpux-acc,v 1.26 2002/01/04 23:48:42 yves-oss Exp $
 
6
## $Id: mh-hpux-acc,v 1.27 2002/03/14 02:00:36 srl Exp $
7
7
 
8
8
## Commands to generate dependency files
9
9
GEN_DEPS.c=     :
13
13
COMPILE.c=      $(CC)  +z -Ae $(DEFS) $(CPPFLAGS) $(CFLAGS) -c +ESlit
14
14
COMPILE.cc=     $(CXX) +z $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c
15
15
 
 
16
## Common 'default' path to ensure the sanity of users.  Search the current
 
17
## directory, at least.
 
18
LD_DEFAULTPATH= -Wl,+b,.:'$$'ORIGIN/
 
19
 
16
20
## Commands to link
17
21
## For aCC, use the C++ linker so that __shlinit gets defined
18
22
#LINK.c=                $(CC) +z -Ae $(DEFS) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
19
 
LINK.c=         $(CXX) +z $(DEFS) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -Wl,+s
20
 
LINK.cc=        $(CXX) +z $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -Wl,+s
 
23
LINK.c=         $(CXX) +z $(DEFS) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -Wl,+s $(LD_DEFAULTPATH)
 
24
LINK.cc=        $(CXX) +z $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -Wl,+s $(LD_DEFAULTPATH)
21
25
 
22
26
## Commands to make a shared library
23
27
#SHLIB.c=       $(LD) $(LDFLAGS) -b
24
 
SHLIB.c=        $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -b -Wl,+s
25
 
SHLIB.cc=       $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -b -Wl,+s
 
28
SHLIB.c=        $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -b -Wl,+s $(LD_DEFAULTPATH)
 
29
SHLIB.cc=       $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -b -Wl,+s $(LD_DEFAULTPATH)
26
30
 
27
31
## Compiler switch to embed a runtime search path
28
32
LD_RPATH=       -Wl,+b,