Lines Matching refs:urename
49 -rm -rf $(ICUDIR) urename.* *~
82 urename.h: $(LIBS) genren.pl
83 -cp urename.h urename.h.old
87 sorts: urename.sort urename.old.sort
88 @echo "*** Please check urename.h manually before committing it."
89 @echo "Try 'diff --side-by-side urename.old.sort urename.sort'"
91 urename.sort: urename.h
92 sort urename.h > $@
94 urename.old.sort: $(top_srcdir)/common/unicode/urename.h
95 sort $(top_srcdir)/common/unicode/urename.h > $@
97 install-header: urename.h
98 cp urename.h $(top_srcdir)/common/unicode/
99 @echo "*** Please check urename.h manually before committing it."