Package libconfix :: Package core :: Package automake :: Module file_installer :: Class FileInstaller
[show private | hide private]
[frames | no frames]

Class FileInstaller


Method Summary
  __init__(self)
  add_datafile(self, filename, dir)
  add_prefixfile(self, filename, dir)
  add_private_header(self, filename, dir)
  add_public_header(self, filename, dir)
  add_tunnelfile(self, filename, dir)
  automake_install_datafiles_(self, makefile_am)
  automake_install_prefixfiles_(self, makefile_am)
  automake_install_private_headers_(self, makefile_am)
  automake_install_public_headers_(self, makefile_am)
  is_private_header_in_dir(self, filename, dir)
  is_public_header_in_dir(self, filename, dir)
  output(self, makefile_am)

Class Variable Summary
SRE_Pattern re_subst = (^[_\d]|\W)
str TARGET_CLEAN_LOCAL = 'confix-clean-local'
str TARGET_INSTALL_LOCAL = 'confix-install-local'

Class Variable Details

re_subst

Type:
SRE_Pattern
Value:
(^[_\d]|\W)                                                            

TARGET_CLEAN_LOCAL

Type:
str
Value:
'confix-clean-local'                                                   

TARGET_INSTALL_LOCAL

Type:
str
Value:
'confix-install-local'                                                 

Generated by Epydoc 2.1 on Fri Nov 23 16:56:34 2007 http://epydoc.sf.net