summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-05-11 16:44:01 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-05-11 16:44:01 (GMT)
commit25d6c04add53631d6506674c3584fc0d8a6e0d46 (patch)
treea515ccaa50325b9258d09a41b108a6cbfc210d75 /Source/cmLocalUnixMakefileGenerator3.h
parent25f75d90756fcd991554c3d5d0bb747ea4158dfd (diff)
downloadCMake-25d6c04add53631d6506674c3584fc0d8a6e0d46.zip
CMake-25d6c04add53631d6506674c3584fc0d8a6e0d46.tar.gz
CMake-25d6c04add53631d6506674c3584fc0d8a6e0d46.tar.bz2
ENH: another snapshot
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 3e4f2f3..3b7ce12 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -130,7 +130,7 @@ public:
void WriteMainTargetIncludes(std::ostream& makefileStream,const char *file,
const char *rule);
void WriteMainTargetRules(std::ostream& makefileStream,const char *file,
- const char *rule);
+ const char *rule, bool inAll);
void WriteSpecialTargetsBottom(std::ostream& makefileStream);
@@ -148,8 +148,7 @@ public:
protected:
// write the target rules for the local Makefile into the stream
- void WriteLocalMakefileTargets(std::ostream& ruleFileStream,
- std::vector<std::string>& all_depends);
+ void WriteLocalMakefileTargets(std::ostream& ruleFileStream);
// create the cd to home commands
void CreateJumpCommand(std::vector<std::string>& commands, std::string & localName);