ENH: Cleanup global targets even more and potentially fix Xcode

This commit is contained in:
Andy Cedilnik
2006-03-01 08:28:39 -05:00
parent d231a422ed
commit 07260a6f27
5 changed files with 67 additions and 95 deletions
+1 -2
View File
@@ -120,14 +120,13 @@ protected:
bool NeedRequiresStep(cmLocalUnixMakefileGenerator3 *lg, const char *);
// Setup target names
virtual const char* GetAllTargetName() { return "all"; }
virtual const char* GetInstallTargetName() { return "install"; }
virtual const char* GetPreinstallTargetName() { return "preinstall"; }
virtual const char* GetTestTargetName() { return "test"; }
virtual const char* GetPackageTargetName() { return "package"; }
virtual const char* GetEditCacheTargetName() { return "edit_cache"; }
virtual const char* GetRebuildCacheTargetName() { return "rebuild_cache"; }
virtual bool GetPreInstallAvailable() { return true; }
// Some make programs (Borland) do not keep a rule if there are no
// dependencies or commands. This is a problem for creating rules