From: Anand Shukla Date: Fri, 12 Jul 2002 20:11:24 +0000 (+0000) Subject: Initial makefile X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=41059bc5306678e88ce469c9c9f9c978ac41ce16;p=oota-llvm.git Initial makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2882 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile new file mode 100644 index 00000000000..6b1ad6e6928 --- /dev/null +++ b/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile @@ -0,0 +1,5 @@ +LEVEL = ../../../../.. + +LIBRARYNAME = emitfuncs +include $(LEVEL)/Makefile.common +