Add donated hello world example.
authorRob Savoye <rob@welcomehome.org>
Mon, 15 Jul 2002 01:31:58 +0000 (01:31 +0000)
committerRob Savoye <rob@welcomehome.org>
Mon, 15 Jul 2002 01:31:58 +0000 (01:31 +0000)
commitddc9a7f071cd0de58a3d18c1067718aa4afd6b9b
tree35692364b28fa3835bf36d3ff14e896881571684
parentb60e445ac5a1a3b611a1671f78d5f2614167c06e
Add donated hello world example.
49 files changed:
example/hello/AUTHORS [new file with mode: 0644]
example/hello/COPYING [new file with mode: 0644]
example/hello/ChangeLog [new file with mode: 0644]
example/hello/INSTALL [new file with mode: 0644]
example/hello/Makefile.am [new file with mode: 0644]
example/hello/Makefile.in [new file with mode: 0644]
example/hello/NEWS [new file with mode: 0644]
example/hello/README [new file with mode: 0644]
example/hello/aclocal.m4 [new file with mode: 0644]
example/hello/configure [new file with mode: 0755]
example/hello/configure.in [new file with mode: 0644]
example/hello/depcomp [new file with mode: 0755]
example/hello/hello.cc [new file with mode: 0644]
example/hello/install-sh [new file with mode: 0755]
example/hello/lib/default.exp [new file with mode: 0644]
example/hello/lib/gnu.exp [new file with mode: 0644]
example/hello/lib/helloworld-driver.exp [new file with mode: 0644]
example/hello/lib/helloworld-lib.exp [new file with mode: 0644]
example/hello/lib/helloworld-torture.exp [new file with mode: 0644]
example/hello/lib/helloworld.exp [new file with mode: 0644]
example/hello/lib/site.exp [new file with mode: 0644]
example/hello/lib/unix.exp [new file with mode: 0644]
example/hello/missing [new file with mode: 0755]
example/hello/mkinstalldirs [new file with mode: 0755]
example/hello/testsuite/Makefile.am [new file with mode: 0644]
example/hello/testsuite/Makefile.in [new file with mode: 0644]
example/hello/testsuite/config/base-config.exp [new file with mode: 0644]
example/hello/testsuite/config/default.exp [new file with mode: 0644]
example/hello/testsuite/config/gnu.exp [new file with mode: 0644]
example/hello/testsuite/config/helloworld-driver.exp [new file with mode: 0644]
example/hello/testsuite/config/helloworld-lib.exp [new file with mode: 0644]
example/hello/testsuite/config/helloworld-torture.exp [new file with mode: 0644]
example/hello/testsuite/config/unix.exp [new file with mode: 0644]
example/hello/testsuite/helloworld.test1/helloworld.test1-1/test1-1.exp [new file with mode: 0644]
example/hello/testsuite/helloworld.test1/test1.exp [new file with mode: 0644]
example/hello/testsuite/helloworld.test2/test2.exp [new file with mode: 0644]
example/hello/testsuite/helloworld.test2/test3.exp [new file with mode: 0644]
example/hello/testsuite/helloworld.test3/config/config.exp [new file with mode: 0644]
example/hello/testsuite/helloworld.test3/lib/lib.exp [new file with mode: 0644]
example/hello/testsuite/helloworld.test3/non_compliant_dir_name/non_compliant.exp [new file with mode: 0644]
example/hello/testsuite/lib/default.exp [new file with mode: 0644]
example/hello/testsuite/lib/gnu.exp [new file with mode: 0644]
example/hello/testsuite/lib/helloworld-driver.exp [new file with mode: 0644]
example/hello/testsuite/lib/helloworld-lib.exp [new file with mode: 0644]
example/hello/testsuite/lib/helloworld-torture.exp [new file with mode: 0644]
example/hello/testsuite/lib/helloworld.exp [new file with mode: 0644]
example/hello/testsuite/lib/unix.exp [new file with mode: 0644]
example/hello/testsuite/site.exp [new file with mode: 0644]
example/hello/testsuite/testsuite.exp [new file with mode: 0644]