XCODE_DEPEND_HELPER.make 1.3 KB
# DO NOT EDIT
# This makefile makes sure all linkable targets are
# up-to-date with anything they link to
default:
	echo "Do not invoke directly"

# Rules to remove targets that are older than anything to which they
# link.  This forces Xcode to relink the targets from scratch.  It
# does not seem to check these dependencies itself.
PostBuild.ext_xxhash.Debug:
/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/Debug/libext_xxhash.a:
	/bin/rm -f /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/Debug/libext_xxhash.a


PostBuild.ext_xxhash.Release:
/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/Release/libext_xxhash.a:
	/bin/rm -f /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/Release/libext_xxhash.a


PostBuild.ext_xxhash.MinSizeRel:
/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/MinSizeRel/libext_xxhash.a:
	/bin/rm -f /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/MinSizeRel/libext_xxhash.a


PostBuild.ext_xxhash.RelWithDebInfo:
/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/RelWithDebInfo/libext_xxhash.a:
	/bin/rm -f /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/RelWithDebInfo/libext_xxhash.a




# For each target create a dummy ruleso the target does not have to exist