OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AST_C_DIR
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
304
AST_C_DIR
= Python
305
AST_C= $(
AST_C_DIR
)/Python-ast.c
641
$(MKDIR_P) $(
AST_C_DIR
)
642
$(ASDLGEN) -c $(
AST_C_DIR
) $(AST_ASDL)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
305
AST_C_DIR
= Python
306
AST_C= $(
AST_C_DIR
)/Python-ast.c
642
$(MKDIR_P) $(
AST_C_DIR
)
643
$(ASDLGEN) -c $(
AST_C_DIR
) $(AST_ASDL)
[
all
...]
Completed in 614 milliseconds