Alan Liu
b7a59ad75a
ICU-989 add Any-Name, Name-Any to unix build
...
X-SVN-Rev: 4951
2001-06-11 23:44:11 +00:00
Alan Liu
cc3428af39
ICU-965 update unix makefile for new source
...
X-SVN-Rev: 4947
2001-06-11 23:07:31 +00:00
Vladimir Weinstein
00a32c9550
ICU-96 modified BOCSU for identical level and moved it into a separate module
...
X-SVN-Rev: 4714
2001-05-18 19:49:04 +00:00
George Rhoten
d34c838277
ICU-958 Undoing the $(SHELL) changes.
...
It worked on the Solaris 2.7 machine,
but it does not work on other platforms because install-sh is not used on them.
X-SVN-Rev: 4705
2001-05-17 22:51:25 +00:00
George Rhoten
33c862da3b
ICU-958 add $(SHELL) for install-sh
...
X-SVN-Rev: 4694
2001-05-16 22:09:22 +00:00
Alan Liu
8dbd284136
ICU-924 add "Remove" transliterator
...
X-SVN-Rev: 4440
2001-04-04 06:46:17 +00:00
Vladimir Weinstein
8e6698de87
ICU-903 updated copyright notices
...
X-SVN-Rev: 4237
2001-03-21 20:31:13 +00:00
Markus Scherer
6c4bd1db2c
ICU-96 add ucol_wgt.c/.h for weight allocation
...
X-SVN-Rev: 3978
2001-03-08 23:20:20 +00:00
Vladimir Weinstein
ba06e0938e
ICU-96 collation filename reorganization
...
X-SVN-Rev: 3968
2001-03-08 17:49:32 +00:00
Vladimir Weinstein
03331219a8
ICU-96 tailorings are now in
...
X-SVN-Rev: 3774
2001-02-26 10:52:00 +00:00
Vladimir Weinstein
2c6bf0b715
ICU-96 This should make UNIX build
...
X-SVN-Rev: 3489
2001-01-29 22:56:31 +00:00
George Rhoten
584979241d
ICU-740 Removed obsolete files.
...
X-SVN-Rev: 3083
2000-12-01 01:38:16 +00:00
Steven R. Loomis
3d7fac2361
ICU-740 remove obsolete files
...
X-SVN-Rev: 3068
2000-11-30 20:32:36 +00:00
Yves Arrouye
c27ba65a7c
ICU-692 make it work out of source, please...
...
X-SVN-Rev: 2801
2000-10-26 19:28:33 +00:00
Yves Arrouye
8a4e1dc058
ICU-3 ignore *.ao files
...
X-SVN-Rev: 2771
2000-10-24 19:48:09 +00:00
Yves Arrouye
7b50082ed3
ICU-208 experimental support for ICU's rule of release X.Y2 being binary compatible w/ X.Y
...
X-SVN-Rev: 2674
2000-10-13 18:29:14 +00:00
Yves Arrouye
3e192178a2
ICU-656 more dashes removal
...
X-SVN-Rev: 2671
2000-10-13 17:45:47 +00:00
Yves Arrouye
c3e4f0b35b
ICU-658 bumped version above 1.6
...
X-SVN-Rev: 2666
2000-10-13 00:26:21 +00:00
Yves Arrouye
c6192a34ec
ICU-3 support compiling the source files twice with different options
...
while building; used on platforms that pass some special flags while
building shared libs (eg. -fPIC, -KPIC and others), but don't need
these flags when building static libs.
X-SVN-Rev: 2608
2000-10-09 19:06:57 +00:00
Yves Arrouye
270f188bdd
ICU-629 proper install variables used.
...
X-SVN-Rev: 2559
2000-10-03 22:51:46 +00:00
Yves Arrouye
9686d239f0
ICU-620 cleaned up cleaning (w/ an ugly twist in the top-level Makefile to start cleaning w/ tools)
...
X-SVN-Rev: 2551
2000-10-02 23:37:16 +00:00
Yves Arrouye
a2ef9023ee
ICU-3 install $(TARGET) if $(ENABLE_STATIC) is
...
not empty, not if $(ENABLE_SHARED) isn't
X-SVN-Rev: 2525
2000-09-27 22:05:50 +00:00
Yves Arrouye
2cf8109556
ICU-3 initial support for static libraries. The current problems are:
...
- pkgdata will still generate a dll (not a problem if you use files or the
mappable archive).
- because of referecences to ostream in ustring, the linker wants to resolve
these symbols, forcing us to use a C++ compiler to link C programs. That is
bad and need to be resolved.
- if you build static, then reconfigure w/o them and do make clean, the
static libraries will be left over.
Static is controlled by --enable-static. Shared libraries can be disabled
with --disable-shared.
X-SVN-Rev: 2494
2000-09-22 22:58:36 +00:00
Yves Arrouye
a35fcf29e1
ICU-208 changes for versioned libraries.
...
X-SVN-Rev: 2434
2000-09-15 05:07:43 +00:00
Yves Arrouye
6dd0c56667
ICU-515 make check depends on make all.
...
X-SVN-Rev: 2085
2000-08-01 01:55:54 +00:00
Steven R. Loomis
11183f1987
ICU-450 utrans.cpp for makefile
...
X-SVN-Rev: 1697
2000-06-29 01:45:37 +00:00
Steven R. Loomis
0a042c3f86
ICU-200 OS400 makefile updates
...
X-SVN-Rev: 1384
2000-05-15 22:32:11 +00:00
Steven R. Loomis
b67cfb9fbe
ICU-200 os400 build update (use $(LIBICU) instead of "libicu-" everywhere)
...
X-SVN-Rev: 1361
2000-05-13 00:13:15 +00:00
Yves Arrouye
e45f4fd7cb
ICU-310 check foran empty $(MAKECMDGOALS) and also include dependencies
...
in this case, so that a make in a subdir does include deps.
X-SVN-Rev: 1122
2000-04-13 22:08:07 +00:00
Yves Arrouye
a5957d6e46
ICU-310 any target whose name matches %clean does not trigger inclusion
...
of dependencies. Nominated SRL to review, as usual :) (Stevens, just complain
if that's not okay). Now the question is: do we really want to keep the .d
when we make clean?
X-SVN-Rev: 1076
2000-04-05 22:14:24 +00:00
Yves Arrouye
e50ab96561
ICU-314 added $(DESTDIR) to every directory used in an install command.
...
X-SVN-Rev: 941
2000-03-10 22:55:19 +00:00
Yves Arrouye
1dca1c6fd7
ICU-212 fixed HEADERS definition and the copy of headers.
...
X-SVN-Rev: 885
2000-03-02 20:26:02 +00:00
Yves Arrouye
bf89e792e3
ICU-212 out-of-source build. configure now creates data/ and
...
data/translit in the build dir. Changed every Makefile to correctly use
$(srcdir), $(builddir), and the new data location.
X-SVN-Rev: 727
2000-02-07 21:00:53 +00:00
Steven R. Loomis
29a3b0aefd
ICU-199 add jamo <-> hangul
...
X-SVN-Rev: 626
2000-01-18 02:50:50 +00:00
Steven R. Loomis
fea8b1b618
ICU-12 'unicode/' in include path [header export fixes]
...
X-SVN-Rev: 545
2000-01-12 06:08:46 +00:00
Helena Chapman
8e02d61ed6
ICU-12 Fixed the Makefile.in to export all the header files in unicode/ directories in
...
common, i18n and extra/ustdio.
X-SVN-Rev: 542
2000-01-12 01:31:31 +00:00
Steven R. Loomis
464b29725e
ICU-114 Add null transliterator to the makefile
...
X-SVN-Rev: 537
2000-01-12 00:12:59 +00:00
Steven R. Loomis
230ddb1f04
ICU-45 posix fixes
...
X-SVN-Rev: 515
2000-01-11 01:45:36 +00:00
Alan Liu
ce5fdbbb6c
ICU-114 Get Transliteration building on Linux
...
X-SVN-Rev: 213
1999-11-22 19:31:05 +00:00
Alan Liu
e935b24fa4
ICU-34 Add UnicodeSet to i18n
...
X-SVN-Rev: 103
1999-10-22 00:59:23 +00:00
Stephen Booth
7406982293
Sync with 1.2.5
...
X-SVN-Rev: 8
1999-09-03 22:08:47 +00:00
Unknown User
aa0b0a88e8
Initial revision
...
X-SVN-Rev: 2
1999-08-16 21:50:52 +00:00