summaryrefslogtreecommitdiff
path: root/lib/Archive/Makefile
blob: 1256e1ceadc7d793f4a85f8a0e44105e3934e96e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##===- lib/Archive/Makefile --------------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LEVEL = ../..
LIBRARYNAME = LLVMArchive
CXXFLAGS = -fno-rtti

# We only want an archive so only those modules actually used by a tool are
# included.
BUILD_ARCHIVE := 1

include $(LEVEL)/Makefile.common