[llvm-commits] [sample] r39942 - in /sample/trunk: Makefile Makefile.common.in ModuleInfo.txt autoconf/ configure include/ lib/ tools/
Reid Spencer
rspencer at reidspencer.com
Mon Jul 16 16:07:23 PDT 2007
Author: reid
Date: Mon Jul 16 18:07:23 2007
New Revision: 39942
URL: http://llvm.org/viewvc/llvm-project?rev=39942&view=rev
Log:
Initial content of the sample module, copied from llvm/trunk/projects/sample.
This will eventually contain a working sample project that uses the autoconf
and build system provided in the support module.
Added:
sample/trunk/Makefile
- copied unchanged from r39925, llvm/trunk/projects/sample/Makefile
sample/trunk/Makefile.common.in
- copied unchanged from r39925, llvm/trunk/projects/sample/Makefile.common.in
sample/trunk/ModuleInfo.txt
sample/trunk/autoconf/
- copied from r39925, llvm/trunk/projects/sample/autoconf/
sample/trunk/configure
- copied unchanged from r39925, llvm/trunk/projects/sample/configure
sample/trunk/include/
- copied from r39925, llvm/trunk/projects/sample/include/
sample/trunk/lib/
- copied from r39925, llvm/trunk/projects/sample/lib/
sample/trunk/tools/
- copied from r39925, llvm/trunk/projects/sample/tools/
Added: sample/trunk/ModuleInfo.txt
URL: http://llvm.org/viewvc/llvm-project/sample/trunk/ModuleInfo.txt?rev=39942&view=auto
==============================================================================
--- sample/trunk/ModuleInfo.txt (added)
+++ sample/trunk/ModuleInfo.txt Mon Jul 16 18:07:23 2007
@@ -0,0 +1,2 @@
+DepModule: support
+BuildCmd: echo "Support module doesn't build yet"
More information about the llvm-commits
mailing list