]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/ufortune/resources/Makefile
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / samples / ufortune / resources / Makefile
index 998a7a82557edaaeebc1fca8e87a3bef2dafb570..8a3c1696da2a98555108de92f1560f42448d093e 100644 (file)
@@ -1,4 +1,7 @@
-# Copyright (c) 2001-2006 IBM, Inc. and others
+# Copyright (C) 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html#License
+#
+# Copyright (c) 2001-2011 IBM, Inc. and others
 #
 # File
 #    icu/source/samples/ufortune/resources/Makefile
@@ -28,14 +31,14 @@ include ../../defs.mk
 
 # No conventional target - this dir is resources only.
 TARGET=
-CLEANFILES += *.[co] *.lst $(RESNAME)_*.mak $(RESNAME).dat $(RESFILES) *.ao README*resources.txt
+CLEANFILES += *.[co] *.lst $(RESNAME)_*.mak $(RESNAME).dat $(RESFILES) *.ao README*resources.txt $(RESNAME)_dat*
 
 include ../fortunedefs.mk
 
 # target file for resource bundle - this must be set, or 'make all' won't
 # build any resources.
 ifeq ($(RESMODE),dll)
-RESTARGET=lib$(RESNAME).$(SO)
+RESTARGET=lib$(RESNAME)*.$(SO)*
 endif
 ifeq ($(RESMODE),static)
 RESTARGET=lib$(RESNAME).a