| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762 | 
							- /*============================================================================
 
-   CMake - Cross Platform Makefile Generator
 
-   Copyright 2012 Stephen Kelly <[email protected]>
 
-   Distributed under the OSI-approved BSD License (the "License");
 
-   see accompanying file Copyright.txt for details.
 
-   This software is distributed WITHOUT ANY WARRANTY; without even the
 
-   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
-   See the License for more information.
 
- ============================================================================*/
 
- #include "cmMakefile.h"
 
- #include "cmGeneratorExpressionEvaluator.h"
 
- #include "cmGeneratorExpressionParser.h"
 
- #include "cmGeneratorExpressionDAGChecker.h"
 
- #include "cmGeneratorExpression.h"
 
- #include <cmsys/String.h>
 
- #include <assert.h>
 
- //----------------------------------------------------------------------------
 
- #if !defined(__SUNPRO_CC) || __SUNPRO_CC > 0x510
 
- static
 
- #endif
 
- void reportError(cmGeneratorExpressionContext *context,
 
-                         const std::string &expr, const std::string &result)
 
- {
 
-   context->HadError = true;
 
-   if (context->Quiet)
 
-     {
 
-     return;
 
-     }
 
-   cmOStringStream e;
 
-   e << "Error evaluating generator expression:\n"
 
-     << "  " << expr << "\n"
 
-     << result;
 
-   context->Makefile->GetCMakeInstance()
 
-     ->IssueMessage(cmake::FATAL_ERROR, e.str().c_str(),
 
-                     context->Backtrace);
 
- }
 
- //----------------------------------------------------------------------------
 
- struct cmGeneratorExpressionNode
 
- {
 
-   enum {
 
-     DynamicParameters = 0,
 
-     OneOrMoreParameters = -1,
 
-     ZeroOrMoreParameters = -2
 
-   };
 
-   virtual ~cmGeneratorExpressionNode() {}
 
-   virtual bool GeneratesContent() const { return true; }
 
-   virtual bool RequiresLiteralInput() const { return false; }
 
-   virtual bool AcceptsArbitraryContentParameter() const
 
-     { return false; }
 
-   virtual int NumExpectedParameters() const { return 1; }
 
-   virtual std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                                cmGeneratorExpressionContext *context,
 
-                                const GeneratorExpressionContent *content,
 
-                                cmGeneratorExpressionDAGChecker *dagChecker
 
-                               ) const = 0;
 
- };
 
- //----------------------------------------------------------------------------
 
- static const struct ZeroNode : public cmGeneratorExpressionNode
 
- {
 
-   ZeroNode() {}
 
-   virtual bool GeneratesContent() const { return false; }
 
-   virtual bool AcceptsArbitraryContentParameter() const { return true; }
 
-   std::string Evaluate(const std::vector<std::string> &,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return std::string();
 
-   }
 
- } zeroNode;
 
- //----------------------------------------------------------------------------
 
- static const struct OneNode : public cmGeneratorExpressionNode
 
- {
 
-   OneNode() {}
 
-   virtual bool AcceptsArbitraryContentParameter() const { return true; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return parameters.front();
 
-   }
 
- } oneNode;
 
- //----------------------------------------------------------------------------
 
- static const struct OneNode buildInterfaceNode;
 
- //----------------------------------------------------------------------------
 
- static const struct ZeroNode installInterfaceNode;
 
- //----------------------------------------------------------------------------
 
- #define BOOLEAN_OP_NODE(OPNAME, OP, SUCCESS_VALUE, FAILURE_VALUE) \
 
- static const struct OP ## Node : public cmGeneratorExpressionNode \
 
- { \
 
-   OP ## Node () {} \
 
-   virtual int NumExpectedParameters() const { return OneOrMoreParameters; } \
 
-  \
 
-   std::string Evaluate(const std::vector<std::string> ¶meters, \
 
-                        cmGeneratorExpressionContext *context, \
 
-                        const GeneratorExpressionContent *content, \
 
-                        cmGeneratorExpressionDAGChecker *) const \
 
-   { \
 
-     std::vector<std::string>::const_iterator it = parameters.begin(); \
 
-     const std::vector<std::string>::const_iterator end = parameters.end(); \
 
-     for ( ; it != end; ++it) \
 
-       { \
 
-       if (*it == #FAILURE_VALUE) \
 
-         { \
 
-         return #FAILURE_VALUE; \
 
-         } \
 
-       else if (*it != #SUCCESS_VALUE) \
 
-         { \
 
-         reportError(context, content->GetOriginalExpression(), \
 
-         "Parameters to $<" #OP "> must resolve to either '0' or '1'."); \
 
-         return std::string(); \
 
-         } \
 
-       } \
 
-     return #SUCCESS_VALUE; \
 
-   } \
 
- } OPNAME;
 
- BOOLEAN_OP_NODE(andNode, AND, 1, 0)
 
- BOOLEAN_OP_NODE(orNode, OR, 0, 1)
 
- #undef BOOLEAN_OP_NODE
 
- //----------------------------------------------------------------------------
 
- static const struct NotNode : public cmGeneratorExpressionNode
 
- {
 
-   NotNode() {}
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *context,
 
-                        const GeneratorExpressionContent *content,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     if (*parameters.begin() != "0" && *parameters.begin() != "1")
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-             "$<NOT> parameter must resolve to exactly one '0' or '1' value.");
 
-       return std::string();
 
-       }
 
-     return *parameters.begin() == "0" ? "1" : "0";
 
-   }
 
- } notNode;
 
- //----------------------------------------------------------------------------
 
- static const struct BoolNode : public cmGeneratorExpressionNode
 
- {
 
-   BoolNode() {}
 
-   virtual int NumExpectedParameters() const { return 1; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return !cmSystemTools::IsOff(parameters.begin()->c_str()) ? "1" : "0";
 
-   }
 
- } boolNode;
 
- //----------------------------------------------------------------------------
 
- static const struct StrEqualNode : public cmGeneratorExpressionNode
 
- {
 
-   StrEqualNode() {}
 
-   virtual int NumExpectedParameters() const { return 2; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return *parameters.begin() == parameters[1] ? "1" : "0";
 
-   }
 
- } strEqualNode;
 
- //----------------------------------------------------------------------------
 
- static const struct LowerCaseNode : public cmGeneratorExpressionNode
 
- {
 
-   LowerCaseNode() {}
 
-   bool AcceptsArbitraryContentParameter() const { return true; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return cmSystemTools::LowerCase(parameters.front());
 
-   }
 
- } lowerCaseNode;
 
- //----------------------------------------------------------------------------
 
- static const struct UpperCaseNode : public cmGeneratorExpressionNode
 
- {
 
-   UpperCaseNode() {}
 
-   bool AcceptsArbitraryContentParameter() const { return true; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return cmSystemTools::UpperCase(parameters.front());
 
-   }
 
- } upperCaseNode;
 
- //----------------------------------------------------------------------------
 
- static const struct MakeCIdentifierNode : public cmGeneratorExpressionNode
 
- {
 
-   MakeCIdentifierNode() {}
 
-   bool AcceptsArbitraryContentParameter() const { return true; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return cmSystemTools::MakeCidentifier(parameters.front().c_str());
 
-   }
 
- } makeCIdentifierNode;
 
- //----------------------------------------------------------------------------
 
- static const struct Angle_RNode : public cmGeneratorExpressionNode
 
- {
 
-   Angle_RNode() {}
 
-   virtual int NumExpectedParameters() const { return 0; }
 
-   std::string Evaluate(const std::vector<std::string> &,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return ">";
 
-   }
 
- } angle_rNode;
 
- //----------------------------------------------------------------------------
 
