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