| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694 | 
							- /*=========================================================================
 
-   Program:   CMake - Cross-Platform Makefile Generator
 
-   Module:    $RCSfile$
 
-   Language:  C++
 
-   Date:      $Date$
 
-   Version:   $Revision$
 
-   Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
 
-   See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
 
-      This software is distributed WITHOUT ANY WARRANTY; without even
 
-      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 
-      PURPOSE.  See the above copyright notices for more information.
 
- =========================================================================*/
 
- #include "cmLocalGenerator.h"
 
- #include "cmGeneratedFileStream.h"
 
- #include "cmGlobalGenerator.h"
 
- #include "cmInstallGenerator.h"
 
- #include "cmInstallFilesGenerator.h"
 
- #include "cmInstallScriptGenerator.h"
 
- #include "cmInstallTargetGenerator.h"
 
- #include "cmMakefile.h"
 
- #include "cmOrderLinkDirectories.h"
 
- #include "cmSourceFile.h"
 
- #include "cmTest.h"
 
- #include "cmake.h"
 
- #include <ctype.h> // for isalpha
 
- cmLocalGenerator::cmLocalGenerator()
 
- {
 
-   this->Makefile = new cmMakefile;
 
-   this->Makefile->SetLocalGenerator(this);
 
-   this->ExcludeFromAll = false;
 
-   this->Parent = 0;
 
-   this->WindowsShell = false;
 
-   this->IgnoreLibPrefix = false;
 
-   this->UseRelativePaths = false;
 
-   this->Configured = false;
 
- }
 
- cmLocalGenerator::~cmLocalGenerator()
 
- {
 
-   delete this->Makefile;
 
- }
 
- void cmLocalGenerator::Configure()
 
- {
 
-   // make sure the CMakeFiles dir is there
 
-   std::string filesDir = this->Makefile->GetStartOutputDirectory();
 
-   filesDir += "/CMakeFiles";
 
-   cmSystemTools::MakeDirectory(filesDir.c_str());
 
-   
 
-   // find & read the list file
 
-   std::string currentStart = this->Makefile->GetStartDirectory();
 
-   currentStart += "/CMakeLists.txt";
 
-   this->Makefile->ReadListFile(currentStart.c_str());
 
-   // at the end of the ReadListFile handle any old style subdirs
 
-   // first get all the subdirectories
 
-   std::vector<cmLocalGenerator *> subdirs = this->GetChildren();
 
-   
 
-   // for each subdir recurse
 
-   std::vector<cmLocalGenerator *>::iterator sdi = subdirs.begin();
 
-   for (; sdi != subdirs.end(); ++sdi)
 
-     {
 
-     if (!(*sdi)->Configured)
 
-       {
 
-       this->Makefile->ConfigureSubDirectory(*sdi);
 
-       }
 
-     }  
 
-   
 
-   this->SetupPathConversions();
 
-   
 
-   // Check whether relative paths should be used for optionally
 
-   // relative paths.
 
-   this->UseRelativePaths = this->Makefile->IsOn("CMAKE_USE_RELATIVE_PATHS");
 
-   this->Configured = true;
 
- }
 
- void cmLocalGenerator::SetupPathConversions()
 
- {  
 
-   // Setup the current output directory components for use by
 
-   // Convert
 
-   std::string outdir; 
 
-   outdir =
 
-     cmSystemTools::CollapseFullPath(this->Makefile->GetHomeDirectory());
 
-   cmSystemTools::SplitPath(outdir.c_str(), this->HomeDirectoryComponents);
 
-   outdir =
 
-     cmSystemTools::CollapseFullPath(this->Makefile->GetStartDirectory());
 
-   cmSystemTools::SplitPath(outdir.c_str(), this->StartDirectoryComponents);
 
-   outdir =
 
-     cmSystemTools::CollapseFullPath(this->Makefile->GetHomeOutputDirectory());
 
-   cmSystemTools::SplitPath(outdir.c_str(), this->HomeOutputDirectoryComponents);
 
-   outdir =
 
-     cmSystemTools::CollapseFullPath(this->Makefile->GetStartOutputDirectory());
 
- cmSystemTools::SplitPath(outdir.c_str(), this->StartOutputDirectoryComponents);
 
- }
 
- void cmLocalGenerator::SetGlobalGenerator(cmGlobalGenerator *gg)
 
- {
 
-   this->GlobalGenerator = gg;
 
-   // setup the home directories
 
-   this->Makefile->SetHomeDirectory(
 
-     gg->GetCMakeInstance()->GetHomeDirectory());
 
-   this->Makefile->SetHomeOutputDirectory(
 
-     gg->GetCMakeInstance()->GetHomeOutputDirectory());
 
- }
 
- void cmLocalGenerator::ConfigureFinalPass()
 
- {
 
-   this->Makefile->ConfigureFinalPass();
 
- }
 
- void cmLocalGenerator::GenerateTestFiles()
 
- {
 
-   if ( !this->Makefile->IsOn("CMAKE_TESTING_ENABLED") )
 
-     {
 
-     return;
 
-     }
 
-   std::string file = this->Makefile->GetStartOutputDirectory();
 
-   file += "/";
 
-   if ( this->Makefile->IsSet("CTEST_NEW_FORMAT") )
 
-     {
 
-     file += "CTestTestfile.cmake";
 
-     }
 
-   else
 
-     {
 
-     file += "DartTestfile.txt";
 
-     }
 
-   cmGeneratedFileStream fout(file.c_str());
 
-   fout.SetCopyIfDifferent(true);
 
-   fout << "# CMake generated Testfile for " << std::endl
 
-     << "# Source directory: " << this->Makefile->GetStartDirectory() << std::endl
 
-     << "# Build directory: " << this->Makefile->GetStartOutputDirectory() << std::endl
 
-     << "# " << std::endl
 
-     << "# This file replicates the SUBDIRS() and ADD_TEST() commands from the source" << std::endl
 
-     << "# tree CMakeLists.txt file, skipping any SUBDIRS() or ADD_TEST() commands" << std::endl
 
-     << "# that are excluded by CMake control structures, i.e. IF() commands." << std::endl
 
-     << "#" << std::endl
 
-     << "# The next line is critical for Dart to work" << std::endl
 
-     << "# Duh :-)" << std::endl << std::endl;
 
-   const char* testIncludeFile = this->Makefile->GetProperty("TEST_INCLUDE_FILE");
 
-   if ( testIncludeFile )
 
-     {
 
-     fout << "INCLUDE(\"" << testIncludeFile << "\")" << std::endl;
 
-     }
 
-   const std::vector<cmTest*> *tests = this->Makefile->GetTests();
 
-   std::vector<cmTest*>::const_iterator it;
 
-   for ( it = tests->begin(); it != tests->end(); ++ it )
 
-     {
 
-     cmTest* test = *it;
 
-     fout << "ADD_TEST(";
 
-     fout << test->GetName() << " \"" << test->GetCommand() << "\"";
 
-     std::vector<cmStdString>::const_iterator argit;
 
-     for (argit = test->GetArguments().begin();
 
-       argit != test->GetArguments().end(); ++argit)
 
-       {
 
-       // Just double-quote all arguments so they are re-parsed
 
-       // correctly by the test system.
 
-       fout << " \"";
 
-       for(std::string::const_iterator c = argit->begin(); c != argit->end(); ++c)
 
-         {
 
-         // Escape quotes within arguments.  We should escape
 
-         // backslashes too but we cannot because it makes the result
 
-         // inconsistent with previous behavior of this command.
 
-         if((*c == '"'))
 
-           {
 
-           fout << '\\';
 
-           }
 
-         fout << *c;
 
-         }
 
-       fout << "\"";
 
-       }
 
-     fout << ")" << std::endl;
 
-     std::map<cmStdString,cmStdString>::const_iterator pit;
 
-     const std::map<cmStdString,cmStdString>* mpit = &test->GetProperties();
 
-     if ( mpit->size() )
 
-       {
 
-       fout << "SET_TESTS_PROPERTIES(" << test->GetName() << " PROPERTIES ";
 
-       for ( pit = mpit->begin(); pit != mpit->end(); ++ pit )
 
-         {
 
-         fout << " " << pit->first.c_str() << " \"";
 
-         const char* value = pit->second.c_str();
 
-         for ( ; *value; ++ value )
 
-           {
 
-           switch ( *value )
 
-             {
 
-           case '\\':
 
-           case '"':
 
-           case ' ':
 
-           case '#':
 
-           case '(':
 
-           case ')':
 
-           case '$':
 
-           case '^':
 
-             fout << "\\" << *value;
 
-             break;
 
-           case '\t':
 
-             fout << "\\t";
 
-             break;
 
-           case '\n':
 
-             fout << "\\n";
 
-             break;
 
-           case '\r':
 
-             fout << "\\r";
 
-             break;
 
-           default:
 
-             fout << *value;
 
-             }
 
-           }
 
-         fout << "\"";
 
-         }
 
-       fout << ")" << std::endl;
 
-       }
 
-     }
 
-   if ( this->Children.size())
 
-     {
 
-     fout << "SUBDIRS(";
 
-     size_t i;
 
-     std::string outDir = this->Makefile->GetStartOutputDirectory();
 
-     outDir += "/";
 
-     for(i = 0; i < this->Children.size(); ++i)
 
-       {
 
-       std::string binP = this->Children[i]->GetMakefile()->GetStartOutputDirectory();
 
-       cmSystemTools::ReplaceString(binP, outDir.c_str(), "");
 
-       if ( i > 0 )
 
-         {
 
-         fout << " ";
 
-         }
 
-       fout << binP.c_str();
 
-       }
 
-     fout << ")" << std::endl << std::endl;;
 
-     }
 
- }
 
