ICU-5081 U_HAVE_BIND_INTERNAL_REFERENCES and BIR_CPPFLAGS aren't used in the tools anymore

X-SVN-Rev: 19271
This commit is contained in:
George Rhoten 2006-02-24 19:31:15 +00:00
parent dc8d04a99e
commit 3cfb5459ac
13 changed files with 15 additions and 41 deletions

View file

@ -1,6 +1,6 @@
## -*-makefile-*-
## Aix-specific setup (for xlC)
## Copyright (c) 1999-2004, International Business Machines Corporation and
## Copyright (c) 1999-2006, International Business Machines Corporation and
## others. All Rights Reserved.
##
## Please note: AIX does NOT have library versioning per se (there is no 'SONAME' capability).
@ -109,7 +109,6 @@ STATIC_O = o
## BIR - bind with internal references [so app data and icu data doesn't collide]
BIR_LDFLAGS= -E$(NAME).map -bnoexpall
BIR_CPPFLAGS= -DU_HAVE_BIND_INTERNAL_REFERENCES
BIR_DEPS= $(NAME).map

View file

@ -1,5 +1,5 @@
## -*-makefile-*-
## Copyright (c) 2003-2005 IBM, Ken Foskey, and others. All rights reserved.
## Copyright (c) 2003-2006 IBM, Ken Foskey, and others. All rights reserved.
##
## Aix-specific setup (for gcc)
##
@ -114,9 +114,6 @@ STATIC_O = o
# LDflags that pkgdata will use
BIR_LDFLAGS= -Wl,-bE:$(NAME).map,-bnoexpall
# CPPflags for genccode/gencmn
BIR_CPPFLAGS= -DU_HAVE_BIND_INTERNAL_REFERENCES
# Dependencies [i.e. map files] for the final library
BIR_DEPS= $(NAME).map

View file

@ -1,6 +1,6 @@
## -*-makefile-*-
## Alpha-Linux-specific setup
## Copyright (c) 1999-2004, International Business Machines Corporation and
## Copyright (c) 1999-2006, International Business Machines Corporation and
## others. All Rights Reserved.
## Commands to generate dependency files
@ -78,9 +78,6 @@ STATIC_O = ao
# LDflags that pkgdata will use
BIR_LDFLAGS= -Wl,-Bsymbolic
# CPPflags for genccode/gencmn
BIR_CPPFLAGS= -DU_HAVE_BIND_INTERNAL_REFERENCES
# Dependencies [i.e. map files] for the final library
BIR_DEPS=

View file

@ -1,6 +1,6 @@
## -*-makefile-*-
## Linux-specific setup
## Copyright (c) 1999-2004, International Business Machines Corporation and
## Copyright (c) 1999-2006, International Business Machines Corporation and
## others. All Rights Reserved.
## Commands to generate dependency files
@ -72,9 +72,6 @@ GENCCODE_ASSEMBLY=-a gcc
# LDflags that pkgdata will use
BIR_LDFLAGS= -Wl,-Bsymbolic
# CPPflags for genccode/gencmn
BIR_CPPFLAGS= -DU_HAVE_BIND_INTERNAL_REFERENCES
# Dependencies [i.e. map files] for the final library
BIR_DEPS=

View file

@ -1,6 +1,6 @@
## -*-makefile-*-
## Alpha-OSF-specific setup
## Copyright (c) 1999-2004, International Business Machines Corporation and
## Copyright (c) 1999-2006, International Business Machines Corporation and
## others. All Rights Reserved.
## Commands to generate dependency files
@ -78,9 +78,6 @@ STATIC_O = ao
# LDflags that pkgdata will use
BIR_LDFLAGS= -Wl,-Bsymbolic
# CPPflags for genccode/gencmn
BIR_CPPFLAGS= -DU_HAVE_BIND_INTERNAL_REFERENCES
# Dependencies [i.e. map files] for the final library
BIR_DEPS=

View file

@ -1,6 +1,6 @@
## -*-makefile-*-
## BeOS-specific setup
## Copyright (c) 2003-2004, International Business Machines Corporation and
## Copyright (c) 2003-2006, International Business Machines Corporation and
## others. All Rights Reserved.
##
## Original author: Andrew Bachmann
@ -96,9 +96,6 @@ STATIC_O = ao
# LDflags that pkgdata will use
BIR_LDFLAGS= -Wl,-Bsymbolic
# CPPflags for genccode/gencmn
BIR_CPPFLAGS= -DU_HAVE_BIND_INTERNAL_REFERENCES
# Dependencies [i.e. map files] for the final library
BIR_DEPS=

