From a9b9636aca3c4be9547503e8dcd2fcf6fbe71c28 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Tue, 26 Feb 2002 19:36:43 +0000 Subject: [PATCH] Makefile for profile-paths llvm-svn: 1807 --- llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile new file mode 100644 index 000000000000..271de6027f6e --- /dev/null +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile @@ -0,0 +1,5 @@ +LEVEL = ../../../.. + +LIBRARYNAME = profpaths +include $(LEVEL)/Makefile.common +