ICU-6267 Changed Makefile rules to use LINK.cc rather than LINK.c.

X-SVN-Rev: 23864
This commit is contained in:
David Bertoni 2008-05-01 21:49:29 +00:00
parent 14f3c565cf
commit 5196a571e6
7 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU - samples/cal
## Copyright (c) 1999-2004, International Business Machines Corporation and
## Copyright (c) 1999-2008, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
@ -63,7 +63,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(TARGET) : $(OBJECTS)
$(LINK.c) $(OUTOPT)$@ $^ $(LIBS)
$(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
$(POST_BUILD_STEP)
ifeq (,$(MAKECMDGOALS))

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU - samples/date
## Copyright (c) 1999-2004, International Business Machines Corporation and
## Copyright (c) 1999-2008, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
@ -63,7 +63,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(TARGET) : $(OBJECTS)
$(LINK.c) $(OUTOPT)$@ $^ $(LIBS)
$(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
$(POST_BUILD_STEP)
ifeq (,$(MAKECMDGOALS))

View file

@ -1,6 +1,6 @@
#******************************************************************************
#
# Copyright (C) 1999-2006, International Business Machines
# Copyright (C) 1999-2008, International Business Machines
# Corporation and others. All Rights Reserved.
#
#******************************************************************************
@ -94,7 +94,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(TARGET) : $(OBJECTS)
$(LINK.c) $(OUTOPT)$@ $^ $(LIBS)
$(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
$(POST_BUILD_STEP)
ifeq (,$(MAKECMDGOALS))

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU - tools/genccode
## Copyright (c) 1999-2006, International Business Machines Corporation and
## Copyright (c) 1999-2008, International Business Machines Corporation and
## others. All Rights Reserved.
## Steven R. Loomis
@ -78,7 +78,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(TARGET) : $(OBJECTS)
$(LINK.c) $(OUTOPT)$@ $^ $(LIBS)
$(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
$(POST_BUILD_STEP)

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU - tools/gencmn
## Copyright (c) 1999-2006, International Business Machines Corporation and
## Copyright (c) 1999-2008, International Business Machines Corporation and
## others. All Rights Reserved.
## Steven R. Loomis
@ -78,7 +78,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(TARGET) : $(OBJECTS)
$(LINK.c) $(OUTOPT)$@ $^ $(LIBS)
$(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
$(POST_BUILD_STEP)
%.$(SECTION): $(srcdir)/%.$(SECTION).in

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU - tools/genrb
## Copyright (c) 1999-2007, International Business Machines Corporation and
## Copyright (c) 1999-2008, International Business Machines Corporation and
## others. All Rights Reserved.
# SIMPLIFIED WAY TO BUILD ICU4J DATA FROM C
@ -124,7 +124,7 @@ $(TARGET) : $(OBJECTS)
$(POST_BUILD_STEP)
$(DERB) : $(DERB_OBJ)
$(LINK.c) $(OUTOPT)$@ $^ $(LIBS)
$(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
$(POST_BUILD_STEP)
$(GENDTJAR_JARHOME)/jar:

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU - tools/pkgdata
## Copyright (c) 1999-2005, International Business Machines Corporation and
## Copyright (c) 1999-2008, International Business Machines Corporation and
## others. All Rights Reserved.
## Steven R. Loomis
@ -83,7 +83,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(TARGET) : $(OBJECTS)
$(LINK.c) $(OUTOPT)$@ $^ $(LIBS)
$(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
$(POST_BUILD_STEP)