- //----------------------------------------------------------------------------
 
- void cmLocalGenerator::GenerateInstallRules()
 
- {
 
-   // Compute the install prefix.
 
-   const char* prefix = this->Makefile->GetDefinition("CMAKE_INSTALL_PREFIX");
 
- #if defined(_WIN32) && !defined(__CYGWIN__)
 
-   std::string prefix_win32;
 
-   if(!prefix)
 
-     {
 
-     if(!cmSystemTools::GetEnv("SystemDrive", prefix_win32))
 
-       {
 
-       prefix_win32 = "C:";
 
-       }
 
-     const char* project_name = this->Makefile->GetDefinition("PROJECT_NAME");
 
-     if(project_name && project_name[0])
 
-       {
 
-       prefix_win32 += "/Program Files/";
 
-       prefix_win32 += project_name;
 
-       }
 
-     else
 
-       {
 
-       prefix_win32 += "/InstalledCMakeProject";
 
-       }
 
-     prefix = prefix_win32.c_str();
 
-     }
 
- #else
 
-   if (!prefix)
 
-     {
 
-     prefix = "/usr/local";
 
-     }
 
- #endif
 
-   // Compute the set of configurations.
 
-   std::vector<std::string> configurationTypes;
 
-   if(const char* types = this->Makefile->GetDefinition("CMAKE_CONFIGURATION_TYPES"))
 
-     {
 
-     cmSystemTools::ExpandListArgument(types, configurationTypes);
 
-     }
 
-   const char* config = 0;
 
-   if(configurationTypes.empty())
 
-     {
 
-     config = this->Makefile->GetDefinition("CMAKE_BUILD_TYPE");
 
-     }
 
-   // Create the install script file.
 
-   std::string file = this->Makefile->GetStartOutputDirectory();
 
-   std::string homedir = this->Makefile->GetHomeOutputDirectory();
 
-   std::string currdir = this->Makefile->GetCurrentOutputDirectory();
 
-   cmSystemTools::ConvertToUnixSlashes(file);
 
-   cmSystemTools::ConvertToUnixSlashes(homedir);
 
-   cmSystemTools::ConvertToUnixSlashes(currdir);
 
-   int toplevel_install = 0;
 
-   if ( currdir == homedir )
 
-     {
 
-     toplevel_install = 1;
 
-     }
 
-   file += "/cmake_install.cmake";
 
-   cmGeneratedFileStream fout(file.c_str());
 
-   fout.SetCopyIfDifferent(true);
 
-   // Write the header.
 
-   fout << "# Install script for directory: "
 
-        << this->Makefile->GetCurrentDirectory() << std::endl << std::endl;
 
-   fout << "# Set the install prefix" << std::endl
 
-     << "IF(NOT DEFINED CMAKE_INSTALL_PREFIX)" << std::endl
 
-     << "  SET(CMAKE_INSTALL_PREFIX \"" << prefix << "\")" << std::endl
 
-     << "ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)" << std::endl
 
-     << "STRING(REGEX REPLACE \"/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")" << std::endl
 
-     << std::endl;
 
-   // Write support code for generating per-configuration install rules.
 
-   fout <<
 
-     "# Set the install configuration name.\n"
 
-     "IF(NOT CMAKE_INSTALL_CONFIG_NAME)\n"
 
-     "  IF(BUILD_TYPE)\n"
 
-     "    STRING(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n"
 
-     "           CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n"
 
-     "  ELSE(BUILD_TYPE)\n"
 
-     "    SET(CMAKE_INSTALL_CONFIG_NAME Release)\n"
 
-     "  ENDIF(BUILD_TYPE)\n"
 
-     "  MESSAGE(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\n"
 
-     "ENDIF(NOT CMAKE_INSTALL_CONFIG_NAME)\n"
 
-     "\n";
 
-   // Ask each install generator to write its code.
 
-   std::vector<cmInstallGenerator*> const& installers =
 
-     this->Makefile->GetInstallGenerators();
 
-   for(std::vector<cmInstallGenerator*>::const_iterator gi = installers.begin();
 
-       gi != installers.end(); ++gi)
 
-     {
 
-     (*gi)->Generate(fout, config, configurationTypes);
 
-     }
 
-   // Write rules from old-style specification stored in targets.
 
-   this->GenerateTargetInstallRules(fout, config, configurationTypes);
 
-   // Include install scripts from subdirectories.
 
-   if ( this->Children.size())
 
-     {
 
-     std::vector<cmLocalGenerator*>::const_iterator i = this->Children.begin();
 
-     for(; i != this->Children.end(); ++i)
 
-       {
 
-       std::string odir = (*i)->GetMakefile()->GetStartOutputDirectory();
 
-       cmSystemTools::ConvertToUnixSlashes(odir);
 
-       fout << "INCLUDE(\"" <<  odir.c_str() 
 
-            << "/cmake_install.cmake\")" << std::endl;
 
-       }
 
-     fout << std::endl;;
 
-     }
 
-   // Record the install manifest.
 
-   if ( toplevel_install )
 
-     {
 
-     fout << "FILE(WRITE \"" << homedir.c_str() << "/install_manifest.txt\" "
 
-          << "\"\")" << std::endl;
 
-     fout << "FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})" << std::endl
 
-       << "  FILE(APPEND \"" << homedir.c_str() << "/install_manifest.txt\" "
 
-       << "\"${file}\\n\")" << std::endl
 
-       << "ENDFOREACH(file)" << std::endl;
 
-     }
 
- }
 
- void cmLocalGenerator::AddCustomCommandToCreateObject(const char* ofname, 
 
-                                                       const char* lang, 
 
-                                                       cmSourceFile& source,
 
-                                                       cmTarget& )
 
- { 
 
-   std::string objectFile = this->Convert(ofname,START_OUTPUT,SHELL);
 
-   std::string sourceFile = 
 
-     this->Convert(source.GetFullPath().c_str(),START_OUTPUT,SHELL,true);
 
-   std::string varString = "CMAKE_";
 
-   varString += lang;
 
-   varString += "_COMPILE_OBJECT";
 
-   std::vector<std::string> rules;
 
-   rules.push_back(this->Makefile->GetRequiredDefinition(varString.c_str()));
 
-   varString = "CMAKE_";
 
-   varString += lang;
 
-   varString += "_FLAGS";
 
-   std::string flags;
 
-   flags += this->Makefile->GetSafeDefinition(varString.c_str());
 
-   flags += " ";
 
-   flags += this->GetIncludeFlags(lang);
 
-   std::vector<std::string> commands;
 
-   cmSystemTools::ExpandList(rules, commands);
 
-   cmLocalGenerator::RuleVariables vars;
 
-   vars.Language = lang;
 
-   vars.Source = sourceFile.c_str();
 
-   vars.Object = objectFile.c_str();
 
-   vars.Flags = flags.c_str();
 
-   for(std::vector<std::string>::iterator i = commands.begin();
 
-       i != commands.end(); ++i)
 
-     {
 
-     this->ExpandRuleVariables(*i, vars);
 
-     }
 
-   std::vector<std::string> sourceAndDeps;
 
-   sourceAndDeps.push_back(sourceFile);
 
-   if(commands.size() > 1)
 
-     {
 
-     cmSystemTools::Error("Currently custom rules can only have one command sorry ");
 
-     }
 
-    // Check for extra object-file dependencies.
 
-   std::vector<std::string> depends;
 
-   const char* additionalDeps = source.GetProperty("OBJECT_DEPENDS");
 
-   if(additionalDeps)
 
-     {
 
-     cmSystemTools::ExpandListArgument(additionalDeps, depends);
 
-     for(std::vector<std::string>::iterator i = depends.begin();
 
-         i != depends.end(); ++i)
 
-       {
 
-       sourceAndDeps.push_back(this->Convert(i->c_str(),START_OUTPUT,SHELL));
 
-       }
 
-     } 
 
- #if 0
 
-   std::string command;
 
-   std::string args;
 
-   cmSystemTools::SplitProgramFromArgs(commands[0].c_str(), command, args);
 
-   std::vector<std::string> argsv;
 
-   argsv.push_back(args);
 
-   this->Makefile->AddCustomCommandToOutput(ofname, 
 
-                                        command.c_str(), 
 
-                                        argsv,
 
-                                        source.GetFullPath().c_str(),
 
-                                        sourceAndDeps,
 
-                                        "build from source");
 
- #endif
 
- }
 
