blob: cf6bc113542799f66b7e1933640ae2e86f907b0f [file] [log] [blame]
Chandler Carruthe60e57b2013-03-26 02:25:37 +00001##===- lib/IRReader/Makefile -------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
11LIBRARYNAME := LLVMIRReader
12BUILD_ARCHIVE = 1
13
14include $(LEVEL)/Makefile.common