diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-07-12 20:11:24 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-07-12 20:11:24 +0000 |
commit | 41059bc5306678e88ce469c9c9f9c978ac41ce16 (patch) | |
tree | fefc4f6e265756c7efc79268f0f93e76e6a02601 /lib/Transforms | |
parent | 09ba7b34c4832233acf66657f4e94aa34fac7cab (diff) | |
download | external_llvm-41059bc5306678e88ce469c9c9f9c978ac41ce16.zip external_llvm-41059bc5306678e88ce469c9c9f9c978ac41ce16.tar.gz external_llvm-41059bc5306678e88ce469c9c9f9c978ac41ce16.tar.bz2 |
Initial makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2882 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile | 5 |
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 0000000..6b1ad6e --- /dev/null +++ b/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile @@ -0,0 +1,5 @@ +LEVEL = ../../../../.. + +LIBRARYNAME = emitfuncs +include $(LEVEL)/Makefile.common + |