- void cmLocalGenerator::AddBuildTargetRule(const char* llang, cmTarget& target)
 
- {
 
-   cmStdString objs;
 
-   std::vector<std::string> objVector;
 
-   // Add all the sources outputs to the depends of the target
 
-   std::vector<cmSourceFile*>& classes = target.GetSourceFiles();
 
-   for(std::vector<cmSourceFile*>::iterator i = classes.begin();
 
-       i != classes.end(); ++i)
 
-     { 
 
-     if(!(*i)->GetPropertyAsBool("HEADER_FILE_ONLY") && 
 
-        !(*i)->GetCustomCommand())
 
-       {
 
-       std::string outExt = 
 
-         this->GlobalGenerator->GetLanguageOutputExtensionFromExtension(
 
-           (*i)->GetSourceExtension().c_str());
 
-       if(outExt.size() && !(*i)->GetPropertyAsBool("EXTERNAL_OBJECT") )
 
-         {
 
-         std::string ofname = this->Makefile->GetCurrentOutputDirectory();
 
-         ofname += "/";
 
-         ofname += (*i)->GetSourceName() + outExt;
 
-         objVector.push_back(ofname);
 
-         this->AddCustomCommandToCreateObject(ofname.c_str(), llang, *(*i), target);
 
-         objs += this->Convert(ofname.c_str(),START_OUTPUT,MAKEFILE);
 
-         objs += " ";
 
-         }
 
-       }
 
-     }
 
-   std::string createRule = "CMAKE_";
 
-   createRule += llang;
 
-   createRule += target.GetCreateRuleVariable();
 
-   std::string targetName = target.GetFullName();
 
-   // Executable :
 
-   // Shared Library:
 
-   // Static Library:
 
-   // Shared Module:
 
-   std::string linkLibs; // should be set
 
-   std::string flags; // should be set
 
-   std::string linkFlags; // should be set 
 
-   this->GetTargetFlags(linkLibs, flags, linkFlags, target);
 
-   std::string rule = this->Makefile->GetRequiredDefinition(createRule.c_str());
 
-   cmLocalGenerator::RuleVariables vars;
 
-   vars.Language = llang;
 
-   vars.Objects = objs.c_str();
 
-   vars.Target = targetName.c_str();
 
-   vars.LinkLibraries = linkLibs.c_str();
 
-   vars.Flags = flags.c_str();
 
-   vars.LinkFlags = linkFlags.c_str();
 
-   this->ExpandRuleVariables(rule, vars);
 
- }
 
-   
 
- void cmLocalGenerator::CreateCustomTargetsAndCommands(std::set<cmStdString> const& lang)
 
- { 
 
-   cmTargets &tgts = this->Makefile->GetTargets();
 
-   for(cmTargets::iterator l = tgts.begin(); 
 
-       l != tgts.end(); l++)
 
-     {
 
-     cmTarget& target = l->second;
 
-     switch(target.GetType())
 
-       { 
 
-       case cmTarget::STATIC_LIBRARY:
 
-       case cmTarget::SHARED_LIBRARY:
 
-       case cmTarget::MODULE_LIBRARY:
 
-       case cmTarget::EXECUTABLE: 
 
-         {
 
-         const char* llang = target.GetLinkerLanguage(this->GetGlobalGenerator());
 
-         if(!llang)
 
-           {
 
-           cmSystemTools::Error("CMake can not determine linker language for target:",
 
-                                target.GetName());
 
-           return;
 
-           }
 
-         // if the language is not in the set lang then create custom
 
-         // commands to build the target
 
-         if(lang.count(llang) == 0)
 
-           {
 
-           this->AddBuildTargetRule(llang, target);
 
-           }
 
-         }
 
-         break; 
 
-       case cmTarget::UTILITY:
 
-       case cmTarget::GLOBAL_TARGET:
 
-       case cmTarget::INSTALL_FILES:
 
-       case cmTarget::INSTALL_PROGRAMS:
 
-         break;
 
-       }
 
-     }
 
- }
 
- // List of variables that are replaced when
 
- // rules are expanced.  These variables are
 
- // replaced in the form <var> with GetSafeDefinition(var).
 
- // ${LANG} is replaced in the variable first with all enabled 
 
- // languages.
 
- static const char* ruleReplaceVars[] =
 
- {
 
-   "CMAKE_${LANG}_COMPILER",
 
-   "CMAKE_SHARED_LIBRARY_CREATE_${LANG}_FLAGS",
 
-   "CMAKE_SHARED_MODULE_CREATE_${LANG}_FLAGS",
 
-   "CMAKE_SHARED_MODULE_${LANG}_FLAGS", 
 
-   "CMAKE_SHARED_LIBRARY_${LANG}_FLAGS",
 
-   "CMAKE_${LANG}_LINK_FLAGS",
 
-   "CMAKE_SHARED_LIBRARY_SONAME_${LANG}_FLAG",
 
-   "CMAKE_${LANG}_ARCHIVE",
 
-   "CMAKE_AR",
 
-   "CMAKE_CURRENT_SOURCE_DIR",
 
-   "CMAKE_CURRENT_BINARY_DIR",
 
-   "CMAKE_RANLIB",
 
-   0
 
- };
 
- std::string
 
- cmLocalGenerator::ExpandRuleVariable(std::string const& variable,
 
-                                      const RuleVariables& replaceValues)
 
- {
 
-   if(replaceValues.LinkFlags)
 
-     {
 
-     if(variable == "LINK_FLAGS")
 
-       {
 
-       return replaceValues.LinkFlags;
 
-       }
 
-     }
 
-   if(replaceValues.Flags)
 
-     {
 
-     if(variable == "FLAGS")
 
-       {
 
-       return replaceValues.Flags;
 
-       }
 
-     }
 
-     
 
-   if(replaceValues.Source)
 
-     {
 
-     if(variable == "SOURCE")
 
-       {
 
-       return replaceValues.Source;
 
-       }
 
-     }
 
-   if(replaceValues.Object)
 
-     {
 
-     if(variable == "OBJECT")
 
-       {
 
-       return replaceValues.Object;
 
-       }
 
-     }
 
-   if(replaceValues.Objects)
 
-     {
 
-     if(variable == "OBJECTS")
 
-       {
 
-       return replaceValues.Objects;
 
-       }
 
-     }
 
-   if(replaceValues.ObjectsQuoted)
 
-     {
 
-     if(variable == "OBJECTS_QUOTED")
 
-       {
 
-       return replaceValues.ObjectsQuoted;
 
-       }
 
-     }
 
-   if(replaceValues.Target)
 
-     { 
 
-     if(variable == "TARGET_QUOTED")
 
-       {
 
-       std::string targetQuoted = replaceValues.Target;
 
-       if(targetQuoted.size() && targetQuoted[0] != '\"')
 
-         {
 
-         targetQuoted = '\"';
 
-         targetQuoted += replaceValues.Target;
 
-         targetQuoted += '\"';
 
-         return targetQuoted;
 
-         }
 
-       }
 
-     if(variable == "LANGUAGE_COMPILE_FLAGS")
 
-       {
 
-       return replaceValues.LanguageCompileFlags;
 
-       }
 
-     if(variable == "TARGET")
 
-       {
 
-       return replaceValues.Target;
 
-       }
 
-     if(variable == "TARGET_IMPLIB")
 
-       {
 
-       return this->TargetImplib;
 
-       }
 
-     if(variable == "TARGET_BASE")
 
-       {
 
-       // Strip the last extension off the target name.
 
-       std::string targetBase = replaceValues.Target;
 
-       std::string::size_type pos = targetBase.rfind(".");
 
-       if(pos != targetBase.npos)
 
-         {
 
-         return targetBase.substr(0, pos);
 
-         }
 
-       else
 
-         {
 
-         return targetBase;
 
-         }
 
-       }
 
-     }
 
-   if(replaceValues.TargetSOName)
 
-     {
 
-     if(variable == "TARGET_SONAME")
 
-       {
 
-       if(replaceValues.Language)
 
-         {
 
-         std::string name = "CMAKE_SHARED_LIBRARY_SONAME_";
 
-         name += replaceValues.Language;
 
-         name += "_FLAG";
 
-         if(this->Makefile->GetDefinition(name.c_str()))
 
-           {
 
-           return replaceValues.TargetSOName;
 
-           }
 
-         }
 
-       return "";
 
-       }
 
-     }
 
-   if(replaceValues.TargetInstallNameDir)
 
-     {
 
-     if(variable == "TARGET_INSTALLNAME_DIR")
 
-       {
 
-       return replaceValues.TargetInstallNameDir;
 
-       }
 
-     }
 
-   if(replaceValues.LinkLibraries)
 
-     {
 
-     if(variable == "LINK_LIBRARIES")
 
-       {
 
-       return replaceValues.LinkLibraries;
 
-       }
 
-     }
 
-   std::vector<std::string> enabledLanguages;
 
-   this->GlobalGenerator->GetEnabledLanguages(enabledLanguages);
 
-   // loop over language specific replace variables
 
-   int pos = 0;
 
-   while(ruleReplaceVars[pos])
 
-     {
 
-     for(std::vector<std::string>::iterator i = enabledLanguages.begin();   
 
-         i != enabledLanguages.end(); ++i)   
 
-       { 
 
-       const char* lang = i->c_str();
 
-       std::string actualReplace = ruleReplaceVars[pos];
 
-       // If this is the compiler then look for the extra variable
 
-       // _COMPILER_ARG1 which must be the first argument to the compiler 
 
-       const char* compilerArg1 = 0;
 
-       if(actualReplace == "CMAKE_${LANG}_COMPILER")
 
-         {
 
-         std::string arg1 = actualReplace + "_ARG1";
 
-         cmSystemTools::ReplaceString(arg1, "${LANG}", lang);
 
-         compilerArg1 = this->Makefile->GetDefinition(arg1.c_str());
 
-         }
 
-       if(actualReplace.find("${LANG}") != actualReplace.npos)
 
-         {
 
-         cmSystemTools::ReplaceString(actualReplace, "${LANG}", lang);
 
-         }
 
-       if(actualReplace == variable)
 
-         {
 
-         std::string replace = this->Makefile->GetSafeDefinition(variable.c_str());
 
-         // if the variable is not a FLAG then treat it like a path
 
-         if(variable.find("_FLAG") == variable.npos)
 
-           {
 
-           std::string ret = this->ConvertToOutputForExisting(replace.c_str());
 
-           // if there is a required first argument to the compiler add it to the compiler string
 
-           if(compilerArg1)
 
-             {
 
-             ret += " ";
 
-             ret += compilerArg1;
 
-             }
 
-           return ret;
 
-           }
 
-         return replace;
 
-         }
 
-       }
 
-     pos++;
 
-     }
 
-   return variable;
 
- }
 
