Makefile中怎么使用Shell if判断

Posted zengjf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Makefile中怎么使用Shell if判断相关的知识,希望对你有一定的参考价值。

/*********************************************************************
 *                Makefile中怎么使用Shell if判断
 * 说明:
 *     譬如可能会在Makfile中需要判断文件、文件夹的存在,使用shell语法
 * 输出一些信息,等等。
 *
 *                                   2017-8-21 深圳 龙华樟坑村 曾剑锋
 ********************************************************************/

一、参考文档:
    1. Test whether a directory exists inside a makefile
        https://stackoverflow.com/questions/20763629/test-whether-a-directory-exists-inside-a-makefile
    
二、解决办法:
    if a shell command, must be in one line, or be on multiple lines using a backslash for line extension. 

 

以上是关于Makefile中怎么使用Shell if判断的主要内容,如果未能解决你的问题,请参考以下文章

makefile中wildcard判断文件存在

makefile条件判断语句

shell脚本中的逻辑判断文件目录属性判断 if特殊用法case判断

shell脚本中的逻辑判断,文件目录属性判断,if特殊用法,case判断

JAVA if判断新手求解。

linux shell编程 if判断语句的判定条件