OpenQuizz
Une application de gestion des contenus pédagogiques
build_clib Class Reference
Inheritance diagram for build_clib:
Collaboration diagram for build_clib:

Public Member Functions

def initialize_options (self)
 
def finalize_options (self)
 
def run (self)
 
def check_library_list (self, libraries)
 
def get_library_names (self)
 
def get_source_files (self)
 
def build_libraries (self, libraries)
 

Data Fields

 build_clib
 
 build_temp
 
 libraries
 
 include_dirs
 
 define
 
 undef
 
 debug
 
 force
 
 compiler
 

Static Public Attributes

 description
 
 user_options
 
 boolean_options
 
 help_options
 

Member Function Documentation

◆ build_libraries()

def build_libraries (   self,
  libraries 
)

◆ check_library_list()

def check_library_list (   self,
  libraries 
)
Ensure that the list of libraries is valid.

`library` is presumably provided as a command option 'libraries'.
This method checks that it is a list of 2-tuples, where the tuples
are (library_name, build_info_dict).

Raise DistutilsSetupError if the structure is invalid anywhere;
just returns otherwise.

◆ finalize_options()

def finalize_options (   self)

◆ get_library_names()

def get_library_names (   self)

◆ get_source_files()

def get_source_files (   self)

◆ initialize_options()

def initialize_options (   self)

◆ run()

def run (   self)

Field Documentation

◆ boolean_options

boolean_options
static

◆ build_clib

◆ build_temp

build_temp

◆ compiler

compiler

◆ debug

debug

◆ define

define

◆ description

description
static

◆ force

force

◆ help_options

help_options
static

◆ include_dirs

include_dirs

◆ libraries

libraries

◆ undef

undef

◆ user_options

user_options
static

The documentation for this class was generated from the following file: