#===-- Makefile.rules - Common make rules for LLVM ---------*- Makefile -*--===### The LLVM Compiler Infrastructure## This file was developed by the LLVM research group and is distributed under# the University of Illinois Open Source License. See LICENSE.TXT for details.# #===------------------------------------------------------------------------===### This file is included by all of the LLVM makefiles. For details on how to use# it properly, please see the document MakefileGuide.html in the docs directory.##===-----------------------------------------------------------------------====################################################################################# TARGETS: Define standard targets that can be invoked#################################################################################--------------------------------------------------------------------# Define the various target sets#--------------------------------------------------------------------RecursiveTargets:=allcleanclean-allinstalluninstallinstall-bytecode
LocalTargets:=all-localclean-localclean-all-localcheck-local\install-localprintvars