- void 
 
- cmLocalGenerator::ExpandRuleVariables(std::string& s,
 
-                                       const RuleVariables& replaceValues)
 
- {
 
-   std::vector<std::string> enabledLanguages;
 
-   this->GlobalGenerator->GetEnabledLanguages(enabledLanguages);
 
-   std::string::size_type start = s.find('<');
 
-   // no variables to expand
 
-   if(start == s.npos)
 
-     {
 
-     return;
 
-     }
 
-   std::string::size_type pos = 0;
 
-   std::string expandedInput;
 
-   while(start != s.npos && start < s.size()-2)
 
-     {
 
-     std::string::size_type end = s.find('>', start);
 
-     // if we find a < with no > we are done
 
-     if(end == s.npos)
 
-       {
 
-       return;
 
-       }
 
-     char c = s[start+1];
 
-     // if the next char after the < is not A-Za-z then
 
-     // skip it and try to find the next < in the string
 
-     if(!isalpha(c))
 
-       {
 
-       start = s.find('<', start+1);
 
-       }
 
-     else
 
-       {
 
-       // extract the var
 
-       std::string var = s.substr(start+1,  end - start-1);
 
-       std::string replace = this->ExpandRuleVariable(var,
 
-                                                      replaceValues);
 
-       expandedInput += s.substr(pos, start-pos);
 
-       expandedInput += replace;
 
-       // move to next one
 
-       start = s.find('<', start+var.size()+2);
 
-       pos = end+1;
 
-       }
 
-     }
 
-   // add the rest of the input
 
-   expandedInput += s.substr(pos, s.size()-pos);
 
-   s = expandedInput;
 
- }
 
- std::string 
 
- cmLocalGenerator::ConvertToOutputForExisting(const char* p)
 
- {
 
-   std::string ret = this->Convert(p, START_OUTPUT, SHELL, true);
 
-   // if there are spaces in the path, then get the short path version
 
-   // if there is one
 
-   if(ret.find(' ') != std::string::npos)
 
-     {
 
-     if(cmSystemTools::FileExists(p))
 
-       {
 
-       if(!cmSystemTools::GetShortPath(ret.c_str(), ret))
 
-         {
 
-         ret = this->Convert(p,START_OUTPUT,MAKEFILE,true);
 
-         }
 
-       }
 
-     }
 
-   return ret;
 
- }
 
- const char* cmLocalGenerator::GetIncludeFlags(const char* lang)
 
- {
 
-   if(!lang)
 
-     {
 
-     return "";
 
-     }
 
-   if(this->LanguageToIncludeFlags.count(lang))
 
-     {
 
-     return this->LanguageToIncludeFlags[lang].c_str();
 
-     }
 
-   cmOStringStream includeFlags;
 
-   std::vector<std::string> includes;
 
-   this->GetIncludeDirectories(includes);
 
-   std::vector<std::string>::iterator i;
 
-   std::string flagVar = "CMAKE_INCLUDE_FLAG_";
 
-   flagVar += lang;
 
-   const char* includeFlag = this->Makefile->GetDefinition(flagVar.c_str());
 
-   flagVar = "CMAKE_INCLUDE_FLAG_SEP_";
 
-   flagVar += lang;
 
-   const char* sep = this->Makefile->GetDefinition(flagVar.c_str());
 
-   bool quotePaths = false;
 
-   if(this->Makefile->GetDefinition("CMAKE_QUOTE_INCLUDE_PATHS"))
 
-     {
 
-     quotePaths = true;
 
-     }
 
-   bool repeatFlag = true; // should the include flag be repeated like ie. -IA -IB
 
-   if(!sep)
 
-     {
 
-     sep = " ";
 
-     }
 
-   else
 
-     {
 
-     // if there is a separator then the flag is not repeated but is only given once
 
-     // i.e.  -classpath a:b:c
 
-     repeatFlag = false;
 
-     }
 
-   bool flagUsed = false;
 
-   std::set<cmStdString> emitted;
 
-   for(i = includes.begin(); i != includes.end(); ++i)
 
-     {
 
- #ifdef __APPLE__
 
-     if(cmSystemTools::IsPathToFramework(i->c_str()))
 
-       {
 
-       std::string frameworkDir = *i;
 
-       frameworkDir += "/../";
 
-       frameworkDir = cmSystemTools::CollapseFullPath(frameworkDir.c_str());
 
-       if(emitted.insert(frameworkDir).second)
 
-         {
 
-         includeFlags << "-F" << this->ConvertToOutputForExisting(frameworkDir.c_str()) << " ";
 
-         }
 
-       continue;
 
-       }
 
- #endif
 
-     std::string include = *i;
 
-     if(!flagUsed || repeatFlag)
 
-       {
 
-       includeFlags << includeFlag;
 
-       flagUsed = true;
 
-       }
 
-     std::string includePath = this->ConvertToOutputForExisting(i->c_str());
 
-     if(quotePaths && includePath.size() && includePath[0] != '\"')
 
-       {
 
-       includeFlags << "\"";
 
-       }
 
-     includeFlags << includePath;
 
-     if(quotePaths && includePath.size() && includePath[0] != '\"')
 
-       {
 
-       includeFlags << "\"";
 
-       }
 
-     includeFlags << sep;
 
-     }
 
-   std::string flags = includeFlags.str();
 
-   // remove trailing separators
 
-   if((sep[0] != ' ') && flags[flags.size()-1] == sep[0])
 
-     {
 
-     flags[flags.size()-1] = ' ';
 
-     }
 
-   flags += this->Makefile->GetDefineFlags();
 
-   this->LanguageToIncludeFlags[lang] = flags;
 
-   // Use this temorary variable for the return value to work-around a
 
-   // bogus GCC 2.95 warning.
 
-   const char* ret = this->LanguageToIncludeFlags[lang].c_str();
 
-   return ret;
 
- }
 
- //----------------------------------------------------------------------------
 
- void cmLocalGenerator::GetIncludeDirectories(std::vector<std::string>& dirs)
 
