diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-05-23 15:53:37 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-05-23 15:53:37 (GMT) |
commit | 3ebfc32b5e7e7cd736d2ac27815db8d5fe098cfc (patch) | |
tree | d97dbc623206c2e091c1d45437445b9fbf9291c4 /Source/cmUnixMakefileGenerator.h | |
parent | fa021758dae247ce8b9eff987d5889718f0d5f57 (diff) | |
download | CMake-3ebfc32b5e7e7cd736d2ac27815db8d5fe098cfc.zip CMake-3ebfc32b5e7e7cd736d2ac27815db8d5fe098cfc.tar.gz CMake-3ebfc32b5e7e7cd736d2ac27815db8d5fe098cfc.tar.bz2 |
added install target support
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmUnixMakefileGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h index 4082724..01638d0 100644 --- a/Source/cmUnixMakefileGenerator.h +++ b/Source/cmUnixMakefileGenerator.h @@ -104,6 +104,7 @@ private: void OutputCustomRules(std::ostream&); void OutputMakeVariables(std::ostream&); void OutputMakeRules(std::ostream&); + void OutputInstallRules(std::ostream&); void OutputSubDirectoryVars(std::ostream& fout, const char* var, const char* target, |