Lines Matching refs:o_automatic

821   define_variable ("@D", 2, "$(dir $@)", o_automatic, 1);  in define_automatic_variables()
822 define_variable ("%D", 2, "$(dir $%)", o_automatic, 1); in define_automatic_variables()
823 define_variable ("*D", 2, "$(dir $*)", o_automatic, 1); in define_automatic_variables()
824 define_variable ("<D", 2, "$(dir $<)", o_automatic, 1); in define_automatic_variables()
825 define_variable ("?D", 2, "$(dir $?)", o_automatic, 1); in define_automatic_variables()
826 define_variable ("^D", 2, "$(dir $^)", o_automatic, 1); in define_automatic_variables()
827 define_variable ("+D", 2, "$(dir $+)", o_automatic, 1); in define_automatic_variables()
829 define_variable ("@D", 2, "$(patsubst %/,%,$(dir $@))", o_automatic, 1); in define_automatic_variables()
830 define_variable ("%D", 2, "$(patsubst %/,%,$(dir $%))", o_automatic, 1); in define_automatic_variables()
831 define_variable ("*D", 2, "$(patsubst %/,%,$(dir $*))", o_automatic, 1); in define_automatic_variables()
832 define_variable ("<D", 2, "$(patsubst %/,%,$(dir $<))", o_automatic, 1); in define_automatic_variables()
833 define_variable ("?D", 2, "$(patsubst %/,%,$(dir $?))", o_automatic, 1); in define_automatic_variables()
834 define_variable ("^D", 2, "$(patsubst %/,%,$(dir $^))", o_automatic, 1); in define_automatic_variables()
835 define_variable ("+D", 2, "$(patsubst %/,%,$(dir $+))", o_automatic, 1); in define_automatic_variables()
837 define_variable ("@F", 2, "$(notdir $@)", o_automatic, 1); in define_automatic_variables()
838 define_variable ("%F", 2, "$(notdir $%)", o_automatic, 1); in define_automatic_variables()
839 define_variable ("*F", 2, "$(notdir $*)", o_automatic, 1); in define_automatic_variables()
840 define_variable ("<F", 2, "$(notdir $<)", o_automatic, 1); in define_automatic_variables()
841 define_variable ("?F", 2, "$(notdir $?)", o_automatic, 1); in define_automatic_variables()
842 define_variable ("^F", 2, "$(notdir $^)", o_automatic, 1); in define_automatic_variables()
843 define_variable ("+F", 2, "$(notdir $+)", o_automatic, 1); in define_automatic_variables()
901 if (v->origin == o_default || v->origin == o_automatic) in target_environment()
1386 case o_automatic: in print_variable()