Lines Matching refs:dependency
123 (dependency, guardbit, members, func) = \
127 ## Close the guardbit and dependency
132 if docopy and current_dependency != "" and current_dependency != dependency:
136 ## Open the dependency if
137 if docopy and current_dependency != dependency and dependency != "":
138 print tab+"if (%(target)s->%(dependency)s)\n%(tab)s{"%vars()
140 current_dependency = dependency
143 if docopy and current_dependency != dependency and dependency != "":
144 print tab+"if ($(target)s->%(dependency)s)\n%(tab)s{"%vars()
155 current_dependency = dependency