Makefile中条件判断ifeq、ifneq、ifdef、ifndef的含义

ifneq (<arg1>;, <arg2>;)

 比较参数“arg1”和“arg2”的值是否相同。如果不同,则为真

(163条消息) Makefile中条件判断ifeq、ifneq、ifdef、ifndef的含义_小小平不平凡的博客-CSDN博客

posted on 2023-06-06 11:31  lydstory  阅读(280)  评论(0)    收藏  举报

导航