ENH: Cleanups

This commit is contained in:
Andy Cedilnik 2004-02-22 13:14:59 -05:00
parent 51516613e8
commit 2ccce878a3
16 changed files with 33 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include "cmMakefile.h" #include "cmMakefile.h"
#include "cmCPluginAPI.h" #include "cmCPluginAPI.h"
#include "cmSourceFile.h"
extern "C" extern "C"
{ {

View File

@ -16,6 +16,8 @@
=========================================================================*/ =========================================================================*/
#include "cmFLTKWrapUICommand.h" #include "cmFLTKWrapUICommand.h"
#include "cmSourceFile.h"
// cmFLTKWrapUICommand // cmFLTKWrapUICommand
bool cmFLTKWrapUICommand::InitialPass(std::vector<std::string> const& args) bool cmFLTKWrapUICommand::InitialPass(std::vector<std::string> const& args)
{ {

View File

@ -16,6 +16,8 @@
=========================================================================*/ =========================================================================*/
#include "cmGetCMakePropertyCommand.h" #include "cmGetCMakePropertyCommand.h"
#include "cmake.h"
// cmGetCMakePropertyCommand // cmGetCMakePropertyCommand
bool cmGetCMakePropertyCommand::InitialPass( bool cmGetCMakePropertyCommand::InitialPass(
std::vector<std::string> const& args) std::vector<std::string> const& args)

View File

@ -16,6 +16,8 @@
=========================================================================*/ =========================================================================*/
#include "cmGetSourceFilePropertyCommand.h" #include "cmGetSourceFilePropertyCommand.h"
#include "cmSourceFile.h"
// cmSetSourceFilePropertyCommand // cmSetSourceFilePropertyCommand
bool cmGetSourceFilePropertyCommand::InitialPass( bool cmGetSourceFilePropertyCommand::InitialPass(
std::vector<std::string> const& args) std::vector<std::string> const& args)

View File

@ -17,6 +17,8 @@
#ifndef cmLoadCacheCommand_h #ifndef cmLoadCacheCommand_h
#define cmLoadCacheCommand_h #define cmLoadCacheCommand_h
#include "cmCommand.h"
/** \class cmLoadCacheCommand /** \class cmLoadCacheCommand
* \brief load a cache file * \brief load a cache file
* *

View File

@ -18,6 +18,7 @@
#define cmOutputRequiredFilesCommand_h #define cmOutputRequiredFilesCommand_h
#include "cmCommand.h" #include "cmCommand.h"
#include "cmMakeDepend.h"
/** \class cmOutputRequiredFilesCommand /** \class cmOutputRequiredFilesCommand
* \brief Output a list of required files for a source file * \brief Output a list of required files for a source file

View File

@ -19,6 +19,8 @@
#include "cmCommand.h" #include "cmCommand.h"
#include "cmSourceFile.h"
/** \class cmQTWrapCPPCommand /** \class cmQTWrapCPPCommand
* \brief Create moc file rules for QT classes * \brief Create moc file rules for QT classes
* *

View File

@ -19,6 +19,8 @@
#include "cmCommand.h" #include "cmCommand.h"
#include "cmSourceFile.h"
/** \class cmQTWrapUICommand /** \class cmQTWrapUICommand
* \brief Create .h and .cxx files rules for QT user interfaces files * \brief Create .h and .cxx files rules for QT user interfaces files
* *

View File

@ -16,6 +16,8 @@
=========================================================================*/ =========================================================================*/
#include "cmSetSourceFilesPropertiesCommand.h" #include "cmSetSourceFilesPropertiesCommand.h"
#include "cmSourceFile.h"
// cmSetSourceFilesPropertiesCommand // cmSetSourceFilesPropertiesCommand
bool cmSetSourceFilesPropertiesCommand::InitialPass( bool cmSetSourceFilesPropertiesCommand::InitialPass(
std::vector<std::string> const& args) std::vector<std::string> const& args)

View File

@ -15,6 +15,9 @@
=========================================================================*/ =========================================================================*/
#include "cmSourceFilesCommand.h" #include "cmSourceFilesCommand.h"
#include "cmSourceFile.h"
#include <stdlib.h> // required for atof #include <stdlib.h> // required for atof
bool cmSourceFilesCommand::IsDeprecated(int major, int minor) bool cmSourceFilesCommand::IsDeprecated(int major, int minor)

View File

@ -19,6 +19,8 @@
#include "cmCommand.h" #include "cmCommand.h"
#include "cmSourceFile.h"
/** \class cmUseMangledMesaCommand /** \class cmUseMangledMesaCommand
* \brief Create Tcl Wrappers for VTK classes. * \brief Create Tcl Wrappers for VTK classes.
* *

View File

@ -15,8 +15,10 @@
=========================================================================*/ =========================================================================*/
#include "cmVTKMakeInstantiatorCommand.h" #include "cmVTKMakeInstantiatorCommand.h"
#include "cmCacheManager.h" #include "cmCacheManager.h"
#include "cmGeneratedFileStream.h" #include "cmGeneratedFileStream.h"
#include "cmSourceFile.h"
bool bool
cmVTKMakeInstantiatorCommand cmVTKMakeInstantiatorCommand

View File

@ -19,6 +19,8 @@
#include "cmCommand.h" #include "cmCommand.h"
#include "cmSourceFile.h"
/** \class cmVTKWrapJavaCommand /** \class cmVTKWrapJavaCommand
* \brief Create Java Language bindings for classes * \brief Create Java Language bindings for classes
* *

View File

@ -19,6 +19,8 @@
#include "cmCommand.h" #include "cmCommand.h"
#include "cmSourceFile.h"
/** \class cmVTKWrapPythonCommand /** \class cmVTKWrapPythonCommand
* \brief Create Python Language bindings for classes * \brief Create Python Language bindings for classes
* *

View File

@ -19,6 +19,8 @@
#include "cmCommand.h" #include "cmCommand.h"
#include "cmSourceFile.h"
/** \class cmVTKWrapTclCommand /** \class cmVTKWrapTclCommand
* \brief Create Tcl Wrappers for VTK classes. * \brief Create Tcl Wrappers for VTK classes.
* *

View File

@ -15,6 +15,9 @@
=========================================================================*/ =========================================================================*/
#include "cmWrapExcludeFilesCommand.h" #include "cmWrapExcludeFilesCommand.h"
#include "cmSourceFile.h"
#include <stdlib.h> // required for atof #include <stdlib.h> // required for atof
// cmWrapExcludeFilesCommand // cmWrapExcludeFilesCommand