Home
last modified time | relevance | path

Searched refs:DB_IMPLICIT (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dimplicit.c41 DBF (DB_IMPLICIT, _("Looking for an implicit rule for `%s'.\n")); in try_implicit_rule()
56 DBF (DB_IMPLICIT, in try_implicit_rule()
319 DBS (DB_IMPLICIT, (_("Avoiding implicit rule recursion.\n"))); in pattern_search()
476 DBS (DB_IMPLICIT, (_("Trying pattern rule with stem `%.*s'.\n"), in pattern_search()
665 DBS (DB_IMPLICIT, in pattern_search()
676 DBS (DB_IMPLICIT, in pattern_search()
709 DBS (DB_IMPLICIT, in pattern_search()
729 DBS (DB_IMPLICIT, in pattern_search()
Ddebug.h22 #define DB_IMPLICIT (0x008) macro
Dremake.c454 DBF (DB_IMPLICIT, _("Found an implicit rule for `%s'.\n")); in update_file_1()
456 DBF (DB_IMPLICIT, _("No implicit rule found for `%s'.\n")); in update_file_1()
462 DBF (DB_IMPLICIT, _("Using default commands for `%s'.\n")); in update_file_1()
962 DBF (DB_IMPLICIT, _("Found an implicit rule for `%s'.\n")); in check_dep()
964 DBF (DB_IMPLICIT, _("No implicit rule found for `%s'.\n")); in check_dep()
970 DBF (DB_IMPLICIT, _("Using default commands for `%s'.\n")); in check_dep()
Dmain.c618 db_level |= DB_BASIC | DB_IMPLICIT; in decode_debug_flags()