ICU-1627 Fix make files
X-SVN-Rev: 7490
This commit is contained in:
parent
e853a20b90
commit
b26c7e469d
@ -3,7 +3,7 @@
|
||||
## Copyright (c) 1999-2001, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-linux,v 1.30 2002/01/04 23:48:43 yves-oss Exp $
|
||||
## $Id: mh-linux,v 1.31 2002/01/24 17:35:04 rviswanadha Exp $
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
|
||||
@ -60,9 +60,9 @@ STATIC_O = ao
|
||||
## Versioned libraries rules
|
||||
|
||||
%.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION)
|
||||
$(RM) $@ && ln -s $< $@
|
||||
$(RM) $@ && ln -s ${<F} $@
|
||||
%.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR)
|
||||
$(RM) $@ && ln -s $*.$(SO).$(SO_TARGET_VERSION) $@
|
||||
$(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
||||
|
||||
## Bind internal references
|
||||
|
||||
|
8
icu4c/source/configure
vendored
8
icu4c/source/configure
vendored
@ -3918,7 +3918,7 @@ ac_given_INSTALL="$INSTALL"
|
||||
|
||||
trap 'rm -fr `echo "README icudefs.mk \
|
||||
Makefile \
|
||||
data/Makefile data/build/Makefile \
|
||||
data/Makefile data/icupkg.inc \
|
||||
common/Makefile config/Makefile.inc i18n/Makefile \
|
||||
layout/Makefile \
|
||||
extra/Makefile extra/ustdio/Makefile extra/uconv/Makefile extra/scrptrun/Makefile \
|
||||
@ -3926,7 +3926,7 @@ trap 'rm -fr `echo "README icudefs.mk \
|
||||
tools/Makefile tools/ctestfw/Makefile tools/makeconv/Makefile \
|
||||
tools/genrb/Makefile \
|
||||
tools/genuca/Makefile \
|
||||
tools/pkgdata/Makefile tools/pkgdata/icupkg.inc \
|
||||
tools/pkgdata/Makefile \
|
||||
tools/genccode/Makefile tools/gencmn/Makefile \
|
||||
tools/gencnval/Makefile tools/gentz/Makefile \
|
||||
tools/gennames/Makefile tools/toolutil/Makefile tools/gentest/Makefile \
|
||||
@ -4093,7 +4093,7 @@ cat >> $CONFIG_STATUS <<EOF
|
||||
|
||||
CONFIG_FILES=\${CONFIG_FILES-"README icudefs.mk \
|
||||
Makefile \
|
||||
data/Makefile data/build/Makefile \
|
||||
data/Makefile data/icupkg.inc \
|
||||
common/Makefile config/Makefile.inc i18n/Makefile \
|
||||
layout/Makefile \
|
||||
extra/Makefile extra/ustdio/Makefile extra/uconv/Makefile extra/scrptrun/Makefile \
|
||||
@ -4101,7 +4101,7 @@ CONFIG_FILES=\${CONFIG_FILES-"README icudefs.mk \
|
||||
tools/Makefile tools/ctestfw/Makefile tools/makeconv/Makefile \
|
||||
tools/genrb/Makefile \
|
||||
tools/genuca/Makefile \
|
||||
tools/pkgdata/Makefile tools/pkgdata/icupkg.inc \
|
||||
tools/pkgdata/Makefile \
|
||||
tools/genccode/Makefile tools/gencmn/Makefile \
|
||||
tools/gencnval/Makefile tools/gentz/Makefile \
|
||||
tools/gennames/Makefile tools/toolutil/Makefile tools/gentest/Makefile \
|
||||
|
@ -4,7 +4,7 @@ dnl Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
dnl others. All Rights Reserved.
|
||||
dnl Stephen F. Booth, heavily modified by Yves and others
|
||||
|
||||
dnl $Id: configure.in,v 1.147 2002/01/23 16:42:10 yves-oss Exp $
|
||||
dnl $Id: configure.in,v 1.148 2002/01/24 17:35:04 rviswanadha Exp $
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script
|
||||
AC_INIT(common/unicode/utypes.h)
|
||||
@ -869,7 +869,7 @@ fi
|
||||
dnl output the Makefiles
|
||||
AC_OUTPUT([README icudefs.mk \
|
||||
Makefile \
|
||||
data/Makefile data/build/Makefile \
|
||||
data/Makefile data/icupkg.inc \
|
||||
common/Makefile config/Makefile.inc i18n/Makefile \
|
||||
layout/Makefile \
|
||||
extra/Makefile extra/ustdio/Makefile extra/uconv/Makefile extra/scrptrun/Makefile \
|
||||
@ -877,7 +877,7 @@ AC_OUTPUT([README icudefs.mk \
|
||||
tools/Makefile tools/ctestfw/Makefile tools/makeconv/Makefile \
|
||||
tools/genrb/Makefile \
|
||||
tools/genuca/Makefile \
|
||||
tools/pkgdata/Makefile tools/pkgdata/icupkg.inc \
|
||||
tools/pkgdata/Makefile \
|
||||
tools/genccode/Makefile tools/gencmn/Makefile \
|
||||
tools/gencnval/Makefile tools/gentz/Makefile \
|
||||
tools/gennames/Makefile tools/toolutil/Makefile tools/gentest/Makefile \
|
||||
|
@ -129,4 +129,4 @@ LIBICUTOOLUTIL= -L$(top_builddir)/tools/toolutil -l$(ICUPREFIX)toolutil$(ICULIBS
|
||||
LIBUSTDIO= -L$(top_builddir)/extra/ustdio -lustdio$(ICULIBSUFFIX)
|
||||
|
||||
# Invoke, set library path for all ICU libraries.
|
||||
INVOKE = $(LDLIBRARYPATH_ENVVAR)=$(top_builddir)/common:$(top_builddir)/i18n:$(top_builddir)/tools/toolutil:$(top_builddir)/extra/ustdio:$(top_builddir)/tools/ctestfw:$(top_builddir)/data:$(top_builddir)/stubdata/:$$$(LDLIBRARYPATH_ENVVAR)
|
||||
INVOKE = $(LDLIBRARYPATH_ENVVAR)=$(top_builddir)/common:$(top_builddir)/i18n:$(top_builddir)/tools/toolutil:$(top_builddir)/extra/ustdio:$(top_builddir)/tools/ctestfw:$(top_builddir)/data/out:$(top_builddir)/stubdata/:$$$(LDLIBRARYPATH_ENVVAR)
|
||||
|
Loading…
Reference in New Issue
Block a user