- static const struct CommaNode : public cmGeneratorExpressionNode
 
- {
 
-   CommaNode() {}
 
-   virtual int NumExpectedParameters() const { return 0; }
 
-   std::string Evaluate(const std::vector<std::string> &,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return ",";
 
-   }
 
- } commaNode;
 
- //----------------------------------------------------------------------------
 
- static const struct SemicolonNode : public cmGeneratorExpressionNode
 
- {
 
-   SemicolonNode() {}
 
-   virtual int NumExpectedParameters() const { return 0; }
 
-   std::string Evaluate(const std::vector<std::string> &,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return ";";
 
-   }
 
- } semicolonNode;
 
- //----------------------------------------------------------------------------
 
- struct CompilerIdNode : public cmGeneratorExpressionNode
 
- {
 
-   CompilerIdNode() {}
 
-   virtual int NumExpectedParameters() const { return ZeroOrMoreParameters; }
 
-   std::string EvaluateWithLanguage(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *context,
 
-                        const GeneratorExpressionContent *content,
 
-                        cmGeneratorExpressionDAGChecker *,
 
-                        const std::string &lang) const
 
-   {
 
-     const char *compilerId = context->Makefile ?
 
-                               context->Makefile->GetSafeDefinition((
 
-                               "CMAKE_" + lang + "_COMPILER_ID").c_str()) : "";
 
-     if (parameters.size() == 0)
 
-       {
 
-       return compilerId ? compilerId : "";
 
-       }
 
-     cmsys::RegularExpression compilerIdValidator;
 
-     compilerIdValidator.compile("^[A-Za-z0-9_]*$");
 
-     if (!compilerIdValidator.find(parameters.begin()->c_str()))
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-                   "Expression syntax not recognized.");
 
-       return std::string();
 
-       }
 
-     if (!compilerId)
 
-       {
 
-       return parameters.front().empty() ? "1" : "0";
 
-       }
 
-     if (cmsysString_strcasecmp(parameters.begin()->c_str(), compilerId) == 0)
 
-       {
 
-       return "1";
 
-       }
 
-     return "0";
 
-   }
 
- };
 
- //----------------------------------------------------------------------------
 
- static const struct CCompilerIdNode : public CompilerIdNode
 
- {
 
-   CCompilerIdNode() {}
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *context,
 
-                        const GeneratorExpressionContent *content,
 
-                        cmGeneratorExpressionDAGChecker *dagChecker) const
 
-   {
 
-     if (parameters.size() != 0 && parameters.size() != 1)
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-           "$<C_COMPILER_ID> expression requires one or two parameters");
 
-       return std::string();
 
-       }
 
-     if (!context->HeadTarget)
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-           "$<C_COMPILER_ID> may only be used with targets.  It may not "
 
-           "be used with add_custom_command.");
 
-       }
 
-     return this->EvaluateWithLanguage(parameters, context, content,
 
-                                       dagChecker, "C");
 
-   }
 
- } cCompilerIdNode;
 
- //----------------------------------------------------------------------------
 
- static const struct CXXCompilerIdNode : public CompilerIdNode
 
- {
 
-   CXXCompilerIdNode() {}
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *context,
 
-                        const GeneratorExpressionContent *content,
 
-                        cmGeneratorExpressionDAGChecker *dagChecker) const
 
-   {
 
-     if (parameters.size() != 0 && parameters.size() != 1)
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-           "$<CXX_COMPILER_ID> expression requires one or two parameters");
 
-       return std::string();
 
-       }
 
-     if (!context->HeadTarget)
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-           "$<CXX_COMPILER_ID> may only be used with targets.  It may not "
 
-           "be used with add_custom_command.");
 
-       }
 
-     return this->EvaluateWithLanguage(parameters, context, content,
 
-                                       dagChecker, "CXX");
 
-   }
 
- } cxxCompilerIdNode;
 
- //----------------------------------------------------------------------------
 
- struct CompilerVersionNode : public cmGeneratorExpressionNode
 
- {
 
-   CompilerVersionNode() {}
 
-   virtual int NumExpectedParameters() const { return ZeroOrMoreParameters; }
 
-   std::string EvaluateWithLanguage(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *context,
 
-                        const GeneratorExpressionContent *content,
 
-                        cmGeneratorExpressionDAGChecker *,
 
-                        const std::string &lang) const
 
-   {
 
-     const char *compilerVersion = context->Makefile ?
 
-                               context->Makefile->GetSafeDefinition((
 
-                         "CMAKE_" + lang + "_COMPILER_VERSION").c_str()) : "";
 
-     if (parameters.size() == 0)
 
-       {
 
-       return compilerVersion ? compilerVersion : "";
 
-       }
 
-     cmsys::RegularExpression compilerIdValidator;
 
-     compilerIdValidator.compile("^[0-9\\.]*$");
 
-     if (!compilerIdValidator.find(parameters.begin()->c_str()))
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-                   "Expression syntax not recognized.");
 
-       return std::string();
 
-       }
 
-     if (!compilerVersion)
 
-       {
 
-       return parameters.front().empty() ? "1" : "0";
 
-       }
 
-     return cmSystemTools::VersionCompare(cmSystemTools::OP_EQUAL,
 
-                                       parameters.begin()->c_str(),
 
-                                       compilerVersion) ? "1" : "0";
 
-   }
 
- };
 
- //----------------------------------------------------------------------------
 
- static const struct CCompilerVersionNode : public CompilerVersionNode
 
- {
 
-   CCompilerVersionNode() {}
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *context,
 
-                        const GeneratorExpressionContent *content,
 
-                        cmGeneratorExpressionDAGChecker *dagChecker) const
 
-   {
 
-     if (parameters.size() != 0 && parameters.size() != 1)
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-           "$<C_COMPILER_VERSION> expression requires one or two parameters");
 
-       return std::string();
 
-       }
 
-     if (!context->HeadTarget)
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-           "$<C_COMPILER_VERSION> may only be used with targets.  It may not "
 
-           "be used with add_custom_command.");
 
-       }
 
-     return this->EvaluateWithLanguage(parameters, context, content,
 
-                                       dagChecker, "C");
 
-   }
 
- } cCompilerVersionNode;
 
- //----------------------------------------------------------------------------
 
- static const struct CxxCompilerVersionNode : public CompilerVersionNode
 
- {
 
-   CxxCompilerVersionNode() {}
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *context,
 
-                        const GeneratorExpressionContent *content,
 
-                        cmGeneratorExpressionDAGChecker *dagChecker) const
 
-   {
 
-     if (parameters.size() != 0 && parameters.size() != 1)
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-           "$<CXX_COMPILER_VERSION> expression requires one or two "
 
-           "parameters");
 
-       return std::string();
 
-       }
 
-     if (!context->HeadTarget)
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-           "$<CXX_COMPILER_VERSION> may only be used with targets.  It may "
 
-           "not be used with add_custom_command.");
 
-       }
 
-     return this->EvaluateWithLanguage(parameters, context, content,
 
-                                       dagChecker, "CXX");
 
-   }
 
- } cxxCompilerVersionNode;
 
- //----------------------------------------------------------------------------
 
- struct PlatformIdNode : public cmGeneratorExpressionNode
 
- {
 
-   PlatformIdNode() {}
 
-   virtual int NumExpectedParameters() const { return ZeroOrMoreParameters; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *context,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     const char *platformId = context->Makefile ?
 
-                               context->Makefile->GetSafeDefinition(
 
-                         "CMAKE_SYSTEM_NAME") : "";
 
-     if (parameters.size() == 0)
 
-       {
 
-       return platformId ? platformId : "";
 
-       }
 
-     if (!platformId)
 
-       {
 
-       return parameters.front().empty() ? "1" : "0";
 
-       }
 
-     if (cmsysString_strcasecmp(parameters.begin()->c_str(), platformId) == 0)
 
-       {
 
-       return "1";
 
-       }
 
-     return "0";
 
-   }
 
- } platformIdNode;
 
