DB_Track/CMakeScripts/XCODE_DEPEND_HELPER.make

33 lines
1.0 KiB
Makefile

# 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.DB_Track.Debug:
/Users/divaldo/Programming/DB_Track/Debug/DB_Track:
/bin/rm -f /Users/divaldo/Programming/DB_Track/Debug/DB_Track
PostBuild.DB_Track.Release:
/Users/divaldo/Programming/DB_Track/Release/DB_Track:
/bin/rm -f /Users/divaldo/Programming/DB_Track/Release/DB_Track
PostBuild.DB_Track.MinSizeRel:
/Users/divaldo/Programming/DB_Track/MinSizeRel/DB_Track:
/bin/rm -f /Users/divaldo/Programming/DB_Track/MinSizeRel/DB_Track
PostBuild.DB_Track.RelWithDebInfo:
/Users/divaldo/Programming/DB_Track/RelWithDebInfo/DB_Track:
/bin/rm -f /Users/divaldo/Programming/DB_Track/RelWithDebInfo/DB_Track
# For each target create a dummy ruleso the target does not have to exist