- {
 
-   // Need to decide whether to automatically include the source and
 
-   // binary directories at the beginning of the include path.
 
-   bool includeSourceDir = false;
 
-   bool includeBinaryDir = false;
 
-   // When automatic include directories are requested for an
 
-   // out-of-source build then include the source and binary
 
-   // directories at the beginning of the include path to approximate
 
-   // include file behavior for an in-source build.  This does not
 
-   // account for the case of a source file in a subdirectory of the
 
-   // current source directory but we cannot fix this because not all
 
-   // native build tools support per-source-file include paths.
 
-   bool inSource =
 
-     cmSystemTools::ComparePath(this->Makefile->GetStartDirectory(),
 
-                                this->Makefile->GetStartOutputDirectory());
 
-   if(!inSource && this->Makefile->IsOn("CMAKE_INCLUDE_CURRENT_DIR"))
 
-     {
 
-     includeSourceDir = true;
 
-     includeBinaryDir = true;
 
-     }
 
-   // CMake versions below 2.0 would add the source tree to the -I path
 
-   // automatically.  Preserve compatibility.
 
-   const char* versionValue =
 
-     this->Makefile->GetDefinition("CMAKE_BACKWARDS_COMPATIBILITY");
 
-   int major = 0;
 
-   int minor = 0;
 
-   if(versionValue && sscanf(versionValue, "%d.%d", &major, &minor) != 2)
 
-     {
 
-     versionValue = 0;
 
-     }
 
-   if(versionValue && major < 2)
 
-     {
 
-     includeSourceDir = true;
 
-     }
 
-   // Hack for VTK 4.0 - 4.4 which depend on the old behavior but do
 
-   // not set the backwards compatibility level automatically.
 
-   const char* vtkSourceDir =
 
-     this->Makefile->GetDefinition("VTK_SOURCE_DIR");
 
-   if(vtkSourceDir)
 
-     {
 
-     const char* vtk_major = this->Makefile->GetDefinition("VTK_MAJOR_VERSION");
 
-     const char* vtk_minor = this->Makefile->GetDefinition("VTK_MINOR_VERSION");
 
-     vtk_major = vtk_major? vtk_major : "4";
 
-     vtk_minor = vtk_minor? vtk_minor : "4";
 
-     int vmajor = 0;
 
-     int vminor = 0;
 
-     if(sscanf(vtk_major, "%d", &vmajor) && sscanf(vtk_minor, "%d", &vminor) &&
 
-        vmajor == 4 && vminor <= 4)
 
-       {
 
-       includeSourceDir = true;
 
-       }
 
-     }
 
-   // Do not repeat an include path.
 
-   std::set<cmStdString> emitted;
 
-   // Store the automatic include paths.
 
-   if(includeBinaryDir)
 
-     {
 
-     dirs.push_back(this->Makefile->GetStartOutputDirectory());
 
-     emitted.insert(this->Makefile->GetStartOutputDirectory());
 
-     }
 
-   if(includeSourceDir)
 
-     {
 
-     if(emitted.find(this->Makefile->GetStartDirectory()) == emitted.end())
 
-       {
 
-       dirs.push_back(this->Makefile->GetStartDirectory());
 
-       emitted.insert(this->Makefile->GetStartDirectory());
 
-       }
 
-     }
 
-   // Do not explicitly add the standard include path "/usr/include".
 
-   // This can cause problems with certain standard library
 
-   // implementations because the wrong headers may be found first.
 
-   emitted.insert("/usr/include");
 
-   if(const char* implicitIncludes =
 
-      this->Makefile->GetDefinition("CMAKE_PLATFORM_IMPLICIT_INCLUDE_DIRECTORIES"))
 
-     {
 
-     std::vector<std::string> implicitIncludeVec;
 
-     cmSystemTools::ExpandListArgument(implicitIncludes, implicitIncludeVec);
 
-     for(unsigned int k = 0; k < implicitIncludeVec.size(); ++k)
 
-       {
 
-       emitted.insert(implicitIncludeVec[k]);
 
-       }
 
-     }
 
-   // Construct the ordered list.
 
-   std::vector<std::string>& includes = this->Makefile->GetIncludeDirectories();
 
-   for(std::vector<std::string>::iterator i = includes.begin();
 
-       i != includes.end(); ++i)
 
-     {
 
-     if(emitted.find(*i) == emitted.end())
 
-       {
 
-       dirs.push_back(*i);
 
-       emitted.insert(*i);
 
-       }
 
-     }
 
- }
 
- void cmLocalGenerator::GetTargetFlags(std::string& linkLibs,
 
-                                  std::string& flags,
 
-                                  std::string& linkFlags,
 
-                                  cmTarget& target)
 
- {
 
-   std::string buildType =  this->Makefile->GetSafeDefinition("CMAKE_BUILD_TYPE");
 
-   buildType = cmSystemTools::UpperCase(buildType); 
 
-   const char* libraryLinkVariable = "CMAKE_SHARED_LINKER_FLAGS"; // default to shared library
 
-   
 
-   switch(target.GetType())
 
-     {
 
-     case cmTarget::STATIC_LIBRARY: 
 
-       {
 
-       const char* targetLinkFlags = target.GetProperty("STATIC_LIBRARY_FLAGS");
 
-       if(targetLinkFlags)
 
-         {
 
-         linkFlags += targetLinkFlags;
 
-         linkFlags += " ";
 
-         }
 
-       }
 
-       break; 
 
-     case cmTarget::MODULE_LIBRARY:
 
-       libraryLinkVariable = "CMAKE_MODULE_LINKER_FLAGS";
 
-     case cmTarget::SHARED_LIBRARY:
 
-       { 
 
-       linkFlags = this->Makefile->GetSafeDefinition(libraryLinkVariable);
 
-       linkFlags += " ";
 
-       if(buildType.size())
 
-         {
 
-         std::string build = libraryLinkVariable;
 
-         build += "_";
 
-         build += buildType;
 
-         linkFlags += this->Makefile->GetSafeDefinition(build.c_str());
 
-         linkFlags += " ";
 
-         }  
 
-       if(this->Makefile->IsOn("WIN32") && !(this->Makefile->IsOn("CYGWIN") || this->Makefile->IsOn("MINGW")))
 
-         {
 
-         const std::vector<cmSourceFile*>& sources = target.GetSourceFiles();
 
-         for(std::vector<cmSourceFile*>::const_iterator i = sources.begin();
 
-             i != sources.end(); ++i)
 
-           {
 
-           if((*i)->GetSourceExtension() == "def")
 
-             {
 
-             linkFlags += this->Makefile->GetSafeDefinition("CMAKE_LINK_DEF_FILE_FLAG");
 
-             linkFlags += this->Convert((*i)->GetFullPath().c_str(),START_OUTPUT,MAKEFILE);
 
-             linkFlags += " ";
 
-             }
 
-           }
 
-         } 
 
-       const char* targetLinkFlags = target.GetProperty("LINK_FLAGS");
 
-       if(targetLinkFlags)
 
-         {
 
-         linkFlags += targetLinkFlags;
 
-         linkFlags += " ";
 
-         }  
 
-       cmOStringStream linklibsStr;
 
-       this->OutputLinkLibraries(linklibsStr, target, false);
 
-       linkLibs = linklibsStr.str();
 
-       }
 
-       break;
 
-     case cmTarget::EXECUTABLE:
 
-       {
 
-       linkFlags += this->Makefile->GetSafeDefinition("CMAKE_EXE_LINKER_FLAGS");
 
-       linkFlags += " ";
 
-       if(buildType.size())
 
-         {
 
-         std::string build = "CMAKE_EXE_LINKER_FLAGS_";
 
-         build += buildType;
 
-         linkFlags += this->Makefile->GetSafeDefinition(build.c_str());
 
-         linkFlags += " ";
 
-         } 
 
-       const char* linkLanguage = target.GetLinkerLanguage(this->GetGlobalGenerator());
 
-       if(!linkLanguage)
 
-         {
 
-         cmSystemTools::Error("CMake can not determine linker language for target:",
 
-                              target.GetName());
 
-         return;
 
-         }
 
-       std::string langVar = "CMAKE_";
 
-       langVar += linkLanguage;
 
-       std::string flagsVar = langVar + "_FLAGS";
 
-       std::string sharedFlagsVar = "CMAKE_SHARED_LIBRARY_";
 
-       sharedFlagsVar += linkLanguage;
 
-       sharedFlagsVar += "_FLAGS";
 
-       flags += this->Makefile->GetSafeDefinition(flagsVar.c_str());
 
-       flags += " ";
 
-       flags += this->Makefile->GetSafeDefinition(sharedFlagsVar.c_str());
 
-       flags += " ";
 
-       cmOStringStream linklibs;
 
-       this->OutputLinkLibraries(linklibs, target, false);
 
-       linkLibs = linklibs.str();
 
-       if(cmSystemTools::IsOn(this->Makefile->GetDefinition("BUILD_SHARED_LIBS")))
 
-         {
 
-         std::string sFlagVar = std::string("CMAKE_SHARED_BUILD_") + linkLanguage 
 
-           + std::string("_FLAGS");
 
-         linkFlags += this->Makefile->GetSafeDefinition(sFlagVar.c_str());
 
-         linkFlags += " ";
 
-         }
 
-       if ( target.GetPropertyAsBool("WIN32_EXECUTABLE") )
 
-         {
 
-         linkFlags +=  this->Makefile->GetSafeDefinition("CMAKE_CREATE_WIN32_EXE");
 
-         linkFlags += " ";
 
-         }
 
-       else
 
-         {
 
-         linkFlags +=  this->Makefile->GetSafeDefinition("CMAKE_CREATE_CONSOLE_EXE");
 
-         linkFlags += " ";
 
-         }
 
-       const char* targetLinkFlags = target.GetProperty("LINK_FLAGS");
 
-       if(targetLinkFlags)
 
-         {
 
-         linkFlags += targetLinkFlags;
 
-         linkFlags += " ";
 
-         }
 
-       }
 
-       break; 
 
-     case cmTarget::UTILITY:
 
-     case cmTarget::GLOBAL_TARGET:
 
-     case cmTarget::INSTALL_FILES:
 
-     case cmTarget::INSTALL_PROGRAMS:
 
-       break;
 
-     }
 
- }
 
