Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 2053a0d9eaaf755b990f80ce4df504a7 > files > 205

waf-1.5.9-1mdv2010.0.noarch.rpm

#! /usr/bin/env python

def build(bld):
	obj = bld.new_task_gen(
		features='cc cprogram',
		source = 'main.c',
		target = 'blah')

	obj.add_enums_from_template(source='a.h b.h', target='prodi.h', template='x.in')