blob: beba7e5bb49d8d2053bd527bc96fb6e4103a700e [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Transforms/Instrumentation/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 Lattnerf36aeed2005-10-24 02:26:13 +00009
Vikram S. Advedf1892f2001-10-14 23:18:45 +000010LEVEL = ../../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMInstrumentation
Chris Lattner249be912002-10-01 22:36:35 +000012PARALLEL_DIRS = ProfilePaths
Chris Lattner56d27012002-07-23 17:52:38 +000013BUILD_ARCHIVE = 1
14
Vikram S. Advedf1892f2001-10-14 23:18:45 +000015include $(LEVEL)/Makefile.common
16