Lines Matching refs:list
30 list of source filenames, relative to the distribution root
36 list of directories to search for C/C++ header files (in Unix
39 list of macros to define; each macro is defined using a 2-tuple,
44 list of macros to undefine explicitly
46 list of directories to search for C/C++ libraries at link time
48 list of library names (not filenames or paths) to link against
50 list of directories to search for C/C++ libraries at run time
53 list of extra files to link with (eg. object files not implied
60 list of command-line arguments, but for other platforms it could
68 list of symbols to be exported from a shared extension. Not
76 list of files that the extension depends on
106 if not (isinstance(sources, list) and
108 raise AssertionError("'sources' must be a list of strings")