summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-08-08 03:25:21 (GMT)
committerBrad King <brad.king@kitware.com>2006-08-08 03:25:21 (GMT)
commit5cfa1b02ab48abe10f323846d9b8886946ac1954 (patch)
tree8d0e5946700af682216cbea3fb6e4538589598dc /Source/cmLocalUnixMakefileGenerator3.h
parentaccf93fc12071b603de40a00d059a2bbbe7f2fe2 (diff)
downloadCMake-5cfa1b02ab48abe10f323846d9b8886946ac1954.zip
CMake-5cfa1b02ab48abe10f323846d9b8886946ac1954.tar.gz
CMake-5cfa1b02ab48abe10f323846d9b8886946ac1954.tar.bz2
ENH: Added generation of rules to manually request preprocessed or generated assembly sources.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 9a61b30..7c6597a 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -209,6 +209,12 @@ public:
unsigned long GetNumberOfProgressActions();
unsigned long GetNumberOfProgressActionsForTarget(const char *);
+ /** Get whether to create rules to generate preprocessed and
+ assembly sources. This could be converted to a variable lookup
+ later. */
+ bool GetCreatePreprocessedSourceRules() { return true; }
+ bool GetCreateAssemblySourceRules() { return true; }
+
protected:
// these two methods just compute reasonable values for LibraryOutputPath
// and ExecutableOutputPath