- //----------------------------------------------------------------------------
 
- static const struct VersionGreaterNode : public cmGeneratorExpressionNode
 
- {
 
-   VersionGreaterNode() {}
 
-   virtual int NumExpectedParameters() const { return 2; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return cmSystemTools::VersionCompare(cmSystemTools::OP_GREATER,
 
-                                          parameters.front().c_str(),
 
-                                          parameters[1].c_str()) ? "1" : "0";
 
-   }
 
- } versionGreaterNode;
 
- //----------------------------------------------------------------------------
 
- static const struct VersionLessNode : public cmGeneratorExpressionNode
 
- {
 
-   VersionLessNode() {}
 
-   virtual int NumExpectedParameters() const { return 2; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return cmSystemTools::VersionCompare(cmSystemTools::OP_LESS,
 
-                                          parameters.front().c_str(),
 
-                                          parameters[1].c_str()) ? "1" : "0";
 
-   }
 
- } versionLessNode;
 
- //----------------------------------------------------------------------------
 
- static const struct VersionEqualNode : public cmGeneratorExpressionNode
 
- {
 
-   VersionEqualNode() {}
 
-   virtual int NumExpectedParameters() const { return 2; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return cmSystemTools::VersionCompare(cmSystemTools::OP_EQUAL,
 
-                                          parameters.front().c_str(),
 
-                                          parameters[1].c_str()) ? "1" : "0";
 
-   }
 
- } versionEqualNode;
 
- //----------------------------------------------------------------------------
 
- static const struct LinkOnlyNode : public cmGeneratorExpressionNode
 
- {
 
-   LinkOnlyNode() {}
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *dagChecker) const
 
-   {
 
-     if(!dagChecker->GetTransitivePropertiesOnly())
 
-       {
 
-       return parameters.front();
 
-       }
 
-     return "";
 
-   }
 
- } linkOnlyNode;
 
- //----------------------------------------------------------------------------
 
- static const struct ConfigurationNode : public cmGeneratorExpressionNode
 
- {
 
-   ConfigurationNode() {}
 
-   virtual int NumExpectedParameters() const { return 0; }
 
-   std::string Evaluate(const std::vector<std::string> &,
 
-                        cmGeneratorExpressionContext *context,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     context->HadContextSensitiveCondition = true;
 
-     return context->Config ? context->Config : "";
 
-   }
 
- } configurationNode;
 
- //----------------------------------------------------------------------------
 
- static const struct ConfigurationTestNode : public cmGeneratorExpressionNode
 
- {
 
-   ConfigurationTestNode() {}
 
-   virtual int NumExpectedParameters() const { return 1; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *context,
 
-                        const GeneratorExpressionContent *content,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     cmsys::RegularExpression configValidator;
 
-     configValidator.compile("^[A-Za-z0-9_]*$");
 
-     if (!configValidator.find(parameters.begin()->c_str()))
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-                   "Expression syntax not recognized.");
 
-       return std::string();
 
-       }
 
-     context->HadContextSensitiveCondition = true;
 
-     if (!context->Config)
 
-       {
 
-       return parameters.front().empty() ? "1" : "0";
 
-       }
 
-     if (cmsysString_strcasecmp(parameters.begin()->c_str(),
 
-                                   context->Config) == 0)
 
-       {
 
-       return "1";
 
-       }
 
-     if (context->CurrentTarget
 
-         && context->CurrentTarget->IsImported())
 
-       {
 
-       const char* loc = 0;
 
-       const char* imp = 0;
 
-       std::string suffix;
 
-       if (context->CurrentTarget->GetMappedConfig(context->Config,
 
-                                                   &loc,
 
-                                                   &imp,
 
-                                                   suffix))
 
-         {
 
-         // This imported target has an appropriate location
 
-         // for this (possibly mapped) config.
 
-         // Check if there is a proper config mapping for the tested config.
 
-         std::vector<std::string> mappedConfigs;
 
-         std::string mapProp = "MAP_IMPORTED_CONFIG_";
 
-         mapProp += cmSystemTools::UpperCase(context->Config);
 
-         if(const char* mapValue =
 
-                         context->CurrentTarget->GetProperty(mapProp.c_str()))
 
-           {
 
-           cmSystemTools::ExpandListArgument(cmSystemTools::UpperCase(mapValue),
 
-                                             mappedConfigs);
 
-           return std::find(mappedConfigs.begin(), mappedConfigs.end(),
 
-                            cmSystemTools::UpperCase(parameters.front()))
 
-               != mappedConfigs.end() ? "1" : "0";
 
-           }
 
-         }
 
-       }
 
-     return "0";
 
-   }
 
- } configurationTestNode;
 
- static const struct JoinNode : public cmGeneratorExpressionNode
 
- {
 
-   JoinNode() {}
 
-   virtual int NumExpectedParameters() const { return 2; }
 
-   virtual bool AcceptsArbitraryContentParameter() const { return true; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     std::string result;
 
-     std::vector<std::string> list;
 
-     cmSystemTools::ExpandListArgument(parameters.front(), list);
 
-     std::string sep;
 
-     for(std::vector<std::string>::const_iterator li = list.begin();
 
-       li != list.end(); ++li)
 
-       {
 
-       result += sep + *li;
 
-       sep = parameters[1];
 
-       }
 
-     return result;
 
-   }
 
- } joinNode;
 
- #define TRANSITIVE_PROPERTY_NAME(PROPERTY) \
 
-   , "INTERFACE_" #PROPERTY
 
- //----------------------------------------------------------------------------
 
- static const char* targetPropertyTransitiveWhitelist[] = {
 
-   0
 
-   CM_FOR_EACH_TRANSITIVE_PROPERTY_NAME(TRANSITIVE_PROPERTY_NAME)
 
- };
 
- std::string getLinkedTargetsContent(const std::vector<std::string> &libraries,
 
-                                   cmTarget const* target,
 
-                                   cmTarget const* headTarget,
 
-                                   cmGeneratorExpressionContext *context,
 
-                                   cmGeneratorExpressionDAGChecker *dagChecker,
 
-                                   const std::string &interfacePropertyName)
 
- {
 
-   cmGeneratorExpression ge(context->Backtrace);
 
-   std::string sep;
 
-   std::string depString;
 
-   for (std::vector<std::string>::const_iterator
 
-       it = libraries.begin();
 
-       it != libraries.end(); ++it)
 
-     {
 
-     if (*it == target->GetName())
 
-       {
 
-       // Broken code can have a target in its own link interface.
 
-       // Don't follow such link interface entries so as not to create a
 
-       // self-referencing loop.
 
-       continue;
 
-       }
 
-     if (context->Makefile->FindTargetToUse(it->c_str()))
 
-       {
 
-       depString +=
 
-         sep + "$<TARGET_PROPERTY:" + *it + "," + interfacePropertyName + ">";
 
-       sep = ";";
 
-       }
 
-     }
 
-   cmsys::auto_ptr<cmCompiledGeneratorExpression> cge = ge.Parse(depString);
 
-   std::string linkedTargetsContent = cge->Evaluate(context->Makefile,
 
-                       context->Config,
 
-                       context->Quiet,
 
-                       headTarget,
 
-                       target,
 
-                       dagChecker);
 
-   if (cge->GetHadContextSensitiveCondition())
 
-     {
 
-     context->HadContextSensitiveCondition = true;
 
-     }
 
-   return linkedTargetsContent;
 
- }
 
