1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 05:53:07 +01:00
llvm-mirror/lib/MC/MCAnalysis/Makefile
Rafael Espindola b0b3a01657 Fix configure+make build.
llvm-svn: 212210
2014-07-02 20:05:48 +00:00

15 lines
435 B
Makefile

##===- lib/MC/MCAnalysys/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 = LLVMMCAnalysis
BUILD_ARCHIVE := 1
include $(LEVEL)/Makefile.common