blob: e951aa3e0b16d0048db4b2946dda48f8cff3e90f [file] [log] [blame]
Chris Lattnerd61070e2007-05-06 19:49:28 +00001##===- lib/Archive/Makefile --------------------------------*- Makefile -*-===##
Reid Spencercdb21a92004-11-06 08:52:36 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattnerfc643c52007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Reid Spencercdb21a92004-11-06 08:52:36 +00007#
8##===----------------------------------------------------------------------===##
9
Chris Lattnerd61070e2007-05-06 19:49:28 +000010LEVEL = ../..
Reid Spencercdb21a92004-11-06 08:52:36 +000011LIBRARYNAME = LLVMArchive
12
13# We only want an archive so only those modules actually used by a tool are
14# included.
Chris Lattner7c339b82006-07-07 16:44:31 +000015BUILD_ARCHIVE := 1
Reid Spencercdb21a92004-11-06 08:52:36 +000016
17include $(LEVEL)/Makefile.common