- //----------------------------------------------------------------------------
 
- static const struct TargetPropertyNode : public cmGeneratorExpressionNode
 
- {
 
-   TargetPropertyNode() {}
 
-   // This node handles errors on parameter count itself.
 
-   virtual int NumExpectedParameters() const { return OneOrMoreParameters; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *context,
 
-                        const GeneratorExpressionContent *content,
 
-                        cmGeneratorExpressionDAGChecker *dagCheckerParent
 
-                       ) const
 
-   {
 
-     if (parameters.size() != 1 && parameters.size() != 2)
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-           "$<TARGET_PROPERTY:...> expression requires one or two parameters");
 
-       return std::string();
 
-       }
 
-     cmsys::RegularExpression propertyNameValidator;
 
-     propertyNameValidator.compile("^[A-Za-z0-9_]+$");
 
-     cmTarget const* target = context->HeadTarget;
 
-     std::string propertyName = *parameters.begin();
 
-     if (!target && parameters.size() == 1)
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-           "$<TARGET_PROPERTY:prop> may only be used with targets.  It may not "
 
-           "be used with add_custom_command.  Specify the target to read a "
 
-           "property from using the $<TARGET_PROPERTY:tgt,prop> signature "
 
-           "instead.");
 
-       return std::string();
 
-       }
 
-     if (parameters.size() == 2)
 
-       {
 
-       if (parameters.begin()->empty() && parameters[1].empty())
 
-         {
 
-         reportError(context, content->GetOriginalExpression(),
 
-             "$<TARGET_PROPERTY:tgt,prop> expression requires a non-empty "
 
-             "target name and property name.");
 
-         return std::string();
 
-         }
 
-       if (parameters.begin()->empty())
 
-         {
 
-         reportError(context, content->GetOriginalExpression(),
 
-             "$<TARGET_PROPERTY:tgt,prop> expression requires a non-empty "
 
-             "target name.");
 
-         return std::string();
 
-         }
 
-       std::string targetName = parameters.front();
 
-       propertyName = parameters[1];
 
-       if (!cmGeneratorExpression::IsValidTargetName(targetName))
 
-         {
 
-         if (!propertyNameValidator.find(propertyName.c_str()))
 
-           {
 
-           ::reportError(context, content->GetOriginalExpression(),
 
-                         "Target name and property name not supported.");
 
-           return std::string();
 
-           }
 
-         ::reportError(context, content->GetOriginalExpression(),
 
-                       "Target name not supported.");
 
-         return std::string();
 
-         }
 
-       if(propertyName == "ALIASED_TARGET")
 
-         {
 
-         if(context->Makefile->IsAlias(targetName.c_str()))
 
-           {
 
-           if(cmTarget* tgt =
 
-                       context->Makefile->FindTargetToUse(targetName.c_str()))
 
-             {
 
-             return tgt->GetName();
 
-             }
 
-           }
 
-         return "";
 
-         }
 
-       target = context->Makefile->FindTargetToUse(
 
-                                                 targetName.c_str());
 
-       if (!target)
 
-         {
 
-         cmOStringStream e;
 
-         e << "Target \""
 
-           << targetName
 
-           << "\" not found.";
 
-         reportError(context, content->GetOriginalExpression(), e.str());
 
-         return std::string();
 
-         }
 
-         context->AllTargets.insert(target);
 
-       }
 
-     if (target == context->HeadTarget)
 
-       {
 
-       // Keep track of the properties seen while processing.
 
-       // The evaluation of the LINK_LIBRARIES generator expressions
 
-       // will check this to ensure that properties have one consistent
 
-       // value for all evaluations.
 
-       context->SeenTargetProperties.insert(propertyName);
 
-       }
 
-     if (propertyName.empty())
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-           "$<TARGET_PROPERTY:...> expression requires a non-empty property "
 
-           "name.");
 
-       return std::string();
 
-       }
 
-     if (!propertyNameValidator.find(propertyName.c_str()))
 
-       {
 
-       ::reportError(context, content->GetOriginalExpression(),
 
-                     "Property name not supported.");
 
-       return std::string();
 
-       }
 
-     assert(target);
 
-     if (propertyName == "LINKER_LANGUAGE")
 
-       {
 
-       if (target->LinkLanguagePropagatesToDependents() &&
 
-           dagCheckerParent && dagCheckerParent->EvaluatingLinkLibraries())
 
-         {
 
-         reportError(context, content->GetOriginalExpression(),
 
-             "LINKER_LANGUAGE target property can not be used while evaluating "
 
-             "link libraries for a static library");
 
-         return std::string();
 
-         }
 
-       const char *lang = target->GetLinkerLanguage(context->Config);
 
-       return lang ? lang : "";
 
-       }
 
-     cmGeneratorExpressionDAGChecker dagChecker(context->Backtrace,
 
-                                                target->GetName(),
 
-                                                propertyName,
 
-                                                content,
 
-                                                dagCheckerParent);
 
-     switch (dagChecker.check())
 
-       {
 
-     case cmGeneratorExpressionDAGChecker::SELF_REFERENCE:
 
-       dagChecker.reportError(context, content->GetOriginalExpression());
 
-       return std::string();
 
-     case cmGeneratorExpressionDAGChecker::CYCLIC_REFERENCE:
 
-       // No error. We just skip cyclic references.
 
-       return std::string();
 
-     case cmGeneratorExpressionDAGChecker::ALREADY_SEEN:
 
-       for (size_t i = 1;
 
-           i < cmArraySize(targetPropertyTransitiveWhitelist);
 
-           ++i)
 
-         {
 
-         if (targetPropertyTransitiveWhitelist[i] == propertyName)
 
-           {
 
-           // No error. We're not going to find anything new here.
 
-           return std::string();
 
-           }
 
-         }
 
-     case cmGeneratorExpressionDAGChecker::DAG:
 
-       break;
 
-       }
 
-     const char *prop = target->GetProperty(propertyName.c_str());
 
-     if (dagCheckerParent)
 
-       {
 
-       if (dagCheckerParent->EvaluatingLinkLibraries())
 
-         {
 
-         if(!prop)
 
-           {
 
-           return std::string();
 
-           }
 
-         }
 
-       else
 
-         {
 
- #define ASSERT_TRANSITIVE_PROPERTY_METHOD(METHOD) \
 
-   dagCheckerParent->METHOD () ||
 
-         assert(
 
-           CM_FOR_EACH_TRANSITIVE_PROPERTY_METHOD(
 
-                                             ASSERT_TRANSITIVE_PROPERTY_METHOD)
 
-           false);
 
-         }
 
-       }
 
-     std::string linkedTargetsContent;
 
-     std::string interfacePropertyName;
 
- #define POPULATE_INTERFACE_PROPERTY_NAME(prop) \
 