- /**
 
-  * Output the linking rules on a command line.  For executables,
 
-  * targetLibrary should be a NULL pointer.  For libraries, it should point
 
-  * to the name of the library.  This will not link a library against itself.
 
-  */
 
- void cmLocalGenerator::OutputLinkLibraries(std::ostream& fout,
 
-                                            cmTarget& tgt,
 
-                                            bool relink)
 
- {
 
-   // Try to emit each search path once
 
-   std::set<cmStdString> emitted;
 
-   // Embed runtime search paths if possible and if required.
 
-   bool outputRuntime = true;
 
-   std::string runtimeFlag;
 
-   std::string runtimeSep;
 
-   const char* config = this->Makefile->GetDefinition("CMAKE_BUILD_TYPE");
 
-   const char* linkLanguage = tgt.GetLinkerLanguage(this->GetGlobalGenerator());
 
-   if(!linkLanguage)
 
-     {
 
-     cmSystemTools::
 
-       Error("CMake can not determine linker language for target:",
 
-             tgt.GetName());
 
-     return;
 
-     }
 
-   std::string runTimeFlagVar = "CMAKE_SHARED_LIBRARY_RUNTIME_";
 
-   runTimeFlagVar += linkLanguage;
 
-   runTimeFlagVar += "_FLAG";
 
-   std::string runTimeFlagSepVar = runTimeFlagVar + "_SEP";
 
-   runtimeFlag = this->Makefile->GetSafeDefinition(runTimeFlagVar.c_str());
 
-   runtimeSep = this->Makefile->GetSafeDefinition(runTimeFlagSepVar.c_str());
 
-   
 
-   // concatenate all paths or no?
 
-   bool runtimeConcatenate = ( runtimeSep!="" );
 
-   if(runtimeFlag == "" || this->Makefile->IsOn("CMAKE_SKIP_RPATH"))
 
-     {
 
-     outputRuntime = false;
 
-     }
 
-   // Some search paths should never be emitted
 
-   emitted.insert("");
 
-   emitted.insert("/usr/lib");
 
-   std::string libPathFlag = this->Makefile->GetRequiredDefinition("CMAKE_LIBRARY_PATH_FLAG");
 
-   std::string libLinkFlag = this->Makefile->GetSafeDefinition("CMAKE_LINK_LIBRARY_FLAG");
 
-   // collect all the flags needed for linking libraries
 
-   std::string linkLibs;
 
-   
 
-   // Flags to link an executable to shared libraries.
 
-   std::string linkFlagsVar = "CMAKE_SHARED_LIBRARY_LINK_";
 
-   linkFlagsVar += linkLanguage;
 
-   linkFlagsVar += "_FLAGS";
 
-   if( tgt.GetType() == cmTarget::EXECUTABLE )
 
-     {
 
-     linkLibs = this->Makefile->GetSafeDefinition(linkFlagsVar.c_str());
 
-     linkLibs += " ";
 
-     }
 
-   // Compute the link library and directory information.
 
-   std::vector<cmStdString> libNames;
 
-   std::vector<cmStdString> libDirs;
 
-   this->ComputeLinkInformation(tgt, config, libNames, libDirs);
 
-   // Select whether to generate an rpath for the install tree or the
 
-   // build tree.
 
-   bool linking_for_install =
 
-     relink || tgt.GetPropertyAsBool("BUILD_WITH_INSTALL_RPATH");
 
-   bool use_install_rpath =
 
-     outputRuntime && tgt.HaveInstallTreeRPATH() && linking_for_install;
 
-   bool use_build_rpath =
 
-     outputRuntime && tgt.HaveBuildTreeRPATH() && !linking_for_install;
 
-   // Construct the RPATH.
 
-   std::vector<std::string> runtimeDirs;
 
-   if(use_install_rpath)
 
-     {
 
-     const char* install_rpath = tgt.GetProperty("INSTALL_RPATH");
 
-     cmSystemTools::ExpandListArgument(install_rpath, runtimeDirs);
 
-     for(unsigned int i=0; i < runtimeDirs.size(); ++i)
 
-       {
 
-       runtimeDirs[i] =
 
-         this->Convert(runtimeDirs[i].c_str(), FULL, SHELL, false);
 
-       }
 
-     }
 
-   // Append the library search path flags.
 
-   for(std::vector<cmStdString>::const_iterator libDir = libDirs.begin();
 
-       libDir != libDirs.end(); ++libDir)
 
-     {
 
-    std::string libpath = this->ConvertToOutputForExisting(libDir->c_str());
 
-     if(emitted.insert(libpath).second)
 
-       {
 
-       std::string fullLibPath;
 
-       if(!this->WindowsShell && this->UseRelativePaths)
 
-         {
 
-         fullLibPath = "\"`cd ";
 
-         }
 
-       fullLibPath += libpath;
 
-       if(!this->WindowsShell && this->UseRelativePaths)
 
-         {
 
-         fullLibPath += ";pwd`\"";
 
-         }
 
-       std::string::size_type pos = libDir->find(libPathFlag.c_str());
 
-       if((pos == std::string::npos || pos > 0)
 
-          && libDir->find("${") == std::string::npos)
 
-         {
 
-         linkLibs += libPathFlag;
 
-         if(use_build_rpath)
 
-           {
 
-           runtimeDirs.push_back( fullLibPath );
 
-           }
 
-         }
 
-       linkLibs += fullLibPath;
 
-       linkLibs += " ";
 
-       }
 
-     }
 
-   // Append the link libraries.
 
-   for(std::vector<cmStdString>::iterator lib = libNames.begin();
 
-       lib != libNames.end(); ++lib)
 
-     {
 
-     linkLibs += *lib;
 
-     linkLibs += " ";
 
-     }
 
-   fout << linkLibs;
 
-   if(!runtimeDirs.empty())
 
-     {
 
-     // For the runtime search directories, do a "-Wl,-rpath,a:b:c" or
 
-     // a "-R a -R b -R c" type link line
 
-     fout << runtimeFlag;
 
-     std::vector<std::string>::iterator itr = runtimeDirs.begin();
 
-     fout << *itr;
 
-     ++itr;
 
-     for( ; itr != runtimeDirs.end(); ++itr )
 
-       {
 
-       if(runtimeConcatenate)
 
-         {
 
-         fout << runtimeSep << *itr;
 
-         }
 
-       else
 
-         {
 
-         fout << " " << runtimeFlag << *itr;
 
-         }
 
-       }
 
-     fout << " ";
 
-     }
 
-   if(this->Makefile->GetDefinition("CMAKE_STANDARD_LIBRARIES"))
 
-     {
 
-     fout << this->Makefile->GetDefinition("CMAKE_STANDARD_LIBRARIES") << " ";
 
-     }
 
- }
 
- //----------------------------------------------------------------------------
 
- void
 
- cmLocalGenerator::ComputeLinkInformation(cmTarget& target,
 
-                                          const char* config,
 
-                                          std::vector<cmStdString>& outLibs,
 
-                                          std::vector<cmStdString>& outDirs,
 
-                                          std::vector<cmStdString>* fullPathLibs)
 
