blob: 71f99e4e594590e8ae31e4ef7b9ba25a8d95d6de [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Analysis/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 Lattner00950542001-06-06 20:29:01 +00009LEVEL = ../..
Chris Lattner00950542001-06-06 20:29:01 +000010LIBRARYNAME = analysis
Vikram S. Adve6e0bb632002-10-11 16:08:17 +000011PARALLEL_DIRS = LiveVar IPA DataStructure
Chris Lattnerf78a8242002-07-23 17:52:24 +000012BUILD_ARCHIVE = 1
Vikram S. Adve0e4fda32001-08-28 23:29:31 +000013
Chris Lattner00950542001-06-06 20:29:01 +000014include $(LEVEL)/Makefile.common
15