blob: 151f253165be1e8119229b1e27779d0e92813fb6 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Support/Makefile ------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Chris Lattnerf708c792003-10-05 19:24:38 +00009LEVEL = ../..
Reid Spencerc48c1032004-11-25 19:38:28 +000010PARALLEL_DIRS=bzip2
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMSupport
Chris Lattner56d27012002-07-23 17:52:38 +000012BUILD_ARCHIVE = 1
Vikram S. Adve6beedac2001-07-21 12:43:07 +000013
Vikram S. Adve6beedac2001-07-21 12:43:07 +000014include $(LEVEL)/Makefile.common