From: Anand Shukla Date: Tue, 26 Feb 2002 19:36:43 +0000 (+0000) Subject: Makefile for profile-paths X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2d9bbfdfc432519f22263e7c5c7b421419becfee;p=oota-llvm.git Makefile for profile-paths git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1807 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/Makefile new file mode 100644 index 00000000000..271de6027f6 --- /dev/null +++ b/lib/Transforms/Instrumentation/ProfilePaths/Makefile @@ -0,0 +1,5 @@ +LEVEL = ../../../.. + +LIBRARYNAME = profpaths +include $(LEVEL)/Makefile.common +