+data-images:
+ @mkdir -p image
+ @for f in horse_grey.bmp horse_grey_flipped.bmp horse_rle4.bmp horse_rle4_flipped.bmp horse_rle8.bmp horse_rle8_flipped.bmp; do \
+ if test ! -f image/$$f -a ! -d image/$$f ; \
+ then x=yep ; \
+ else x=`find $(srcdir)/image/$$f -newer image/$$f -print` ; \
+ fi; \
+ case "$$x" in ?*) \
+ cp -pRf $(srcdir)/image/$$f image ;; \
+ esac; \
+ done
+