Package wafadmin :: Package Tools :: Module misc
[hide private]
[frames] | no frames]

Module misc

source code

Custom objects:

Classes [hide private]
  cmd_taskgen
This object will call a command everytime
  copy_taskgen
By default, make a file copy, if fun is provided, fun will make the copy (or call a compiler, etc)
  subst_taskgen
  CmdArg
Represents a command-output argument that is based on input or output files or directories
  CmdFileArg
  CmdInputFileArg
  CmdOutputFileArg
  CmdDirArg
  CmdInputDirArg
  CmdOutputDirArg
  command_output
  cmd_output_taskgen
Functions [hide private]
 
copy_func(tsk)
Make a file copy.
source code
 
action_process_file_func(tsk)
Ask the function attached to the task to process it
source code
 
subst_func(tsk)
Substitutes variables in a .in file
source code
Function Details [hide private]

copy_func(tsk)

source code 

Make a file copy. This might be used to make other kinds of file processing (even calling a compiler is possible)