-     if (propertyName == #prop || propertyName == "INTERFACE_" #prop) \
 
-       { \
 
-       interfacePropertyName = "INTERFACE_" #prop; \
 
-       } \
 
-     else
 
-     CM_FOR_EACH_TRANSITIVE_PROPERTY_NAME(POPULATE_INTERFACE_PROPERTY_NAME)
 
-       // Note that the above macro terminates with an else
 
-     /* else */ if (cmHasLiteralPrefix(propertyName.c_str(),
 
-                            "COMPILE_DEFINITIONS_"))
 
-       {
 
-       interfacePropertyName = "INTERFACE_COMPILE_DEFINITIONS";
 
-       }
 
- #undef POPULATE_INTERFACE_PROPERTY_NAME
 
-     cmTarget const* headTarget = context->HeadTarget
 
-                                ? context->HeadTarget : target;
 
-     const char * const *transBegin =
 
-                         cmArrayBegin(targetPropertyTransitiveWhitelist) + 1;
 
-     const char * const *transEnd =
 
-                         cmArrayEnd(targetPropertyTransitiveWhitelist);
 
-     if (std::find_if(transBegin, transEnd,
 
-                      cmStrCmp(propertyName)) != transEnd)
 
-       {
 
-       std::vector<std::string> libs;
 
-       target->GetTransitivePropertyLinkLibraries(context->Config,
 
-                                                  headTarget, libs);
 
-       if (!libs.empty())
 
-         {
 
-         linkedTargetsContent =
 
-                   getLinkedTargetsContent(libs, target,
 
-                                           headTarget,
 
-                                           context, &dagChecker,
 
-                                           interfacePropertyName);
 
-         }
 
-       }
 
-     else if (std::find_if(transBegin, transEnd,
 
-                           cmStrCmp(interfacePropertyName)) != transEnd)
 
-       {
 
-       const cmTarget::LinkImplementation *impl = target->GetLinkImplementation(
 
-                                                     context->Config,
 
-                                                     headTarget);
 
-       if(impl)
 
-         {
 
-         linkedTargetsContent =
 
-                   getLinkedTargetsContent(impl->Libraries, target,
 
-                                           headTarget,
 
-                                           context, &dagChecker,
 
-                                           interfacePropertyName);
 
-         }
 
-       }
 
-     linkedTargetsContent =
 
-           cmGeneratorExpression::StripEmptyListElements(linkedTargetsContent);
 
-     if (!prop)
 
-       {
 
-       if (target->IsImported()
 
-           || target->GetType() == cmTarget::INTERFACE_LIBRARY)
 
-         {
 
-         return linkedTargetsContent;
 
-         }
 
-       if (target->IsLinkInterfaceDependentBoolProperty(propertyName,
 
-                                                        context->Config))
 
-         {
 
-         context->HadContextSensitiveCondition = true;
 
-         return target->GetLinkInterfaceDependentBoolProperty(
 
-                                                 propertyName,
 
-                                                 context->Config) ? "1" : "0";
 
-         }
 
-       if (target->IsLinkInterfaceDependentStringProperty(propertyName,
 
-                                                          context->Config))
 
-         {
 
-         context->HadContextSensitiveCondition = true;
 
-         const char *propContent =
 
-                               target->GetLinkInterfaceDependentStringProperty(
 
-                                                 propertyName,
 
-                                                 context->Config);
 
-         return propContent ? propContent : "";
 
-         }
 
-       if (target->IsLinkInterfaceDependentNumberMinProperty(propertyName,
 
-                                                          context->Config))
 
-         {
 
-         context->HadContextSensitiveCondition = true;
 
-         const char *propContent =
 
-                           target->GetLinkInterfaceDependentNumberMinProperty(
 
-                                                 propertyName,
 
-                                                 context->Config);
 
-         return propContent ? propContent : "";
 
-         }
 
-       if (target->IsLinkInterfaceDependentNumberMaxProperty(propertyName,
 
-                                                          context->Config))
 
-         {
 
-         context->HadContextSensitiveCondition = true;
 
-         const char *propContent =
 
-                           target->GetLinkInterfaceDependentNumberMaxProperty(
 
-                                                 propertyName,
 
-                                                 context->Config);
 
-         return propContent ? propContent : "";
 
-         }
 
-       return linkedTargetsContent;
 
-       }
 
-     if (!target->IsImported()
 
-         && dagCheckerParent && !dagCheckerParent->EvaluatingLinkLibraries())
 
-       {
 
-       if (target->IsLinkInterfaceDependentNumberMinProperty(propertyName,
 
-                                                         context->Config))
 
-         {
 
-         context->HadContextSensitiveCondition = true;
 
-         const char *propContent =
 
-                             target->GetLinkInterfaceDependentNumberMinProperty(
 
-                                                 propertyName,
 
-                                                 context->Config);
 
-         return propContent ? propContent : "";
 
-         }
 
-       if (target->IsLinkInterfaceDependentNumberMaxProperty(propertyName,
 
-                                                         context->Config))
 
-         {
 
-         context->HadContextSensitiveCondition = true;
 
-         const char *propContent =
 
-                             target->GetLinkInterfaceDependentNumberMaxProperty(
 
-                                                 propertyName,
 
-                                                 context->Config);
 
-         return propContent ? propContent : "";
 
-         }
 
-       }
 
-     for (size_t i = 1;
 
-          i < cmArraySize(targetPropertyTransitiveWhitelist);
 
-          ++i)
 
-       {
 
-       if (targetPropertyTransitiveWhitelist[i] == interfacePropertyName)
 
-         {
 
-         cmGeneratorExpression ge(context->Backtrace);
 
-         cmsys::auto_ptr<cmCompiledGeneratorExpression> cge = ge.Parse(prop);
 
-         std::string result = cge->Evaluate(context->Makefile,
 
-                             context->Config,
 
-                             context->Quiet,
 
-                             headTarget,
 
-                             target,
 
-                             &dagChecker);
 
-         if (cge->GetHadContextSensitiveCondition())
 
-           {
 
-           context->HadContextSensitiveCondition = true;
 
-           }
 
-         if (!linkedTargetsContent.empty())
 
-           {
 
-           result += (result.empty() ? "" : ";") + linkedTargetsContent;
 
-           }
 
-         return result;
 
-         }
 
-       }
 
-     return prop;
 
-   }
 
- } targetPropertyNode;
 
- //----------------------------------------------------------------------------
 
- static const struct TargetNameNode : public cmGeneratorExpressionNode
 
- {
 
-   TargetNameNode() {}
 
-   virtual bool GeneratesContent() const { return true; }
 
-   virtual bool AcceptsArbitraryContentParameter() const { return true; }
 
-   virtual bool RequiresLiteralInput() const { return true; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *,
 
-                        const GeneratorExpressionContent *,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     return parameters.front();
 
-   }
 
-   virtual int NumExpectedParameters() const { return 1; }
 
- } targetNameNode;
 
- //----------------------------------------------------------------------------
 
- static const char* targetPolicyWhitelist[] = {
 
-   0
 
- #define TARGET_POLICY_STRING(POLICY) \
 
-   , #POLICY
 
-   CM_FOR_EACH_TARGET_POLICY(TARGET_POLICY_STRING)
 
- #undef TARGET_POLICY_STRING
 
- };
 
- cmPolicies::PolicyStatus statusForTarget(cmTarget const* tgt,
 
-                                          const char *policy)
 
