Displaying 1 result from an estimated 1 matches for "recursive_target".
Did you mean:
recursive_targets
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...e invoked
> +###############################################################################
>
> +#--------------------------------------------------------------------
> +# Define the various target sets
> +#--------------------------------------------------------------------
> +RECURSIVE_TARGETS := all clean check install uninstall
> +LOCAL_TARGETS := all-local clean-local check-local install-local printvars\
> + uninstall-local
> +TOPLEV_TARGETS := dist dist-check dist-clean
> +INTERNAL_TARGETS := preconditions
>
> -########################...