Adding in sample project tree.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 30 Jun 2003 22:13:48 +0000 (22:13 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 30 Jun 2003 22:13:48 +0000 (22:13 +0000)
commit723ccd615f99b65454e199cda9feb31f2283e787
tree880aa2fb6590d580638a944c8bc4c8d8c9f352f8
parent2f8b41738ed579f91105569243919ff12be0ba0a
Adding in sample project tree.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7018 91177308-0d34-0410-b5e6-96231b3b80d8
projects/sample/Makefile [new file with mode: 0644]
projects/sample/Makefile.common [new file with mode: 0644]
projects/sample/Makefile.config [new file with mode: 0644]
projects/sample/include/sample.h [new file with mode: 0644]
projects/sample/lib/Makefile [new file with mode: 0644]
projects/sample/lib/sample/Makefile [new file with mode: 0644]
projects/sample/lib/sample/sample.c [new file with mode: 0644]
projects/sample/tools/Makefile [new file with mode: 0644]
projects/sample/tools/sample/Makefile [new file with mode: 0644]
projects/sample/tools/sample/main.c [new file with mode: 0644]