Move "hello-static-lib" to doc/examples and add non-automake Makefiles
[lttng-ust.git] / doc / examples / Makefile.am
1 SUBDIRS = easy-ust demo hello-static-lib
2
3 doc_examplesdir = ${docdir}/examples
4 doc_examples_easy_ustdir = ${docdir}/examples/easy-ust
5 doc_examples_gen_tpdir = ${docdir}/examples/gen-tp
6 doc_examples_demodir = ${docdir}/examples/demo
7 doc_examples_hello_static_libdir = ${docdir}/examples/hello-static-lib
8
9 dist_doc_examples_DATA = README
10
11 dist_doc_examples_easy_ust_DATA = easy-ust/Makefile \
12 easy-ust/sample.c \
13 easy-ust/sample_component_provider.h easy-ust/tp.c
14
15 dist_doc_examples_gen_tp_DATA = gen-tp/Makefile \
16 gen-tp/sample.c gen-tp/sample_tracepoint.tp
17
18 dist_doc_examples_demo_DATA = demo/demo.c \
19 demo/demo-trace \
20 demo/Makefile \
21 demo/README \
22 demo/tp2.c \
23 demo/tp3.c \
24 demo/tp.c \
25 demo/ust_tests_demo2.h \
26 demo/ust_tests_demo3.h \
27 demo/ust_tests_demo.h
28
29 dist_doc_examples_hello_static_lib_DATA = hello-static-lib/Makefile \
30 hello-static-lib/hello.c \
31 hello-static-lib/README \
32 hello-static-lib/ust_tests_hello.h \
33 hello-static-lib/tp.c
34
35 BUILD_EXAMPLES_FROM_TREE = 1
36 export
This page took 0.03117 seconds and 5 git commands to generate.