summaryrefslogtreecommitdiff
path: root/lib/MC/Makefile
blob: a661fa6f40804ddcaeba0c1bd6779abed2a410ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##===- lib/MC/Makefile -------------------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LEVEL = ../..
LIBRARYNAME = LLVMMC
BUILD_ARCHIVE := 1
PARALLEL_DIRS := MCParser

include $(LEVEL)/Makefile.common