aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
blob: 016b7e1192ce6fbf93679a81d230b36291d6cd68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#===-- Makefile.common - Common make rules for LLVM --------*- Makefile -*--===#
# 
#                     The LLVM Compiler Infrastructure
#
# This file 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