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

Side by Side Diff: icu46/source/data/Makefile.in

Issue 6370014: CJK segmentation patch for ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « icu46/source/common/triedict.cpp ('k') | icu46/source/data/brkitr/root.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## Makefile.in for ICU data 1 ## Makefile.in for ICU data
2 ## Copyright (c) 1999-2010, International Business Machines Corporation and 2 ## Copyright (c) 1999-2010, International Business Machines Corporation and
3 ## others. All Rights Reserved. 3 ## others. All Rights Reserved.
4 4
5 ## Source directory information 5 ## Source directory information
6 srcdir = @srcdir@ 6 srcdir = @srcdir@
7 top_srcdir = @top_srcdir@ 7 top_srcdir = @top_srcdir@
8 8
9 # So that you have $(top_builddir)/config.status 9 # So that you have $(top_builddir)/config.status
10 top_builddir = .. 10 top_builddir = ..
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 512
513 #thaidict.brk: $(SRCDATADIR)/thaidict.brk 513 #thaidict.brk: $(SRCDATADIR)/thaidict.brk
514 # $(RMV) $@ && ln -s $(BUILDDIR) $@ 514 # $(RMV) $@ && ln -s $(BUILDDIR) $@
515 515
516 $(BRKBLDDIR)/%.brk: $(BRKSRCDIR)/%.txt $(TOOLBINDIR)/genbrk$(TOOLEXEEXT) $(DAT_F ILES) 516 $(BRKBLDDIR)/%.brk: $(BRKSRCDIR)/%.txt $(TOOLBINDIR)/genbrk$(TOOLEXEEXT) $(DAT_F ILES)
517 $(INVOKE) $(TOOLBINDIR)/genbrk -c -i $(BUILDDIR) -r $< -o $@ 517 $(INVOKE) $(TOOLBINDIR)/genbrk -c -i $(BUILDDIR) -r $< -o $@
518 518
519 #################################################### CTD 519 #################################################### CTD
520 # CTD FILES 520 # CTD FILES
521 521
522 $(BRKBLDDIR)/%.ctd: $(BRKSRCDIR)/%.txt $(TOOLBINDIR)/genctd$(TOOLEXEEXT) $(DAT_F ILES) 522 # .ctd file now generated regardless of whether dictionary file exists
523 » $(INVOKE) $(TOOLBINDIR)/genctd -c -i $(BUILDDIR) -o $@ $< 523 $(BRKBLDDIR)/%.ctd: $(TOOLBINDIR)/genctd$(TOOLEXEEXT) $(DAT_FILES)
524 » $(INVOKE) $(TOOLBINDIR)/genctd -c -i $(BUILDDIR) -o $@ $(BRKSRCDIR)/$(*F ).txt
524 525
525 #################################################### CFU 526 #################################################### CFU
526 # CFU FILES 527 # CFU FILES
527 # Note: gencfu requires two input files to produce a single output file. 528 # Note: gencfu requires two input files to produce a single output file.
528 # There will be exactly one target file and two source files. 529 # There will be exactly one target file and two source files.
529 # The $(word n, ...) selects the nth word from the following stuff. 530 # The $(word n, ...) selects the nth word from the following stuff.
530 # There must be a nicer way to do this. 531 # There must be a nicer way to do this.
531 532
532 $(CFU_FILES): $(ALL_CFU_SOURCE) $(TOOLBINDIR)/gencfu$(TOOLEXEEXT) $(DAT_FILES) 533 $(CFU_FILES): $(ALL_CFU_SOURCE) $(TOOLBINDIR)/gencfu$(TOOLEXEEXT) $(DAT_FILES)
533 $(INVOKE) echo ALL_CFU_SOURCE: $(ALL_CFU_SOURCE) 534 $(INVOKE) echo ALL_CFU_SOURCE: $(ALL_CFU_SOURCE)
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 echo $$file >> $@; \ 843 echo $$file >> $@; \
843 done; 844 done;
844 845
845 ifeq ($(POST_DATA_BUILD), os400-data-rebind) 846 ifeq ($(POST_DATA_BUILD), os400-data-rebind)
846 os400-data-rebind: $(LIBICUUC) 847 os400-data-rebind: $(LIBICUUC)
847 848
848 $(LIBICUUC): $(LIBICUDT) 849 $(LIBICUUC): $(LIBICUDT)
849 $(RMV) $(LIBICUUC) 850 $(RMV) $(LIBICUUC)
850 (cd ../common && $(MAKE) RECURSIVE=YES) || exit; 851 (cd ../common && $(MAKE) RECURSIVE=YES) || exit;
851 endif 852 endif
OLDNEW
« no previous file with comments | « icu46/source/common/triedict.cpp ('k') | icu46/source/data/brkitr/root.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698