blob: e1831afab6c4dbb86188ec6b961122c17cc43e4b [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 = ../../..
Vikram S. Advedf1892f2001-10-14 23:18:45 +000010LIBRARYNAME = instrument
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