summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-23 15:53:37 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-05-23 15:53:37 (GMT)
commit3ebfc32b5e7e7cd736d2ac27815db8d5fe098cfc (patch)
treed97dbc623206c2e091c1d45437445b9fbf9291c4 /Source/cmUnixMakefileGenerator.h
parentfa021758dae247ce8b9eff987d5889718f0d5f57 (diff)
downloadCMake-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.h1
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,