OSDN Git Service

Moved the "SmallExamples" out of the /projects directory and into a new
authorReid Spencer <rspencer@reidspencer.com>
Mon, 23 Aug 2004 19:28:39 +0000 (19:28 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 23 Aug 2004 19:28:39 +0000 (19:28 +0000)
commit157b956e42871b53bb9c72e28d6f3409edb4fe42
tree669101e883a64a51fcc851943f3ff0fb89d551cd
parentc21214ac59735dc71cbbd923ff284a3d60146303
Moved the "SmallExamples" out of the /projects directory and into a new
/examples directory. History was maintained. These programs do not need to
be configured but things in /projects must be.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16002 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
projects/SmallExamples/Fibonacci/Makefile [deleted file]
projects/SmallExamples/Fibonacci/fibonacci.cpp [deleted file]
projects/SmallExamples/HowToUseJIT/HowToUseJIT.cpp [deleted file]
projects/SmallExamples/HowToUseJIT/Makefile [deleted file]
projects/SmallExamples/Makefile [deleted file]
projects/SmallExamples/ModuleMaker/Makefile [deleted file]
projects/SmallExamples/ModuleMaker/Makefile.common.in [deleted file]
projects/SmallExamples/ModuleMaker/README.txt [deleted file]
projects/SmallExamples/ModuleMaker/autoconf/LICENSE.TXT [deleted file]
projects/SmallExamples/ModuleMaker/autoconf/aclocal.m4 [deleted file]
projects/SmallExamples/ModuleMaker/autoconf/config.guess [deleted file]
projects/SmallExamples/ModuleMaker/autoconf/config.sub [deleted file]
projects/SmallExamples/ModuleMaker/autoconf/configure.ac [deleted file]
projects/SmallExamples/ModuleMaker/autoconf/install-sh [deleted file]
projects/SmallExamples/ModuleMaker/autoconf/ltmain.sh [deleted file]
projects/SmallExamples/ModuleMaker/autoconf/mkinstalldirs [deleted file]
projects/SmallExamples/ModuleMaker/configure [deleted file]
projects/SmallExamples/ModuleMaker/tools/Makefile [deleted file]
projects/SmallExamples/ModuleMaker/tools/ModuleMaker/Makefile [deleted file]
projects/SmallExamples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp [deleted file]