blob: 0da28e8d5bf3e8a084f805ec3d7c8a299a891342 [file] [log] [blame]
#===-- Makefile.common - 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.
#
#===------------------------------------------------------------------------===#
#
# Include the configuration file
#
include $(LEVEL)/Makefile.config
#
# Include LLVM's Master Makefile.
#
include $(PROJ_SRC_ROOT)/Makefile.rules