summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-07-12 20:11:24 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-07-12 20:11:24 +0000
commit41059bc5306678e88ce469c9c9f9c978ac41ce16 (patch)
treefefc4f6e265756c7efc79268f0f93e76e6a02601 /lib
parent09ba7b34c4832233acf66657f4e94aa34fac7cab (diff)
downloadllvm-41059bc5306678e88ce469c9c9f9c978ac41ce16.tar.gz
llvm-41059bc5306678e88ce469c9c9f9c978ac41ce16.tar.bz2
llvm-41059bc5306678e88ce469c9c9f9c978ac41ce16.tar.xz
Initial makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2882 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile
new file mode 100644
index 0000000000..6b1ad6e692
--- /dev/null
+++ b/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile
@@ -0,0 +1,5 @@
+LEVEL = ../../../../..
+
+LIBRARYNAME = emitfuncs
+include $(LEVEL)/Makefile.common
+