summaryrefslogtreecommitdiff
path: root/lib/MC/Makefile
blob: bf8b7c0e78318c0831070016507936ad7690a802 (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 MCDisassembler

include $(LEVEL)/Makefile.common