- {
 
-   // Compute which library configuration to link.
 
-   cmTarget::LinkLibraryType linkType = cmTarget::OPTIMIZED;
 
-   if(config && cmSystemTools::UpperCase(config) == "DEBUG")
 
-     {
 
-     linkType = cmTarget::DEBUG;
 
-     }
 
-   // Get the list of libraries against which this target wants to link.
 
-   std::vector<std::string> linkLibraries;
 
-   const cmTarget::LinkLibraryVectorType& inLibs = target.GetLinkLibraries();
 
-   for(cmTarget::LinkLibraryVectorType::const_iterator j = inLibs.begin();
 
-       j != inLibs.end(); ++j)
 
-     {
 
-     // For backwards compatibility variables may have been expanded
 
-     // inside library names.  Clean up the resulting name.
 
-     std::string lib = j->first;
 
-     std::string::size_type pos = lib.find_first_not_of(" \t\r\n");
 
-     if(pos != lib.npos)
 
-       {
 
-       lib = lib.substr(pos, lib.npos);
 
-       }
 
-     pos = lib.find_last_not_of(" \t\r\n");
 
-     if(pos != lib.npos)
 
-       { 
 
-       lib = lib.substr(0, pos+1); 
 
-       }
 
-     if(lib.empty())
 
-       {
 
-       continue;
 
-       }
 
-     // Link to a library if it is not the same target and is meant for
 
-     // this configuration type.
 
-     if((target.GetType() == cmTarget::EXECUTABLE ||
 
-         lib != target.GetName()) &&
 
-        (j->second == cmTarget::GENERAL || j->second == linkType))
 
-       {
 
-       // Compute the proper name to use to link this library.
 
-       cmTarget* tgt = this->GlobalGenerator->FindTarget(0, lib.c_str());
 
-       if(tgt)
 
-         {
 
-         // This is a CMake target.  Ask the target for its real name.
 
-         linkLibraries.push_back(tgt->GetFullName(config));
 
-         if(fullPathLibs)
 
-           {
 
-           fullPathLibs->push_back(tgt->GetFullPath(config));
 
-           }
 
-         }
 
-       else
 
-         {
 
-         // This is not a CMake target.  Use the name given.
 
-         linkLibraries.push_back(lib);
 
-         }
 
-       }
 
-     }
 
-   // Get the list of directories the target wants to search for libraries.
 
-   const std::vector<std::string>&
 
-     linkDirectories = target.GetLinkDirectories();
 
-   // Compute the link directory order needed to link the libraries.
 
-   cmOrderLinkDirectories orderLibs;
 
-   orderLibs.SetLinkPrefix(
 
-     this->Makefile->GetDefinition("CMAKE_STATIC_LIBRARY_PREFIX"));
 
-   orderLibs.AddLinkExtension(
 
-     this->Makefile->GetDefinition("CMAKE_STATIC_LIBRARY_SUFFIX"));
 
-   orderLibs.AddLinkExtension(
 
-     this->Makefile->GetDefinition("CMAKE_SHARED_LIBRARY_SUFFIX"));
 
-   orderLibs.AddLinkExtension(
 
-     this->Makefile->GetDefinition("CMAKE_LINK_LIBRARY_SUFFIX"));
 
-   orderLibs.SetLinkInformation(target.GetName(),
 
-                                linkLibraries,
 
-                                linkDirectories);
 
-   orderLibs.DetermineLibraryPathOrder();
 
-   std::vector<cmStdString> orderedLibs;
 
-   orderLibs.GetLinkerInformation(outDirs, orderedLibs);
 
-   if(fullPathLibs)
 
-     {
 
-     orderLibs.GetFullPathLibraries(*fullPathLibs);
 
-     }
 
-   // Make sure libraries are linked with the proper syntax.
 
-   std::string libLinkFlag =
 
-     this->Makefile->GetSafeDefinition("CMAKE_LINK_LIBRARY_FLAG");
 
-   std::string libLinkSuffix =
 
-     this->Makefile->GetSafeDefinition("CMAKE_LINK_LIBRARY_SUFFIX");
 
-   for(std::vector<cmStdString>::iterator l = orderedLibs.begin();
 
-       l != orderedLibs.end(); ++l)
 
-     {
 
-     std::string lib = *l;
 
-     if(lib[0] == '-' || lib[0] == '$' || lib[0] == '`')
 
-       {
 
-       // The library is linked with special syntax by the user.
 
-       outLibs.push_back(lib);
 
-       }
 
-     else
 
-       {
 
-       // Generate the proper link syntax.
 
-       lib = libLinkFlag;
 
-       lib += *l;
 
-       lib += libLinkSuffix;
 
-       outLibs.push_back(lib);
 
-       }
 
-     }
 
- }
 
- //----------------------------------------------------------------------------
 
- void cmLocalGenerator::AddLanguageFlags(std::string& flags,
 
-                                         const char* lang,
 
-                                         const char* config)
 
- {
 
-   // Add language-specific flags.
 
-   std::string flagsVar = "CMAKE_";
 
-   flagsVar += lang;
 
-   flagsVar += "_FLAGS";
 
-   this->AddConfigVariableFlags(flags, flagsVar.c_str(), config);
 
- }
 
- //----------------------------------------------------------------------------
 
- std::string cmLocalGenerator::GetRealDependency(const char* inName,
 
-                                                 const char* config)
 
- {
 
-   // Older CMake code may specify the dependency using the target
 
-   // output file rather than the target name.  Such code would have
 
-   // been written before there was support for target properties that
 
-   // modify the name so stripping down to just the file name should
 
-   // produce the target name in this case.
 
-   std::string name = cmSystemTools::GetFilenameName(inName);
 
-   if(cmSystemTools::GetFilenameLastExtension(name) == ".exe")
 
-     {
 
-     name = cmSystemTools::GetFilenameWithoutLastExtension(name);
 
-     }
 
-   // Look for a CMake target with the given name.
 
-   if(cmTarget* target = this->GlobalGenerator->FindTarget(0, name.c_str()))
 
-     {
 
-     switch (target->GetType())
 
-       {
 
-       case cmTarget::EXECUTABLE:
 
-       case cmTarget::STATIC_LIBRARY:
 
-       case cmTarget::SHARED_LIBRARY:
 
-       case cmTarget::MODULE_LIBRARY:
 
-         {
 
-         // Get the location of the target's output file and depend on it.
 
-         if(const char* location = target->GetLocation(config))
 
-           {
 
-           return location;
 
-           }
 
-         }
 
-         break;
 
-       case cmTarget::UTILITY:
 
-       case cmTarget::GLOBAL_TARGET:
 
-         // Depending on a utility target may not work but just trust
 
-         // the user to have given a valid name.
 
-         return inName;
 
-       case cmTarget::INSTALL_FILES:
 
-       case cmTarget::INSTALL_PROGRAMS:
 
-         break;
 
-       }
 
-     }
 
-   // The name was not that of a CMake target.  It must name a file.
 
-   if(cmSystemTools::FileIsFullPath(inName))
 
-     {
 
-     // This is a full path.  Return it as given.
 
-     return inName;
 
-     }
 
-   // Treat the name as relative to the source directory in which it
 
-   // was given.
 
-   name = this->Makefile->GetCurrentDirectory();
 
-   name += "/";
 
-   name += inName;
 
-   return name;
 
- }
 
- //----------------------------------------------------------------------------
 
- void cmLocalGenerator::AddSharedFlags(std::string& flags,
 
-                                       const char* lang,
 
-                                       bool shared)
 
- {
 
-   std::string flagsVar;
 
-   // Add flags for dealing with shared libraries for this language.
 
-   if(shared)
 
-     {
 
-     flagsVar = "CMAKE_SHARED_LIBRARY_";
 
-     flagsVar += lang;
 
-     flagsVar += "_FLAGS";
 
-     this->AppendFlags(flags, this->Makefile->GetDefinition(flagsVar.c_str()));
 
-     }
 
-   // Add flags specific to shared builds.
 
-   if(cmSystemTools::IsOn(this->Makefile->GetDefinition("BUILD_SHARED_LIBS")))
 
-     {
 
-     flagsVar = "CMAKE_SHARED_BUILD_";
 
-     flagsVar += lang;
 
-     flagsVar += "_FLAGS";
 
-     this->AppendFlags(flags, this->Makefile->GetDefinition(flagsVar.c_str()));
 
-     }
 
- }
 
- //----------------------------------------------------------------------------
 
- void cmLocalGenerator::AddConfigVariableFlags(std::string& flags,
 
-                                               const char* var,
 
-                                               const char* config)
 
- {
 
-   // Add the flags from the variable itself.
 
-   std::string flagsVar = var;
 
-   this->AppendFlags(flags, this->Makefile->GetDefinition(flagsVar.c_str()));
 
-   // Add the flags from the build-type specific variable.
 
-   if(config && *config)
 
-     {
 
-     flagsVar += "_";
 
-     flagsVar += cmSystemTools::UpperCase(config);
 
-     this->AppendFlags(flags, this->Makefile->GetDefinition(flagsVar.c_str()));
 
-     }
 
- }
 
