2007-05-06 21:49:28 +02:00
|
|
|
##===- lib/Archive/Makefile --------------------------------*- Makefile -*-===##
|
2009-01-09 17:44:42 +01:00
|
|
|
#
|
2007-05-06 21:49:28 +02:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 21:09:26 +01:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2009-01-09 17:44:42 +01:00
|
|
|
#
|
2007-05-06 21:49:28 +02:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
|
|
|
LIBRARYNAME = LLVMArchive
|
|
|
|
|
2009-01-09 17:44:42 +01:00
|
|
|
# We only want an archive so only those modules actually used by a tool are
|
2007-05-06 21:49:28 +02:00
|
|
|
# included.
|
|
|
|
BUILD_ARCHIVE := 1
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|