XCODE_DEPEND_HELPER.make
1.26 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_md5.Debug:
/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/Debug/libext_md5.a:
/bin/rm -f /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/Debug/libext_md5.a
PostBuild.ext_md5.Release:
/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/Release/libext_md5.a:
/bin/rm -f /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/Release/libext_md5.a
PostBuild.ext_md5.MinSizeRel:
/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/MinSizeRel/libext_md5.a:
/bin/rm -f /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/MinSizeRel/libext_md5.a
PostBuild.ext_md5.RelWithDebInfo:
/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/RelWithDebInfo/libext_md5.a:
/bin/rm -f /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/lib/RelWithDebInfo/libext_md5.a
# For each target create a dummy ruleso the target does not have to exist