blob: d749b6b3bde3db50e4f034471a1229e7edf3eb9d [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##===----------------------------------------------------------------------===##
Vikram S. Advedf1892f2001-10-14 23:18:45 +00009LEVEL = ../../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000010LIBRARYNAME = LLVMInstrumentation
Chris Lattner249be912002-10-01 22:36:35 +000011PARALLEL_DIRS = ProfilePaths
Chris Lattner56d27012002-07-23 17:52:38 +000012BUILD_ARCHIVE = 1
13
Vikram S. Advedf1892f2001-10-14 23:18:45 +000014include $(LEVEL)/Makefile.common
15