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 "cmCPluginAPI.h"
#include "cmSourceFile.h"
extern "C"
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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