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

Module libtool

source code

Classes [hide private]
  libtool_la_file
  libtool_config
Functions [hide private]
 
fakelibtool_build(task) source code
 
read_la_file(path) source code
 
apply_link_libtool(self) source code
 
apply_libtool(self) source code
 
useCmdLine()
parse cmdline args and control build
source code
Variables [hide private]
  REVISION = "0.1.3"
if you want to use the code here, you must use something like this: obj = obj.create(...) obj.features.append("libtool") obj.vnum = "1.2.3" # optional, but versioned libraries are common
  fakelibtool_vardeps = ['CXX', 'PREFIX']
Function Details [hide private]

apply_link_libtool(self)

source code 
Decorators:
  • @taskgen
  • @feature("libtool")
  • @after('apply_link')

apply_libtool(self)

source code 
Decorators:
  • @taskgen
  • @feature("libtool")
  • @before('apply_core')