View file

@ -1,6 +1,6 @@
## -*-makefile-*-
## Cygwin-specific setup
## Copyright (c) 2001-2005, International Business Machines Corporation and
## Copyright (c) 2001-2006, International Business Machines Corporation and
## others. All Rights Reserved.
## Commands to generate dependency files
@ -98,9 +98,6 @@ INSTALL-L=$(INSTALL_PROGRAM)
# LDflags that pkgdata will use
BIR_LDFLAGS= -Wl,-Bsymbolic
# CPPflags for genccode/gencmn
BIR_CPPFLAGS= -DU_HAVE_BIND_INTERNAL_REFERENCES
# Dependencies [i.e. map files] for the final library
BIR_DEPS=

View file

@ -1,6 +1,6 @@
## -*-makefile-*-
## Linux-specific setup
## Copyright (c) 1999-2004, International Business Machines Corporation and
## Copyright (c) 1999-2006, International Business Machines Corporation and
## others. All Rights Reserved.
## Commands to generate dependency files
@ -71,9 +71,6 @@ STATIC_O = ao
# LDflags that pkgdata will use
BIR_LDFLAGS= -Wl,-Bsymbolic
# CPPflags for genccode/gencmn
BIR_CPPFLAGS= -DU_HAVE_BIND_INTERNAL_REFERENCES
# Dependencies [i.e. map files] for the final library
BIR_DEPS=

View file

@ -1,6 +1,6 @@
## -*-makefile-*-
## QNX-specific setup
## Copyright (c) 1999-2004, International Business Machines Corporation and
## Copyright (c) 1999-2006, International Business Machines Corporation and
## others. All Rights Reserved.
##
## Provided By: Chris McKillop <cdm@qnx.com>
@ -85,9 +85,6 @@ FINAL_SO_TARGET = $(MIDDLE_SO_TARGET)
# LDflags that pkgdata will use
BIR_LDFLAGS= -Wl,-Bsymbolic
# CPPflags for genccode/gencmn
BIR_CPPFLAGS= -DU_HAVE_BIND_INTERNAL_REFERENCES
# Dependencies [i.e. map files] for the final library
BIR_DEPS=

View file

@ -1,6 +1,6 @@
## -*-makefile-*-
## Solaris-specific setup using Sun's compilers
## Copyright (c) 1999-2005, International Business Machines Corporation and
## Copyright (c) 1999-2006, International Business Machines Corporation and
## others. All Rights Reserved.
## Flags for position independent code
@ -70,7 +70,6 @@ STATIC_O = o
#
ifeq (strip $(GENCCODE_ASSEMBLY),)
BIR_LDFLAGS= -Wl,-M,$(NAME).map -Wl,-B,symbolic -Wl,-B,eliminate
BIR_CPPFLAGS= -DU_HAVE_BIND_INTERNAL_REFERENCES
BIR_DEPS= $(NAME).map
endif

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU - tools/genccode
## Copyright (c) 1999-2005, International Business Machines Corporation and
## Copyright (c) 1999-2006, International Business Machines Corporation and
## others. All Rights Reserved.
## Steven R. Loomis
@ -30,7 +30,7 @@ TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
ifneq ($(top_builddir),$(top_srcdir))
CPPFLAGS += -I$(top_builddir)/common
endif
CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil $(BIR_CPPFLAGS)
CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil
LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
OBJECTS = genccode.o

View file

@ -30,7 +30,7 @@ TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
ifneq ($(top_builddir),$(top_srcdir))
CPPFLAGS += -I$(top_builddir)/common
endif
CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil $(BIR_CPPFLAGS)
CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil
LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
OBJECTS = gencmn.o

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU - tools/icupkg
## Copyright (c) 1999-2005, International Business Machines Corporation and
## Copyright (c) 1999-2006, International Business Machines Corporation and
## others. All Rights Reserved.
## Steven R. Loomis
@ -33,7 +33,7 @@ TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
ifneq ($(top_builddir),$(top_srcdir))
CPPFLAGS += -I$(top_builddir)/common
endif
CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil $(BIR_CPPFLAGS)
CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil
LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
OBJECTS = icupkg.o