- {
 
- #define RETURN_POLICY(POLICY) \
 
-   if (strcmp(policy, #POLICY) == 0) \
 
-   { \
 
-     return tgt->GetPolicyStatus ## POLICY (); \
 
-   } \
 
-   CM_FOR_EACH_TARGET_POLICY(RETURN_POLICY)
 
- #undef RETURN_POLICY
 
-   assert("!Unreachable code. Not a valid policy");
 
-   return cmPolicies::WARN;
 
- }
 
- cmPolicies::PolicyID policyForString(const char *policy_id)
 
- {
 
- #define RETURN_POLICY_ID(POLICY_ID) \
 
-   if (strcmp(policy_id, #POLICY_ID) == 0) \
 
-   { \
 
-     return cmPolicies:: POLICY_ID; \
 
-   } \
 
-   CM_FOR_EACH_TARGET_POLICY(RETURN_POLICY_ID)
 
- #undef RETURN_POLICY_ID
 
-   assert("!Unreachable code. Not a valid policy");
 
-   return cmPolicies::CMP0002;
 
- }
 
- //----------------------------------------------------------------------------
 
- static const struct TargetPolicyNode : public cmGeneratorExpressionNode
 
- {
 
-   TargetPolicyNode() {}
 
-   virtual int NumExpectedParameters() const { return 1; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *context ,
 
-                        const GeneratorExpressionContent *content,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     if (!context->HeadTarget)
 
-       {
 
-       reportError(context, content->GetOriginalExpression(),
 
-           "$<TARGET_POLICY:prop> may only be used with targets.  It may not "
 
-           "be used with add_custom_command.");
 
-       return std::string();
 
-       }
 
-     context->HadContextSensitiveCondition = true;
 
-     for (size_t i = 1; i < cmArraySize(targetPolicyWhitelist); ++i)
 
-       {
 
-       const char *policy = targetPolicyWhitelist[i];
 
-       if (parameters.front() == policy)
 
-         {
 
-         cmMakefile *mf = context->HeadTarget->GetMakefile();
 
-         switch(statusForTarget(context->HeadTarget, policy))
 
-           {
 
-           case cmPolicies::WARN:
 
-             mf->IssueMessage(cmake::AUTHOR_WARNING,
 
-                              mf->GetPolicies()->
 
-                              GetPolicyWarning(policyForString(policy)));
 
-           case cmPolicies::REQUIRED_IF_USED:
 
-           case cmPolicies::REQUIRED_ALWAYS:
 
-           case cmPolicies::OLD:
 
-             return "0";
 
-           case cmPolicies::NEW:
 
-             return "1";
 
-           }
 
-         }
 
-       }
 
-     reportError(context, content->GetOriginalExpression(),
 
-       "$<TARGET_POLICY:prop> may only be used with a limited number of "
 
-       "policies.  Currently it may be used with the following policies:\n"
 
- #define STRINGIFY_HELPER(X) #X
 
- #define STRINGIFY(X) STRINGIFY_HELPER(X)
 
- #define TARGET_POLICY_LIST_ITEM(POLICY) \
 
-       " * " STRINGIFY(POLICY) "\n"
 
-       CM_FOR_EACH_TARGET_POLICY(TARGET_POLICY_LIST_ITEM)
 
- #undef TARGET_POLICY_LIST_ITEM
 
-       );
 
-     return std::string();
 
-   }
 
- } targetPolicyNode;
 
- //----------------------------------------------------------------------------
 
- static const struct InstallPrefixNode : public cmGeneratorExpressionNode
 
- {
 
-   InstallPrefixNode() {}
 
-   virtual bool GeneratesContent() const { return true; }
 
-   virtual int NumExpectedParameters() const { return 0; }
 
-   std::string Evaluate(const std::vector<std::string> &,
 
-                        cmGeneratorExpressionContext *context,
 
-                        const GeneratorExpressionContent *content,
 
-                        cmGeneratorExpressionDAGChecker *) const
 
-   {
 
-     reportError(context, content->GetOriginalExpression(),
 
-                 "INSTALL_PREFIX is a marker for install(EXPORT) only.  It "
 
-                 "should never be evaluated.");
 
-     return std::string();
 
-   }
 
- } installPrefixNode;
 
- //----------------------------------------------------------------------------
 
- template<bool linker, bool soname>
 
- struct TargetFilesystemArtifactResultCreator
 
- {
 
-   static std::string Create(cmTarget* target,
 
-                             cmGeneratorExpressionContext *context,
 
-                             const GeneratorExpressionContent *content);
 
- };
 
- //----------------------------------------------------------------------------
 
- template<>
 
- struct TargetFilesystemArtifactResultCreator<false, true>
 
- {
 
-   static std::string Create(cmTarget* target,
 
-                             cmGeneratorExpressionContext *context,
 
-                             const GeneratorExpressionContent *content)
 
-   {
 
-     // The target soname file (.so.1).
 
-     if(target->IsDLLPlatform())
 
-       {
 
-       ::reportError(context, content->GetOriginalExpression(),
 
-                     "TARGET_SONAME_FILE is not allowed "
 
-                     "for DLL target platforms.");
 
-       return std::string();
 
-       }
 
-     if(target->GetType() != cmTarget::SHARED_LIBRARY)
 
-       {
 
-       ::reportError(context, content->GetOriginalExpression(),
 
-                     "TARGET_SONAME_FILE is allowed only for "
 
-                     "SHARED libraries.");
 
-       return std::string();
 
-       }
 
-     std::string result = target->GetDirectory(context->Config);
 
-     result += "/";
 
-     result += target->GetSOName(context->Config);
 
-     return result;
 
-   }
 
- };
 
- //----------------------------------------------------------------------------
 
- template<>
 
- struct TargetFilesystemArtifactResultCreator<true, false>
 
- {
 
-   static std::string Create(cmTarget* target,
 
-                             cmGeneratorExpressionContext *context,
 
-                             const GeneratorExpressionContent *content)
 
-   {
 
-     // The file used to link to the target (.so, .lib, .a).
 
-     if(!target->IsLinkable())
 
-       {
 
-       ::reportError(context, content->GetOriginalExpression(),
 
-                     "TARGET_LINKER_FILE is allowed only for libraries and "
 
-                     "executables with ENABLE_EXPORTS.");
 
-       return std::string();
 
-       }
 
-     return target->GetFullPath(context->Config,
 
-                                target->HasImportLibrary());
 
-   }
 
- };
 
- //----------------------------------------------------------------------------
 
- template<>
 
- struct TargetFilesystemArtifactResultCreator<false, false>
 
- {
 
-   static std::string Create(cmTarget* target,
 
-                             cmGeneratorExpressionContext *context,
 
-                             const GeneratorExpressionContent *)
 
-   {
 
-     return target->GetFullPath(context->Config, false, true);
 
-   }
 
- };
 
- //----------------------------------------------------------------------------
 
- template<bool dirQual, bool nameQual>
 
- struct TargetFilesystemArtifactResultGetter
 
- {
 
-   static std::string Get(const std::string &result);
 
- };
 
- //----------------------------------------------------------------------------
 
- template<>
 
- struct TargetFilesystemArtifactResultGetter<false, true>
 
- {
 
-   static std::string Get(const std::string &result)
 
-   { return cmSystemTools::GetFilenameName(result); }
 
- };
 
- //----------------------------------------------------------------------------
 
- template<>
 
- struct TargetFilesystemArtifactResultGetter<true, false>
 
- {
 
-   static std::string Get(const std::string &result)
 
-   { return cmSystemTools::GetFilenamePath(result); }
 
- };
 
- //----------------------------------------------------------------------------
 
- template<>
 
- struct TargetFilesystemArtifactResultGetter<false, false>
 
- {
 
-   static std::string Get(const std::string &result)
 
-   { return result; }
 
- };
 
- //----------------------------------------------------------------------------
 
- template<bool linker, bool soname, bool dirQual, bool nameQual>
 
- struct TargetFilesystemArtifact : public cmGeneratorExpressionNode
 
- {
 
-   TargetFilesystemArtifact() {}
 
-   virtual int NumExpectedParameters() const { return 1; }
 
-   std::string Evaluate(const std::vector<std::string> ¶meters,
 
-                        cmGeneratorExpressionContext *context,
 
-                        const GeneratorExpressionContent *content,
 
-                        cmGeneratorExpressionDAGChecker *dagChecker) const
 
-   {
 
-     // Lookup the referenced target.
 
-     std::string name = *parameters.begin();
 
-     if (!cmGeneratorExpression::IsValidTargetName(name))
 
-       {
 
-       ::reportError(context, content->GetOriginalExpression(),
 
-                     "Expression syntax not recognized.");
 
-       return std::string();
 
-       }
 
-     cmTarget* target = context->Makefile->FindTargetToUse(name.c_str());
 
-     if(!target)
 
-       {
 
-       ::reportError(context, content->GetOriginalExpression(),
 
-                     "No target \"" + name + "\"");
 
-       return std::string();
 
-       }
 
-     if(target->GetType() >= cmTarget::OBJECT_LIBRARY &&
 
-       target->GetType() != cmTarget::UNKNOWN_LIBRARY)
 
-       {
 
-       ::reportError(context, content->GetOriginalExpression(),
 
-                   "Target \"" + name + "\" is not an executable or library.");
 
-       return std::string();
 
-       }
 
-     if (dagChecker && dagChecker->EvaluatingLinkLibraries(name.c_str()))
 
-       {
 
-       ::reportError(context, content->GetOriginalExpression(),
 
-                     "Expressions which require the linker language may not "
 
-                     "be used while evaluating link libraries");
 
-       return std::string();
 
-       }
 
-     context->DependTargets.insert(target);
 
-     context->AllTargets.insert(target);
 
-     std::string result =
 
-                 TargetFilesystemArtifactResultCreator<linker, soname>::Create(
 
-                           target,
 
-                           context,
 
-                           content);
 
-     if (context->HadError)
 
-       {
 
-       return std::string();
 
-       }
 
-     return
 
-         TargetFilesystemArtifactResultGetter<dirQual, nameQual>::Get(result);
 
-   }
 
- };
 
- //----------------------------------------------------------------------------
 
- static const
 
- TargetFilesystemArtifact<false, false, false, false> targetFileNode;
 
- static const
 
- TargetFilesystemArtifact<true, false, false, false> targetLinkerFileNode;
 
- static const
 
- TargetFilesystemArtifact<false, true, false, false> targetSoNameFileNode;
 
- static const
 
- TargetFilesystemArtifact<false, false, false, true> targetFileNameNode;
 
- static const
 
- TargetFilesystemArtifact<true, false, false, true> targetLinkerFileNameNode;
 
- static const
 
- TargetFilesystemArtifact<false, true, false, true> targetSoNameFileNameNode;
 
- static const
 
- TargetFilesystemArtifact<false, false, true, false> targetFileDirNode;
 
- static const
 
- TargetFilesystemArtifact<true, false, true, false> targetLinkerFileDirNode;
 
- static const
 
- TargetFilesystemArtifact<false, true, true, false> targetSoNameFileDirNode;
 
- //----------------------------------------------------------------------------
 
- static const
 
- cmGeneratorExpressionNode* GetNode(const std::string &identifier)
 
- {
 
-   if (identifier == "0")
 
-     return &zeroNode;
 
-   else if (identifier == "1")
 
-     return &oneNode;
 
-   else if (identifier == "AND")
 
-     return &andNode;
 
-   else if (identifier == "OR")
 
-     return &orNode;
 
-   else if (identifier == "NOT")
 
-     return ¬Node;
 
-   else if (identifier == "C_COMPILER_ID")
 
-     return &cCompilerIdNode;
 
-   else if (identifier == "CXX_COMPILER_ID")
 
-     return &cxxCompilerIdNode;
 
-   else if (identifier == "VERSION_GREATER")
 
-     return &versionGreaterNode;
 
-   else if (identifier == "VERSION_LESS")
 
-     return &versionLessNode;
 
-   else if (identifier == "VERSION_EQUAL")
 
-     return &versionEqualNode;
 
-   else if (identifier == "C_COMPILER_VERSION")
 
-     return &cCompilerVersionNode;
 
-   else if (identifier == "CXX_COMPILER_VERSION")
 
-     return &cxxCompilerVersionNode;
 
-   else if (identifier == "PLATFORM_ID")
 
-     return &platformIdNode;
 
-   else if (identifier == "CONFIGURATION")
 
-     return &configurationNode;
 
-   else if (identifier == "CONFIG")
 
-     return &configurationTestNode;
 
-   else if (identifier == "TARGET_FILE")
 
-     return &targetFileNode;
 
-   else if (identifier == "TARGET_LINKER_FILE")
 
-     return &targetLinkerFileNode;
 
-   else if (identifier == "TARGET_SONAME_FILE")
 
-     return &targetSoNameFileNode;
 
-   else if (identifier == "TARGET_FILE_NAME")
 
-     return &targetFileNameNode;
 
-   else if (identifier == "TARGET_LINKER_FILE_NAME")
 
-     return &targetLinkerFileNameNode;
 
-   else if (identifier == "TARGET_SONAME_FILE_NAME")
 
-     return &targetSoNameFileNameNode;
 
-   else if (identifier == "TARGET_FILE_DIR")
 
-     return &targetFileDirNode;
 
-   else if (identifier == "TARGET_LINKER_FILE_DIR")
 
-     return &targetLinkerFileDirNode;
 
-   else if (identifier == "TARGET_SONAME_FILE_DIR")
 
-     return &targetSoNameFileDirNode;
 
-   else if (identifier == "STREQUAL")
 
-     return &strEqualNode;
 
-   else if (identifier == "LOWER_CASE")
 
-     return &lowerCaseNode;
 
-   else if (identifier == "UPPER_CASE")
 
-     return &upperCaseNode;
 
-   else if (identifier == "MAKE_C_IDENTIFIER")
 
-     return &makeCIdentifierNode;
 
-   else if (identifier == "BOOL")
 
-     return &boolNode;
 
-   else if (identifier == "ANGLE-R")
 
-     return &angle_rNode;
 
-   else if (identifier == "COMMA")
 
-     return &commaNode;
 
-   else if (identifier == "SEMICOLON")
 
-     return &semicolonNode;
 
-   else if (identifier == "TARGET_PROPERTY")
 
-     return &targetPropertyNode;
 
-   else if (identifier == "TARGET_NAME")
 
-     return &targetNameNode;
 
-   else if (identifier == "TARGET_POLICY")
 
-     return &targetPolicyNode;
 
-   else if (identifier == "BUILD_INTERFACE")
 
-     return &buildInterfaceNode;
 
-   else if (identifier == "INSTALL_INTERFACE")
 
-     return &installInterfaceNode;
 
-   else if (identifier == "INSTALL_PREFIX")
 
-     return &installPrefixNode;
 
-   else if (identifier == "JOIN")
 
-     return &joinNode;
 
-   else if (identifier == "LINK_ONLY")
 
-     return &linkOnlyNode;
 
-   return 0;
 
- }
 
- //----------------------------------------------------------------------------
 
- GeneratorExpressionContent::GeneratorExpressionContent(
 
-                                                     const char *startContent,
 
-                                                     size_t length)
 
-   : StartContent(startContent), ContentLength(length)
 
- {
 
- }
 
- //----------------------------------------------------------------------------
 
- std::string GeneratorExpressionContent::GetOriginalExpression() const
 
- {
 
-   return std::string(this->StartContent, this->ContentLength);
 
- }
 
- //----------------------------------------------------------------------------
 
- std::string GeneratorExpressionContent::ProcessArbitraryContent(
 
-     const cmGeneratorExpressionNode *node,
 
-     const std::string &identifier,
 
-     cmGeneratorExpressionContext *context,
 
-     cmGeneratorExpressionDAGChecker *dagChecker,
 
-     std::vector<std::vector<cmGeneratorExpressionEvaluator*> >::const_iterator
 
-     pit) const
 
- {
 
-   std::string result;
 
-   const
 
-   std::vector<std::vector<cmGeneratorExpressionEvaluator*> >::const_iterator
 
-                                       pend = this->ParamChildren.end();
 
-   for ( ; pit != pend; ++pit)
 
-     {
 
-     std::vector<cmGeneratorExpressionEvaluator*>::const_iterator it
 
-                                                             = pit->begin();
 
-     const std::vector<cmGeneratorExpressionEvaluator*>::const_iterator end
 
-                                                               = pit->end();
 
-     for ( ; it != end; ++it)
 
-       {
 
-       if (node->RequiresLiteralInput())
 
-         {
 
-         if ((*it)->GetType() != cmGeneratorExpressionEvaluator::Text)
 
-           {
 
-           reportError(context, this->GetOriginalExpression(),
 
-                 "$<" + identifier + "> expression requires literal input.");
 
-           return std::string();
 
-           }
 
-         }
 
-       result += (*it)->Evaluate(context, dagChecker);
 
-       if (context->HadError)
 
-         {
 
-         return std::string();
 
-         }
 
-       }
 
-       if ((pit + 1) != pend)
 
-         {
 
-         result += ",";
 
-         }
 
-     }
 
-   if (node->RequiresLiteralInput())
 
-     {
 
-     std::vector<std::string> parameters;
 
-     parameters.push_back(result);
 
-     return node->Evaluate(parameters, context, this, dagChecker);
 
-     }
 
-   return result;
 
- }
 
- //----------------------------------------------------------------------------
 
- std::string GeneratorExpressionContent::Evaluate(
 
-                             cmGeneratorExpressionContext *context,
 
-                             cmGeneratorExpressionDAGChecker *dagChecker) const
 
- {
 
-   std::string identifier;
 
-   {
 
-   std::vector<cmGeneratorExpressionEvaluator*>::const_iterator it
 
-                                           = this->IdentifierChildren.begin();
 
-   const std::vector<cmGeneratorExpressionEvaluator*>::const_iterator end
 
-                                           = this->IdentifierChildren.end();
 
-   for ( ; it != end; ++it)
 
-     {
 
-     identifier += (*it)->Evaluate(context, dagChecker);
 
-     if (context->HadError)
 
-       {
 
-       return std::string();
 
-       }
 
-     }
 
-   }
 
-   const cmGeneratorExpressionNode *node = GetNode(identifier);
 
-   if (!node)
 
-     {
 
-     reportError(context, this->GetOriginalExpression(),
 
-               "Expression did not evaluate to a known generator expression");
 
-     return std::string();
 
-     }
 
-   if (!node->GeneratesContent())
 
-     {
 
-     if (node->NumExpectedParameters() == 1
 
-         && node->AcceptsArbitraryContentParameter())
 
-       {
 
-       if (this->ParamChildren.empty())
 
-         {
 
-         reportError(context, this->GetOriginalExpression(),
 
-                   "$<" + identifier + "> expression requires a parameter.");
 
-         }
 
-       }
 
-     else
 
-       {
 
-       std::vector<std::string> parameters;
 
-       this->EvaluateParameters(node, identifier, context, dagChecker,
 
-                                parameters);
 
-       }
 
-     return std::string();
 
-     }
 
-   std::vector<std::string> parameters;
 
-   this->EvaluateParameters(node, identifier, context, dagChecker, parameters);
 
-   if (context->HadError)
 
-     {
 
-     return std::string();
 
-     }
 
-   return node->Evaluate(parameters, context, this, dagChecker);
 
- }
 
- //----------------------------------------------------------------------------
 
- std::string GeneratorExpressionContent::EvaluateParameters(
 
-                                 const cmGeneratorExpressionNode *node,
 
-                                 const std::string &identifier,
 
-                                 cmGeneratorExpressionContext *context,
 
-                                 cmGeneratorExpressionDAGChecker *dagChecker,
 
-                                 std::vector<std::string> ¶meters) const
 
- {
 
-   const int numExpected = node->NumExpectedParameters();
 
-   {
 
-   std::vector<std::vector<cmGeneratorExpressionEvaluator*> >::const_iterator
 
-                                         pit = this->ParamChildren.begin();
 
-   const
 
-   std::vector<std::vector<cmGeneratorExpressionEvaluator*> >::const_iterator
 
-                                         pend = this->ParamChildren.end();
 
-   const bool acceptsArbitraryContent
 
-                                   = node->AcceptsArbitraryContentParameter();
 
-   int counter = 1;
 
-   for ( ; pit != pend; ++pit, ++counter)
 
-     {
 
-     if (acceptsArbitraryContent && counter == numExpected)
 
-       {
 
-       std::string lastParam = this->ProcessArbitraryContent(node, identifier,
 
-                                                             context,
 
-                                                             dagChecker,
 
-                                                             pit);
 
-       parameters.push_back(lastParam);
 
-       return std::string();
 
-       }
 
-     else
 
-       {
 
-       std::string parameter;
 
-       std::vector<cmGeneratorExpressionEvaluator*>::const_iterator it =
 
-                                                                 pit->begin();
 
-       const std::vector<cmGeneratorExpressionEvaluator*>::const_iterator end =
 
-                                                                 pit->end();
 
-       for ( ; it != end; ++it)
 
-         {
 
-         parameter += (*it)->Evaluate(context, dagChecker);
 
-         if (context->HadError)
 
-           {
 
-           return std::string();
 
-           }
 
-         }
 
-       parameters.push_back(parameter);
 
-       }
 
-     }
 
-   }
 
-   if ((numExpected > cmGeneratorExpressionNode::DynamicParameters
 
-       && (unsigned int)numExpected != parameters.size()))
 
-     {
 
-     if (numExpected == 0)
 
-       {
 
-       reportError(context, this->GetOriginalExpression(),
 
-                   "$<" + identifier + "> expression requires no parameters.");
 
-       }
 
-     else if (numExpected == 1)
 
-       {
 
-       reportError(context, this->GetOriginalExpression(),
 
-                   "$<" + identifier + "> expression requires "
 
-                   "exactly one parameter.");
 
-       }
 
-     else
 
-       {
 
-       cmOStringStream e;
 
-       e << "$<" + identifier + "> expression requires "
 
-         << numExpected
 
-         << " comma separated parameters, but got "
 
-         << parameters.size() << " instead.";
 
-       reportError(context, this->GetOriginalExpression(), e.str());
 
-       }
 
-     return std::string();
 
-     }
 
-   if (numExpected == cmGeneratorExpressionNode::OneOrMoreParameters
 
-       && parameters.empty())
 
-     {
 
-     reportError(context, this->GetOriginalExpression(), "$<" + identifier
 
-                       + "> expression requires at least one parameter.");
 
-     }
 
-   return std::string();
 
- }
 
- //----------------------------------------------------------------------------
 
- static void deleteAll(const std::vector<cmGeneratorExpressionEvaluator*> &c)
 
- {
 
-   std::vector<cmGeneratorExpressionEvaluator*>::const_iterator it
 
-                                                   = c.begin();
 
-   const std::vector<cmGeneratorExpressionEvaluator*>::const_iterator end
 
-                                                   = c.end();
 
-   for ( ; it != end; ++it)
 
-     {
 
-     delete *it;
 
-     }
 
- }
 
- //----------------------------------------------------------------------------
 
- GeneratorExpressionContent::~GeneratorExpressionContent()
 
- {
 
-   deleteAll(this->IdentifierChildren);
 
-   typedef std::vector<cmGeneratorExpressionEvaluator*> EvaluatorVector;
 
-   std::vector<EvaluatorVector>::const_iterator pit =
 
-                                                   this->ParamChildren.begin();
 
-   const std::vector<EvaluatorVector>::const_iterator pend =
 
-                                                   this->ParamChildren.end();
 
-   for ( ; pit != pend; ++pit)
 
-     {
 
-     deleteAll(*pit);
 
-     }
 
- }
 
 
  |