- //----------------------------------------------------------------------------
 
- void cmLocalGenerator::AppendFlags(std::string& flags,
 
-                                                 const char* newFlags)
 
- {
 
-   if(newFlags && *newFlags)
 
-     {
 
-     if(flags.size())
 
-       {
 
-       flags += " ";
 
-       }
 
-     flags += newFlags;
 
-     }
 
- }
 
- //----------------------------------------------------------------------------
 
- std::string
 
- cmLocalGenerator::ConstructScript(const cmCustomCommandLines& commandLines,
 
-                                   const char* workingDirectory, 
 
-                                   const char* newline)
 
-                                   
 
- {
 
-   // Store the script in a string.
 
-   std::string script;
 
-   if(workingDirectory)
 
-     {
 
-     script += "cd ";
 
-     script += this->Convert(workingDirectory, START_OUTPUT, SHELL);
 
-     script += newline;
 
-     }
 
-   // Write each command on a single line.
 
-   for(cmCustomCommandLines::const_iterator cl = commandLines.begin();
 
-       cl != commandLines.end(); ++cl)
 
-     {
 
-     // Start with the command name.
 
-     const cmCustomCommandLine& commandLine = *cl;
 
-     script += this->Convert(commandLine[0].c_str(),START_OUTPUT,SHELL);
 
-     // Add the arguments.
 
-     for(unsigned int j=1;j < commandLine.size(); ++j)
 
-       {
 
-       script += " ";
 
-       script += cmSystemTools::EscapeSpaces(commandLine[j].c_str());
 
-       }
 
-     // End the line.
 
-     script += newline;
 
-     }
 
-   return script;
 
- }
 
- //----------------------------------------------------------------------------
 
- std::string
 
- cmLocalGenerator::ConvertToOptionallyRelativeOutputPath(const char* remote)
 
- {
 
-   return this->Convert(remote, START_OUTPUT, SHELL, true);
 
- }
 
- //----------------------------------------------------------------------------
 
- std::string cmLocalGenerator::Convert(const char* source, 
 
-                                       RelativeRoot relative,
 
-                                       OutputFormat output,
 
-                                       bool optional)
 
- {
 
-   // Convert the path to a relative path.
 
-   std::string result = source;
 
-   if (!optional || this->UseRelativePaths)
 
-     {
 
-     switch (relative)
 
-       {
 
-       case HOME:
 
-         //result = cmSystemTools::CollapseFullPath(result.c_str());
 
-         result = this->GlobalGenerator->
 
-           ConvertToRelativePath(this->HomeDirectoryComponents, result.c_str());
 
-         break;
 
-       case START:
 
-         //result = cmSystemTools::CollapseFullPath(result.c_str());
 
-         result = this->GlobalGenerator->
 
-           ConvertToRelativePath(this->StartDirectoryComponents, result.c_str());
 
-         break;
 
-       case HOME_OUTPUT:
 
-         //result = cmSystemTools::CollapseFullPath(result.c_str());
 
-         result = this->GlobalGenerator->
 
-           ConvertToRelativePath(this->HomeOutputDirectoryComponents, result.c_str());
 
-         break;
 
-       case START_OUTPUT:
 
-         //result = cmSystemTools::CollapseFullPath(result.c_str());
 
-         result = this->GlobalGenerator->
 
-           ConvertToRelativePath(this->StartOutputDirectoryComponents, result.c_str());
 
-         break;
 
-       case FULL:
 
-         result = cmSystemTools::CollapseFullPath(result.c_str());
 
-         break;
 
-       case NONE:
 
-         break;
 
-       }
 
-     }
 
-   
 
-   // Now convert it to an output path.
 
-   if (output == MAKEFILE)
 
-     {
 
-     result = cmSystemTools::ConvertToOutputPath(result.c_str());
 
-     }
 
-   if( output == SHELL)
 
-     {
 
-     // for shell commands if force unix is on, but this->WindowsShell
 
-     // is true, then turn off force unix paths for the output path
 
-     // so that the path is windows style and will work with windows
 
-     // cmd.exe.
 
-     bool forceOn =  cmSystemTools::GetForceUnixPaths();
 
-     if(forceOn && this->WindowsShell)
 
-       {
 
-       cmSystemTools::SetForceUnixPaths(false);
 
-       }
 
-     result = cmSystemTools::ConvertToOutputPath(result.c_str());
 
-     if(forceOn && this->WindowsShell)
 
-       {
 
-       cmSystemTools::SetForceUnixPaths(true);
 
-       }
 
-     }
 
-   return result;
 
- }
 
- //----------------------------------------------------------------------------
 
- void
 
- cmLocalGenerator
 
- ::GenerateTargetInstallRules(
 
-   std::ostream& os, const char* config,
 
-   std::vector<std::string> const& configurationTypes)
 
- {
 
-   // Convert the old-style install specification from each target to
 
-   // an install generator and run it.
 
-   cmTargets& tgts = this->Makefile->GetTargets();
 
-   for(cmTargets::iterator l = tgts.begin(); l != tgts.end(); ++l)
 
-     {
 
-     // Include the user-specified pre-install script for this target.
 
-     if(const char* preinstall = l->second.GetProperty("PRE_INSTALL_SCRIPT"))
 
-       {
 
-       cmInstallScriptGenerator g(preinstall);
 
-       g.Generate(os, config, configurationTypes);
 
-       }
 
-     // Install this target if a destination is given.
 
-     if(l->second.GetInstallPath() != "")
 
-       {
 
-       // Compute the full install destination.  Note that converting
 
-       // to unix slashes also removes any trailing slash.
 
-       std::string destination = "${CMAKE_INSTALL_PREFIX}";
 
-       destination += l->second.GetInstallPath();
 
-       cmSystemTools::ConvertToUnixSlashes(destination);
 
-       // Generate the proper install generator for this target type.
 
-       switch(l->second.GetType())
 
-         {
 
-         case cmTarget::EXECUTABLE:
 
-         case cmTarget::STATIC_LIBRARY:
 
-         case cmTarget::MODULE_LIBRARY:
 
-           {
 
-           // Use a target install generator.
 
-           cmInstallTargetGenerator g(l->second, destination.c_str(), false);
 
-           g.Generate(os, config, configurationTypes);
 
-           }
 
-           break;
 
-         case cmTarget::SHARED_LIBRARY:
 
-           {
 
- #if defined(_WIN32) || defined(__CYGWIN__)
 
-           // Special code to handle DLL.  Install the import library
 
-           // to the normal destination and the DLL to the runtime
 
-           // destination.
 
-           cmInstallTargetGenerator g1(l->second, destination.c_str(), true);
 
-           g1.Generate(os, config, configurationTypes);
 
-           destination = "${CMAKE_INSTALL_PREFIX}";
 
-           destination += l->second.GetRuntimeInstallPath();
 
-           cmSystemTools::ConvertToUnixSlashes(destination);
 
-           cmInstallTargetGenerator g2(l->second, destination.c_str(), false);
 
-           g2.Generate(os, config, configurationTypes);
 
- #else
 
-           // Use a target install generator.
 
-           cmInstallTargetGenerator g(l->second, destination.c_str(), false);
 
-           g.Generate(os, config, configurationTypes);
 
- #endif
 
-           }
 
-           break;
 
-         case cmTarget::INSTALL_FILES:
 
-           {
 
-           // Use a file install generator.
 
-           const char* no_permissions = "";
 
-           const char* no_rename = "";
 
-           cmInstallFilesGenerator g(l->second.GetSourceLists(),
 
-                                     destination.c_str(), false,
 
-                                     no_permissions, no_rename);
 
-           g.Generate(os, config, configurationTypes);
 
-           }
 
-           break;
 
-         case cmTarget::INSTALL_PROGRAMS:
 
-           {
 
-           // Use a file install generator.
 
-           const char* no_permissions = "";
 
-           const char* no_rename = "";
 
-           cmInstallFilesGenerator g(l->second.GetSourceLists(),
 
-                                     destination.c_str(), true,
 
-                                     no_permissions, no_rename);
 
-           g.Generate(os, config, configurationTypes);
 
-           }
 
-           break;
 
-         case cmTarget::UTILITY:
 
-         default:
 
-           break;
 
-         }
 
-       }
 
-     // Include the user-specified post-install script for this target.
 
-     if(const char* postinstall = l->second.GetProperty("POST_INSTALL_SCRIPT"))
 
-       {
 
-       cmInstallScriptGenerator g(postinstall);
 
-       g.Generate(os, config, configurationTypes);
 
-       }
 
-     }
 
- }
 
 
  |