Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Side by Side Diff: source/extra/uconv/Makefile.in

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/zone/zu.txt ('k') | source/extra/uconv/uconv.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## ***************************************************************************** * 1 ## ***************************************************************************** *
2 ## * 2 ## *
3 ## * Copyright (C) 1999-2012, International Business Machines 3 ## * Copyright (C) 1999-2014, International Business Machines
4 ## * Corporation and others. All Rights Reserved. 4 ## * Corporation and others. All Rights Reserved.
5 ## * 5 ## *
6 ## ***************************************************************************** ** 6 ## ***************************************************************************** **
7 ## Makefile.in for ICU - uconv 7 ## Makefile.in for ICU - uconv
8 ## Steven R. Loomis 8 ## Steven R. Loomis
9 9
10 ## Set the following to dll or static or common.. 10 ## Set the following to dll or static or common..
11 UCONVMSG_MODE=static 11 UCONVMSG_MODE=static
12 ############################################################## 12 ##############################################################
13 13
(...skipping 22 matching lines...) Expand all
36 36
37 ALL_MAN_FILES = $(TARGET_STUB_NAME).$(SECTION) 37 ALL_MAN_FILES = $(TARGET_STUB_NAME).$(SECTION)
38 38
39 ## Extra files to remove for 'make clean' 39 ## Extra files to remove for 'make clean'
40 CLEANFILES = *~ $(DEPS) $(ALL_MAN_FILES) 40 CLEANFILES = *~ $(DEPS) $(ALL_MAN_FILES)
41 41
42 ## Target information 42 ## Target information
43 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT) 43 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
44 44
45 CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(srcdir)/../toolutil 45 CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(srcdir)/../toolutil
46 CPPFLAGS += -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=e xplicit
46 LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) 47 LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
47 48
48 ifeq ($(PKGDATA_OPTS),) 49 ifeq ($(PKGDATA_OPTS),)
49 PKGDATA_OPTS = -O pkgdata.inc 50 PKGDATA_OPTS = -O pkgdata.inc
50 endif 51 endif
51 52
52 ## generic settings for data - common. 53 ## generic settings for data - common.
53 PKGMODE=common 54 PKGMODE=common
54 INSTALLTO=$(DESTDIR)$(ICUDATA_DIR) 55 INSTALLTO=$(DESTDIR)$(ICUDATA_DIR)
55 UCONVMSG_LIB=package-resfiles 56 UCONVMSG_LIB=package-resfiles
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 171
171 $(MSGNAME)/%.res: $(srcdir)/$(RESOURCESDIR)/%.txt 172 $(MSGNAME)/%.res: $(srcdir)/$(RESOURCESDIR)/%.txt
172 $(INVOKE) $(TOOLBINDIR)/genrb -e UTF-8 -s $(^D) -d $(@D) $(^F) 173 $(INVOKE) $(TOOLBINDIR)/genrb -e UTF-8 -s $(^D) -d $(@D) $(^F)
173 174
174 install-man: $(ALL_MAN_FILES) 175 install-man: $(ALL_MAN_FILES)
175 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION) 176 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
176 $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION) 177 $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
177 178
178 179
179 180
OLDNEW
« no previous file with comments | « source/data/zone/zu.txt ('k') | source/extra/uconv/uconv.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698