From 41059bc5306678e88ce469c9c9f9c978ac41ce16 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Fri, 12 Jul 2002 20:11:24 +0000 Subject: [PATCH] Initial makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2882 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../Instrumentation/ProfilePaths/EmitFunctions/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile 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 + -- 2.34.1