blob: 2a8d34ea726d6036a3c508c3ccc6c3716dce71e7 [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 Lattnerb3da2fd2004-01-09 18:16:20 +00009
Chris Lattner00950542001-06-06 20:29:01 +000010LEVEL = ../..
Chris Lattner00950542001-06-06 20:29:01 +000011LIBRARYNAME = analysis
Chris Lattnerb3da2fd2004-01-09 18:16:20 +000012PARALLEL_DIRS = IPA DataStructure
Chris Lattnerf78a8242002-07-23 17:52:24 +000013BUILD_ARCHIVE = 1
Vikram S. Adve0e4fda32001-08-28 23:29:31 +000014
Chris Lattner00950542001-06-06 20:29:01 +000015include $(LEVEL)/Makefile.common
16