Uses a conditional like ifeq() to conditionally execute one or more rules TODO: support BSD syntax like: .if $var = $cond
# File lib/makeconf/target.rb, line 104 def ifdef(var) @condition = "ifdef (#{var})" self end
# File lib/makeconf/target.rb, line 94 def ifeq(var,match) @condition = "ifeq (#{var},#{match})" self end
Generated with the Darkfish Rdoc Generator 2.