diff --git a/icu4c/source/config/mh-aix b/icu4c/source/config/mh-aix index 59b161b8515..0b0cad7f269 100644 --- a/icu4c/source/config/mh-aix +++ b/icu4c/source/config/mh-aix @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2002, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-aix,v 1.33 2003/06/09 22:35:07 srl Exp $ +## $Id: mh-aix,v 1.34 2003/08/08 23:53:42 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 @@ -84,8 +84,6 @@ STATIC_O = o %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d : %.u diff --git a/icu4c/source/config/mh-aix-va b/icu4c/source/config/mh-aix-va index c40763ab708..0843f389277 100644 --- a/icu4c/source/config/mh-aix-va +++ b/icu4c/source/config/mh-aix-va @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2002, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-aix-va,v 1.27 2003/06/09 22:35:07 srl Exp $ +## $Id: mh-aix-va,v 1.28 2003/08/08 23:53:43 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -M $(DEFS) $(CPPFLAGS) @@ -81,8 +81,6 @@ STATIC_O = o %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d : %.u diff --git a/icu4c/source/config/mh-alpha-linux-cc b/icu4c/source/config/mh-alpha-linux-cc index 6c5805d43b7..5376cce8980 100644 --- a/icu4c/source/config/mh-alpha-linux-cc +++ b/icu4c/source/config/mh-alpha-linux-cc @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-alpha-linux-cc,v 1.7 2002/05/13 23:50:12 grhoten-oss Exp $ +## $Id: mh-alpha-linux-cc,v 1.8 2003/08/08 23:53:43 grhoten-oss Exp $ ## Commands to generate dependency files #GEN_DEPS.c= $(CC) $(DEFS) $(CPPFLAGS) -MD -c -msg_quiet @@ -57,8 +57,6 @@ STATIC_O = ao %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules #%.d: $(srcdir)/%.c diff --git a/icu4c/source/config/mh-alpha-linux-gcc b/icu4c/source/config/mh-alpha-linux-gcc index a934b9daac7..0eaab332ace 100644 --- a/icu4c/source/config/mh-alpha-linux-gcc +++ b/icu4c/source/config/mh-alpha-linux-gcc @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-alpha-linux-gcc,v 1.6 2002/05/13 23:50:12 grhoten-oss Exp $ +## $Id: mh-alpha-linux-gcc,v 1.7 2003/08/08 23:53:43 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) @@ -45,8 +45,6 @@ STATIC_O = ao %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d: $(srcdir)/%.c diff --git a/icu4c/source/config/mh-alpha-osf b/icu4c/source/config/mh-alpha-osf index 1f144254d93..e944934e989 100644 --- a/icu4c/source/config/mh-alpha-osf +++ b/icu4c/source/config/mh-alpha-osf @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-alpha-osf,v 1.3 2002/05/13 23:50:12 grhoten-oss Exp $ +## $Id: mh-alpha-osf,v 1.4 2003/08/08 23:53:43 grhoten-oss Exp $ ## Commands to generate dependency files #GEN_DEPS.c= $(CC) $(DEFS) $(CPPFLAGS) -MD -c -msg_quiet @@ -57,8 +57,6 @@ STATIC_O = ao %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules #%.d: $(srcdir)/%.c diff --git a/icu4c/source/config/mh-beos b/icu4c/source/config/mh-beos index 99df22b8616..59127a91524 100644 --- a/icu4c/source/config/mh-beos +++ b/icu4c/source/config/mh-beos @@ -3,7 +3,7 @@ ## Copyright (c) 2003-2003, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-beos,v 1.1 2003/06/23 03:03:09 grhoten-oss Exp $ +## $Id: mh-beos,v 1.2 2003/08/08 23:53:43 grhoten-oss Exp $ ## Original author: Andrew Bachmann ## Commands to generate dependency files @@ -71,8 +71,6 @@ STATIC_O = ao %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d: $(srcdir)/%.c diff --git a/icu4c/source/config/mh-bsd-gcc b/icu4c/source/config/mh-bsd-gcc index 2e1d6eabd83..e2ef6e68a67 100644 --- a/icu4c/source/config/mh-bsd-gcc +++ b/icu4c/source/config/mh-bsd-gcc @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-bsd-gcc,v 1.6 2002/05/01 23:48:09 grhoten-oss Exp $ +## $Id: mh-bsd-gcc,v 1.7 2003/08/08 23:53:43 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) @@ -37,8 +37,6 @@ STATIC_O = ao %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d: $(srcdir)/%.c diff --git a/icu4c/source/config/mh-cygwin b/icu4c/source/config/mh-cygwin index c28c23291df..c5c94e3efad 100644 --- a/icu4c/source/config/mh-cygwin +++ b/icu4c/source/config/mh-cygwin @@ -3,7 +3,7 @@ ## Copyright (c) 2001-2003, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-cygwin,v 1.12 2003/06/03 20:52:55 alan Exp $ +## $Id: mh-cygwin,v 1.13 2003/08/08 23:53:43 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) @@ -57,8 +57,6 @@ LIBUSTDIO= -L$(top_builddir)/extra/ustdio/ -l$(ICUPREFIX)io$(ICULIBSUFFIX)$(SO_T %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d: $(srcdir)/%.c diff --git a/icu4c/source/config/mh-cygwin-msvc b/icu4c/source/config/mh-cygwin-msvc index bc4376b94e5..709cd2432fa 100644 --- a/icu4c/source/config/mh-cygwin-msvc +++ b/icu4c/source/config/mh-cygwin-msvc @@ -3,7 +3,7 @@ ## Copyright (c) 2001-2003, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-cygwin-msvc,v 1.9 2003/06/03 20:52:55 alan Exp $ +## $Id: mh-cygwin-msvc,v 1.10 2003/08/08 23:53:43 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= : @@ -76,8 +76,6 @@ LIBUSTDIO= $(top_builddir)/extra/ustdio/$(LIBICU)io$(ICULIBSUFFIX)$(SO_TARGET_VE %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) /Fo$@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) /Fo$@ $< ## Dependency rules #%.d: $(srcdir)/%.c diff --git a/icu4c/source/config/mh-darwin b/icu4c/source/config/mh-darwin index 8e7f9da7bff..ebf9db93f44 100644 --- a/icu4c/source/config/mh-darwin +++ b/icu4c/source/config/mh-darwin @@ -4,7 +4,7 @@ ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-darwin,v 1.27 2003/06/03 20:52:55 alan Exp $ +## $Id: mh-darwin,v 1.28 2003/08/08 23:53:43 grhoten-oss Exp $ ## Flags for position independent code SHAREDLIBCFLAGS = -dynamic @@ -53,8 +53,6 @@ MIDDLE_SO_TARGET = $(basename $(SO_TARGET)).$(SO_TARGET_VERSION_MAJOR).$(SO) %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d : $(srcdir)/%.c diff --git a/icu4c/source/config/mh-hpux-acc b/icu4c/source/config/mh-hpux-acc index 3cf6e139105..346229822a6 100644 --- a/icu4c/source/config/mh-hpux-acc +++ b/icu4c/source/config/mh-hpux-acc @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-hpux-acc,v 1.33 2003/06/03 20:52:55 alan Exp $ +## $Id: mh-hpux-acc,v 1.34 2003/08/08 23:53:43 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= : @@ -70,8 +70,6 @@ STATIC_O = o %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d : $(srcdir)/%.c diff --git a/icu4c/source/config/mh-hpux-cc b/icu4c/source/config/mh-hpux-cc index 62fb54d97bd..66842b0ab58 100644 --- a/icu4c/source/config/mh-hpux-cc +++ b/icu4c/source/config/mh-hpux-cc @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-hpux-cc,v 1.30 2002/03/01 17:47:41 grhoten-oss Exp $ +## $Id: mh-hpux-cc,v 1.31 2003/08/08 23:53:43 grhoten-oss Exp $ ## This causes source/tools/pkgdata generated makefiles to create and link @@ -57,8 +57,6 @@ STATIC_O = o %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d : $(srcdir)/%.c diff --git a/icu4c/source/config/mh-hpux-gcc b/icu4c/source/config/mh-hpux-gcc index 9de6257d0b9..92ebcbd53f3 100644 --- a/icu4c/source/config/mh-hpux-gcc +++ b/icu4c/source/config/mh-hpux-gcc @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2001, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-hpux-gcc,v 1.2 2002/12/06 01:40:39 weiv-oss Exp $ +## $Id: mh-hpux-gcc,v 1.3 2003/08/08 23:53:43 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) @@ -56,8 +56,6 @@ STATIC_O = o %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d : $(srcdir)/%.c diff --git a/icu4c/source/config/mh-irix b/icu4c/source/config/mh-irix index 98048cd0ec1..65defe4b109 100644 --- a/icu4c/source/config/mh-irix +++ b/icu4c/source/config/mh-irix @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-irix,v 1.21 2002/01/10 02:41:39 yves-oss Exp $ +## $Id: mh-irix,v 1.22 2003/08/08 23:53:43 grhoten-oss Exp $ ## Flags for position independent code SHAREDLIBCFLAGS = -shared @@ -48,8 +48,6 @@ STATIC_O = ao %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d : $(srcdir)/%.c diff --git a/icu4c/source/config/mh-linux b/icu4c/source/config/mh-linux index 551b545d316..6867c88316f 100644 --- a/icu4c/source/config/mh-linux +++ b/icu4c/source/config/mh-linux @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2001, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-linux,v 1.31 2002/01/24 17:35:04 rviswanadha Exp $ +## $Id: mh-linux,v 1.32 2003/08/08 23:53:43 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) @@ -41,8 +41,6 @@ STATIC_O = ao %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d: $(srcdir)/%.c diff --git a/icu4c/source/config/mh-mpras b/icu4c/source/config/mh-mpras index f85bfce4d34..8a7edec03b7 100644 --- a/icu4c/source/config/mh-mpras +++ b/icu4c/source/config/mh-mpras @@ -3,7 +3,7 @@ ## Copyright (c) 2003-2003, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-mpras,v 1.1 2003/06/23 23:22:12 grhoten-oss Exp $ +## $Id: mh-mpras,v 1.2 2003/08/08 23:53:43 grhoten-oss Exp $ ## Original contributer: Jason Gordon from NCR ## Flags for position independent code @@ -46,8 +46,6 @@ STATIC_O = o %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d : $(srcdir)/%.c diff --git a/icu4c/source/config/mh-qnx b/icu4c/source/config/mh-qnx index 53c65152b5f..6ce1f3d44b9 100644 --- a/icu4c/source/config/mh-qnx +++ b/icu4c/source/config/mh-qnx @@ -5,7 +5,7 @@ ## ## Provided By: Chris McKillop ## -## $Id: mh-qnx,v 1.2 2003/06/03 20:52:55 alan Exp $ +## $Id: mh-qnx,v 1.3 2003/08/08 23:53:43 grhoten-oss Exp $ # @@ -53,8 +53,6 @@ STATIC_O = ao %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d: $(srcdir)/%.c diff --git a/icu4c/source/config/mh-solaris b/icu4c/source/config/mh-solaris index fda3fb013d7..c0def511059 100644 --- a/icu4c/source/config/mh-solaris +++ b/icu4c/source/config/mh-solaris @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-solaris,v 1.31 2003/07/24 16:49:45 grhoten-oss Exp $ +## $Id: mh-solaris,v 1.32 2003/08/08 23:53:43 grhoten-oss Exp $ ## Flags for position independent code SHAREDLIBCFLAGS = -KPIC @@ -53,8 +53,6 @@ STATIC_O = o %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d : $(srcdir)/%.c diff --git a/icu4c/source/config/mh-solaris-gcc b/icu4c/source/config/mh-solaris-gcc index 8330bd4c190..3e883d19281 100644 --- a/icu4c/source/config/mh-solaris-gcc +++ b/icu4c/source/config/mh-solaris-gcc @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-solaris-gcc,v 1.29 2003/08/04 17:48:34 grhoten-oss Exp $ +## $Id: mh-solaris-gcc,v 1.30 2003/08/08 23:53:43 grhoten-oss Exp $ ## Flags for position independent code SHAREDLIBCFLAGS = -fPIC @@ -14,10 +14,6 @@ SHAREDLIBCPPFLAGS = -DPIC GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS) -## Commands to make a shared library -SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -G -SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -G - ## Compiler switch to embed a runtime search path LD_RPATH= -R LD_RPATH_PRE= @@ -41,8 +37,6 @@ STATIC_O = ao %.o: $(srcdir)/%.cpp $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< -../data/%.o: ../data/%.c - $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ## Dependency rules %.d : $(srcdir)/%.c