]> Savannah Git Hosting - gnulib.git/commit
Add simple examples.
authorBruno Haible <bruno@clisp.org>
Wed, 15 Dec 2021 18:59:01 +0000 (19:59 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Dec 2021 18:59:01 +0000 (19:59 +0100)
commita3c4f3ffbed121b02ed44a6ddf6cfdd16e5b05e9
treeeb6e2f749d3232984971773f18fd01043f35f38c
parentb2bd0a9041ed7401fb69f59f7450abb8b3249ecb
Add simple examples.

* examples: New directory.
40 files changed:
ChangeLog
examples/README [new file with mode: 0644]
examples/hello-c-gnulib-automakesubdir-withtests/INSTALL [new file with mode: 0644]
examples/hello-c-gnulib-automakesubdir-withtests/Makefile.am [new file with mode: 0644]
examples/hello-c-gnulib-automakesubdir-withtests/autoclean.sh [new file with mode: 0755]
examples/hello-c-gnulib-automakesubdir-withtests/autogen.sh [new file with mode: 0755]
examples/hello-c-gnulib-automakesubdir-withtests/configure.ac [new file with mode: 0644]
examples/hello-c-gnulib-automakesubdir-withtests/m4/Makefile.am [new file with mode: 0644]
examples/hello-c-gnulib-automakesubdir-withtests/src/hello.c [new file with mode: 0644]
examples/hello-c-gnulib-automakesubdir-withtests/src/local.mk [new file with mode: 0644]
examples/hello-c-gnulib-automakesubdir/INSTALL [new file with mode: 0644]
examples/hello-c-gnulib-automakesubdir/Makefile.am [new file with mode: 0644]
examples/hello-c-gnulib-automakesubdir/autoclean.sh [new file with mode: 0755]
examples/hello-c-gnulib-automakesubdir/autogen.sh [new file with mode: 0755]
examples/hello-c-gnulib-automakesubdir/configure.ac [new file with mode: 0644]
examples/hello-c-gnulib-automakesubdir/m4/Makefile.am [new file with mode: 0644]
examples/hello-c-gnulib-automakesubdir/src/hello.c [new file with mode: 0644]
examples/hello-c-gnulib-automakesubdir/src/local.mk [new file with mode: 0644]
examples/hello-c-gnulib-nonrecursive/INSTALL [new file with mode: 0644]
examples/hello-c-gnulib-nonrecursive/Makefile.am [new file with mode: 0644]
examples/hello-c-gnulib-nonrecursive/autoclean.sh [new file with mode: 0755]
examples/hello-c-gnulib-nonrecursive/autogen.sh [new file with mode: 0755]
examples/hello-c-gnulib-nonrecursive/configure.ac [new file with mode: 0644]
examples/hello-c-gnulib-nonrecursive/m4/Makefile.am [new file with mode: 0644]
examples/hello-c-gnulib-nonrecursive/src/hello.c [new file with mode: 0644]
examples/hello-c-gnulib-nonrecursive/src/local.mk [new file with mode: 0644]
examples/hello-c-gnulib/INSTALL [new file with mode: 0644]
examples/hello-c-gnulib/Makefile.am [new file with mode: 0644]
examples/hello-c-gnulib/autoclean.sh [new file with mode: 0755]
examples/hello-c-gnulib/autogen.sh [new file with mode: 0755]
examples/hello-c-gnulib/configure.ac [new file with mode: 0644]
examples/hello-c-gnulib/hello.c [new file with mode: 0644]
examples/hello-c-gnulib/m4/Makefile.am [new file with mode: 0644]
examples/hello-c-nognulib/INSTALL [new file with mode: 0644]
examples/hello-c-nognulib/Makefile.am [new file with mode: 0644]
examples/hello-c-nognulib/autoclean.sh [new file with mode: 0755]
examples/hello-c-nognulib/autogen.sh [new file with mode: 0755]
examples/hello-c-nognulib/configure.ac [new file with mode: 0644]
examples/hello-c-nognulib/hello.c [new file with mode: 0644]
examples/hello-c-nognulib/m4/Makefile.am [new file with mode: 0644]