Searched refs:VPATH (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/ |
H A D | Makefile | 12 VPATH = $(OBJ_DIR) \ macro
|
/third_party/python/Modules/ |
H A D | getpath.py | 37 # VPATH -- [in] sysconfig.get_config_var(...) 130 # derived from joining the VPATH preprocessor variable to the 191 BUILD_LANDMARK = f'{VPATH}\\Modules\\Setup.local' 492 build_prefix = joinpath(real_executable_dir, VPATH) 496 build_prefix = joinpath(real_executable_dir, VPATH) 499 build_prefix = joinpath(real_executable_dir, VPATH)
|
H A D | getpath.c | 25 || !defined(VERSION) || !defined(VPATH) \ 27 #error "PREFIX, EXEC_PREFIX, VERSION, VPATH and PLATLIBDIR macros must be defined" 895 !decode_to_dict(dict, "VPATH", VPATH) || in _PyConfig_InitPathConfig()
|
/third_party/zlib/nintendods/ |
H A D | Makefile | 55 export VPATH := $(foreach dir,$(SOURCES),$(CURDIR)/$(dir)) \ macro
|
/third_party/python/Lib/test/ |
H A D | test_getpath.py | 829 VPATH="", variable in MockGetPathTests 882 self["VPATH"] = r"..\.."
|
/third_party/python/Python/ |
H A D | sysmodule.c | 2967 SET_SYS_FROM_STRING("_vpath", VPATH); in _PySys_InitCore()
|
Completed in 9 milliseconds