Home | History | Annotate | Download | only in Build

Lines Matching defs:_debug

38 def _debug(msg, *args):
45 _debug('INCDIR: %s', INCDIR)
46 _debug('LIBDIR1: %s', LIBDIR1)
47 _debug('LIBDIR2: %s', LIBDIR2)
48 _debug('PYLIB: %s', PYLIB)
49 _debug('PYLIB_DYN: %s', PYLIB_DYN)
50 _debug('CC: %s', CC)
51 _debug('CFLAGS: %s', CFLAGS)
52 _debug('LINKCC: %s', LINKCC)
53 _debug('LINKFORSHARED: %s', LINKFORSHARED)
54 _debug('LIBS: %s', LIBS)
55 _debug('SYSLIBS: %s', SYSLIBS)
56 _debug('EXE_EXT: %s', EXE_EXT)
61 _debug(cmd)
63 _debug(' '.join(cmd))
86 _debug('Using Cython %s to compile %s', Version.version, input_file)
106 _debug("File is up to date, not regenerating %s", exe_file)