module Rscons class Builder def self.produces?(env, target, source) false end end end