Make Stacker into a complete project with its own configuration.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 4 Sep 2004 19:48:50 +0000 (19:48 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 4 Sep 2004 19:48:50 +0000 (19:48 +0000)
commit820dab7a62f6a9c326e64bbe9725c5683fcdb367
treecbb5e78a8aa1585c7e7907b8b6553f3cfac95786
parentc37a506d44cf3998fded129c31e41b92493c67fd
Make Stacker into a complete project with its own configuration.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16167 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
projects/Stacker/Makefile
projects/Stacker/Makefile.common.in [new file with mode: 0644]
projects/Stacker/autoconf/AutoRegen.sh [new file with mode: 0755]
projects/Stacker/autoconf/LICENSE.TXT [new file with mode: 0644]
projects/Stacker/autoconf/acinclude.m4 [new file with mode: 0644]
projects/Stacker/autoconf/config.guess [new file with mode: 0755]
projects/Stacker/autoconf/config.sub [new file with mode: 0755]
projects/Stacker/autoconf/configure.ac [new file with mode: 0644]
projects/Stacker/autoconf/install-sh [new file with mode: 0644]
projects/Stacker/autoconf/ltmain.sh [new file with mode: 0644]
projects/Stacker/autoconf/mkinstalldirs [new file with mode: 0755]
projects/Stacker/configure [new file with mode: 0755]
projects/Stacker/lib/Makefile
projects/Stacker/lib/compiler/Makefile
projects/Stacker/lib/runtime/Makefile
projects/Stacker/tools/Makefile
projects/Stacker/tools/stkrc/Makefile