From 5bdc8b6326981751c19e6a141f1c6b398c5a9fd5 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Fri, 12 Jul 2002 20:11:24 +0000 Subject: [PATCH] Initial makefile llvm-svn: 2882 --- .../Instrumentation/ProfilePaths/EmitFunctions/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 llvm/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile new file mode 100644 index 000000000000..6b1ad6e6928b --- /dev/null +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile @@ -0,0 +1,5 @@ +LEVEL = ../../../../.. + +LIBRARYNAME = emitfuncs +include $(LEVEL)/Makefile.common +