ICU-3666 remove CVS keywords from source

X-SVN-Rev: 14831
This commit is contained in:
Alan Liu 2004-04-01 06:43:16 +00:00
parent f746afff16
commit 965742a9d9
22 changed files with 0 additions and 42 deletions

View File

@ -3,8 +3,6 @@
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-aix,v 1.36 2004/03/26 22:33:12 grhoten-oss Exp $
##
## Please note: AIX does NOT have library versioning per se (there is no 'SONAME' capability).
## So, we are using 'windows' style library names, that is, libicuuc20.1.so instead of libicuuc.so.20.1

View File

@ -2,8 +2,6 @@
## Aix-specific setup (for Visual Age 5+)
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-aix-va,v 1.33 2004/03/26 22:33:12 grhoten-oss Exp $
## Commands to generate dependency files
GEN_DEPS.c= $(CC) -E -M $(DEFS) $(CPPFLAGS)

View File

@ -2,8 +2,6 @@
## Alpha-Linux-specific setup
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-alpha-linux-cc,v 1.11 2004/03/26 22:33:12 grhoten-oss Exp $
## Commands to generate dependency files
#GEN_DEPS.c= $(CC) $(DEFS) $(CPPFLAGS) -MD -c -msg_quiet

View File

@ -2,8 +2,6 @@
## Linux-specific setup
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-alpha-linux-gcc,v 1.10 2004/03/26 22:33:12 grhoten-oss Exp $
## Commands to generate dependency files
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)

View File

@ -2,8 +2,6 @@
## Alpha-Linux-specific setup
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-alpha-osf,v 1.7 2004/03/26 22:33:12 grhoten-oss Exp $
## Commands to generate dependency files
#GEN_DEPS.c= $(CC) $(DEFS) $(CPPFLAGS) -MD -c -msg_quiet

View File

@ -3,7 +3,6 @@
## Copyright (c) 2003-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-beos,v 1.3 2004/03/26 18:07:35 grhoten-oss Exp $
## Original author: Andrew Bachmann
## Commands to generate dependency files

View File

@ -2,8 +2,6 @@
## FreeBSD-specific setup
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-bsd-gcc,v 1.10 2004/03/26 22:33:12 grhoten-oss Exp $
## Commands to generate dependency files
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)

View File

@ -2,8 +2,6 @@
## Cygwin-specific setup
## Copyright (c) 2001-2004, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-cygwin,v 1.20 2004/04/01 00:21:57 grhoten-oss Exp $
## Commands to generate dependency files
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)

View File

@ -2,8 +2,6 @@
## Cygwin-specific setup
## Copyright (c) 2001-2004, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-cygwin-msvc,v 1.22 2004/04/01 00:21:57 grhoten-oss Exp $
## Commands to generate dependency files
GEN_DEPS.c= :

View File

@ -3,8 +3,6 @@
## to Rhapsody, aka Mac OS X Server)
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-darwin,v 1.33 2004/03/26 22:33:12 grhoten-oss Exp $
## Flags for position independent code
SHAREDLIBCFLAGS = -dynamic

View File

@ -2,8 +2,6 @@
## HP/UX-specific setup using aCC
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-hpux-acc,v 1.38 2004/03/26 22:33:12 grhoten-oss Exp $
## Commands to generate dependency files
GEN_DEPS.c= :

View File

@ -2,8 +2,6 @@
## HP/UX-specific setup using CC
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-hpux-cc,v 1.34 2004/03/26 22:33:12 grhoten-oss Exp $
## This causes source/tools/pkgdata generated makefiles to create and link

View File

@ -2,8 +2,6 @@
## HPUX/gcc specific setup
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-hpux-gcc,v 1.6 2004/03/26 22:33:12 grhoten-oss Exp $
## Commands to generate dependency files
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)

View File

@ -2,8 +2,6 @@
## IRIX-specific setup (for CC)
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-irix,v 1.25 2004/03/26 22:33:12 grhoten-oss Exp $
## Flags for position independent code
SHAREDLIBCFLAGS = -shared

View File

@ -2,8 +2,6 @@
## Linux-specific setup
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-linux,v 1.34 2004/03/26 08:04:52 grhoten-oss Exp $
## Commands to generate dependency files
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)

View File

@ -3,7 +3,6 @@
## Copyright (c) 2003-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-mpras,v 1.4 2004/03/26 22:33:12 grhoten-oss Exp $
## Original contributer: Jason Gordon from NCR
## Flags for position independent code

View File

@ -2,8 +2,6 @@
## 390-specific setup
## Copyright (c) 1999-2004, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-os390,v 1.61 2004/04/01 00:21:57 grhoten-oss Exp $
###################################################################
# IMPORTANT NOTE #

View File

@ -2,8 +2,6 @@
## OS400-specific setup (for cross build)
## Copyright (c) 1999-2004, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-os400,v 1.26 2004/04/01 00:21:57 grhoten-oss Exp $
GEN_DEPS.c= $(CC1) -E -M $(DEFS) $(CPPFLAGS)
GEN_DEPS.cc= $(CXX1) -E -M $(DEFS) $(CPPFLAGS)

View File

@ -2,8 +2,6 @@
## PTX-specific setup
## Copyright (c) 1999-2000, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-ptx,v 1.17 2002/01/04 23:48:43 yves-oss Exp $
## Flags for position independent code
SHAREDLIBCFLAGS = -KPIC

View File

@ -4,8 +4,6 @@
## others. All Rights Reserved.
##
## Provided By: Chris McKillop <cdm@qnx.com>
##
## $Id: mh-qnx,v 1.4 2004/03/26 18:07:36 grhoten-oss Exp $
#

View File

@ -2,8 +2,6 @@
## Solaris-specific setup using Sun's workshop compilers
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-solaris,v 1.37 2004/03/26 22:33:12 grhoten-oss Exp $
## Flags for position independent code
SHAREDLIBCFLAGS = -KPIC

View File

@ -2,8 +2,6 @@
## Solaris-specific setup using gcc
## Copyright (c) 1999-2003, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-solaris-gcc,v 1.35 2004/03/26 22:33:12 grhoten-oss Exp $
## Flags for position independent code
SHAREDLIBCFLAGS = -fPIC