| Home | Trees | Indices | Help |
|
|---|
|
|
1 #!/usr/bin/env python
2 # encoding: utf-8
3 # Ali Sabil, 2007
4
5 import TaskGen
6
7 TaskGen.declare_chain(
8 name = 'gob2',
9 action = '${GOB2} -o ${TGT[0].bld_dir(env)} ${GOB2FLAGS} ${SRC}',
10 ext_in = '.gob',
11 ext_out = '.c'
12 )
13
19
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Aug 3 22:22:52 2008 | http://epydoc.sourceforge.net |