摘要: (1)ifeq的用法 ifeq ($(变量名), 变量值 ) ........ else ifeq ($(..), ..) ......... else ......... endif (2)最近在学习makefile的过程中遇到需要用ifeq进行逻辑与判断,但是ifeq并没有像其他编程语言那样有 阅读全文
posted @ 2019-01-22 10:27 Malphite 阅读(15217) 评论(0) 推荐(0) 编辑