1# -*- makefile -*- 2# 3# Copyright (C) 2017 and later: Unicode, Inc. and others. 4# License & terms of use: http://www.unicode.org/copyright.html 5# 6# Copyright (c) 2008-2013 IBM Corp. and Others. All Rights Reserved 7include $(MULTICU_ROOT)/common/Makefile-multi.inc 8ICUS=$(MULTICU_ROOT)/packages 9J_GOOD:=$(shell [ -d $(ICUS) ] && (cd $(ICUS) ; ls -d icu4j-*.jar | cut -d- -f2 | cut -d. -f1)) 10#J_GOOD=$(ICU4JVERS:%=$(ICUS)/icu4j-%.jar) 11 12 13