Package libconfix :: Package core :: Package automake :: Module makefile_am :: Class Makefile_am
[show private | hide private]
[frames | no frames]

Type Makefile_am

object --+
         |
        Makefile_am


Method Summary
  __init__(self)
  add_all_local(self, hook)
  add_am_cflags(self, f)
  add_am_cxxflags(self, f)
  add_am_lflags(self, f)
  add_am_yflags(self, f)
  add_automake_options(self, option)
  add_bin_program(self, progname)
  add_bin_script(self, scriptname)
  add_built_sources(self, filename)
  add_check_program(self, progname)
  add_check_script(self, scriptname)
  add_clean_local(self, hook)
  add_cleanfiles(self, name)
  add_cmdlinemacro(self, m, value)
  add_compound_dependencies(self, compound_name, dependency)
  add_compound_ldadd(self, compound_name, lib)
  add_compound_ldflags(self, compound_name, flag)
  add_compound_libadd(self, compound_name, lib)
  add_compound_sources(self, compound_name, source)
  add_dir_primary(self, dir, primary, filename)
  add_distclean_local(self, hook)
  add_distcleanfiles(self, name)
  add_element(self, e)
  add_extra_dist(self, name)
  add_includepath(self, d)
  add_install_data_local(self, hook)
  add_library(self, libname)
  add_line(self, line)
  add_lines(self, lines)
  add_ltlibrary(self, libname)
  add_maintainer_clean_local(self, hook)
  add_maintainercleanfiles(self, name)
  add_mostlyclean_local(self, hook)
  add_mostlycleanfiles(self, name)
  add_noinst_program(self, progname)
  add_noinst_script(self, scriptname)
  add_subdir(self, subdir)
  add_tests_environment(self, name, value)
  add_to_install_directory(self, symbolicname, family, files)
  all_local(self)
  am_cflags(self)
  am_cxxflags(self)
  automake_options(self)
  bin_programs(self)
  check_programs(self)
  clean_local(self)
  cmdlinemacros(self)
  compound_dependencies(self, compound_name)
  compound_ldadd(self, compound_name)
  compound_ldflags(self, compound_name)
  compound_libadd(self, compound_name)
  compound_sources(self, compound_name)
  define_install_directory(self, symbolicname, dirname)
  dir_primary(self, dir, primary)
  distclean_local(self)
  elements(self)
  extra_dist(self)
  includepath(self)
  install_data_local(self)
  install_directories(self)
  lines(self)
  ltlibraries(self)
  maintainer_clean_local(self)
  maintainercleanfiles(self)
  mostlyclean_local(self)
  noinst_programs(self)
  subdirs(self)
  tests_environment(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __repr__(x)
x.__repr__() <==> repr(x)...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value...
  __str__(x)
x.__str__() <==> str(x)...

Class Variable Summary
type DirectoryDefinition = libconfix.core.automake.makefile_am.DirectoryDefinition

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