-# Copyright (c) 2002-2005 IBM, Inc. and others
+# Copyright (c) 2002-2011 IBM, Inc. and others
# Sample code makefile definitions
CLEANFILES=*~ $(TARGET).out
GENRBOPT=
PKGDATA=$(shell icu-config --invoke=pkgdata)
SO=$(shell icu-config --so)
-PKGDATAOPTS=-v -d .
+PKGDATAOPTS=-r $(shell icu-config --version) -w -v -d .
# default - resources in same mode as ICU
RESMODE=$(shell icu-config --icudata-mode)