Re-apply Makefile changes. Fix build with srcdir != objdir.
authorMikhail Glushenkov <foldr@codedgers.com>
Thu, 16 Oct 2008 14:02:29 +0000 (14:02 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Thu, 16 Oct 2008 14:02:29 +0000 (14:02 +0000)
commitcc30d9caa5d4a7b7f08c33915d8c2f438a1d8c2b
tree47d829877cd83f124c8c77209072c2c5077f0277
parente79f5ef4e7b6dd5a2cc88de412c7dd65a7afbf44
Re-apply Makefile changes. Fix build with srcdir != objdir.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57636 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvmc2/Makefile
tools/llvmc2/doc/LLVMC-Reference.rst
tools/llvmc2/plugins/Base/Makefile
tools/llvmc2/plugins/Base/PluginMain.cpp [new file with mode: 0644]
tools/llvmc2/plugins/Clang/Makefile
tools/llvmc2/plugins/Clang/PluginMain.cpp [new file with mode: 0644]
tools/llvmc2/plugins/Makefile
tools/llvmc2/plugins/Simple/Makefile [new file with mode: 0644]
tools/llvmc2/plugins/Simple/PluginMain.cpp [new file with mode: 0644]
tools/llvmc2/plugins/Simple/Simple.td [new file with mode: 0644]