Move "hello-static-lib" to doc/examples and add non-automake Makefiles
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 10 May 2013 15:24:23 +0000 (11:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 May 2013 15:24:23 +0000 (11:24 -0400)
commita106a9f8513054954003122126a8b33b56de4bd8
treec606a1bd4bf697a7523327ceef986b6dba5eeeaf
parent9ac8c21231ed48f25264e3ddc6ac8ce632767669
Move "hello-static-lib" to doc/examples and add non-automake Makefiles

The examples are now automatically built as part of the default make
target and plain Makefiles with no dependency on automake are provided
for clarity.

Update the manpage and README to reflect the change and remove lots of
trailing whitespace.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
20 files changed:
.gitignore
README
configure.ac
doc/examples/Makefile.am
doc/examples/README [new file with mode: 0644]
doc/examples/demo/Makefile
doc/examples/easy-ust/Makefile
doc/examples/hello-static-lib/Makefile [new file with mode: 0644]
doc/examples/hello-static-lib/README [new file with mode: 0644]
doc/examples/hello-static-lib/hello.c [new file with mode: 0644]
doc/examples/hello-static-lib/tp.c [new file with mode: 0644]
doc/examples/hello-static-lib/ust_tests_hello.h [new file with mode: 0644]
doc/man/lttng-ust.3
tests/Makefile.am
tests/demo/README [deleted file]
tests/hello-static-lib/Makefile.am [deleted file]
tests/hello-static-lib/README [deleted file]
tests/hello-static-lib/hello.c [deleted file]
tests/hello-static-lib/tp.c [deleted file]
tests/hello-static-lib/ust_tests_hello.h [deleted file]
This page took 0.025502 seconds and 4 git commands to generate.