scuffed-code/tools/multi/j/Makefile-j.inc
Steven R. Loomis b02877f0e0 ICU-6631 multi-icu (support for provider)
X-SVN-Rev: 26647
2009-09-18 01:50:04 +00:00

9 lines
280 B
PHP

# Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved
include $(MULTICU_ROOT)/Makefile-multi.inc
ICUS=$(MULTICU_ROOT)/icus
J_GOOD:=$(shell [ -d $(ICUS) ] && (cd $(ICUS) ; ls -d icu4j-*.jar | cut -d- -f2 | cut -d. -f1))
#J_GOOD=$(ICU4JVERS:%=$(ICUS)/icu4j-%.jar)