blob: da9780403a08fd1d74ea074e1cd623bf1abe6aaa [file] [log] [blame]
Chris Lattnerd61070e2007-05-06 19:49:28 +00001##===- lib/Archive/Makefile --------------------------------*- Makefile -*-===##
Misha Brukman9b8f5422009-01-09 16:44:42 +00002#
Reid Spencercdb21a92004-11-06 08:52:36 +00003# 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.
Misha Brukman9b8f5422009-01-09 16:44:42 +00007#
Reid Spencercdb21a92004-11-06 08:52:36 +00008##===----------------------------------------------------------------------===##
9
Chris Lattnerd61070e2007-05-06 19:49:28 +000010LEVEL = ../..
Reid Spencercdb21a92004-11-06 08:52:36 +000011LIBRARYNAME = LLVMArchive
12
Misha Brukman9b8f5422009-01-09 16:44:42 +000013# We only want an archive so only those modules actually used by a tool are
Reid Spencercdb21a92004-11-06 08:52:36 +000014# included.
Chris Lattner7c339b82006-07-07 16:44:31 +000015BUILD_ARCHIVE := 1
Reid Spencercdb21a92004-11-06 08:52:36 +000016
17include $(LEVEL)/Makefile.common