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