Move "hello-static-lib" to doc/examples and add non-automake Makefiles
[lttng-ust.git] / doc / examples / Makefile.am
CommitLineData
a106a9f8
JG
1SUBDIRS = easy-ust demo hello-static-lib
2
3doc_examplesdir = ${docdir}/examples
7ccf75d3
MD
4doc_examples_easy_ustdir = ${docdir}/examples/easy-ust
5doc_examples_gen_tpdir = ${docdir}/examples/gen-tp
60302adc 6doc_examples_demodir = ${docdir}/examples/demo
a106a9f8
JG
7doc_examples_hello_static_libdir = ${docdir}/examples/hello-static-lib
8
9dist_doc_examples_DATA = README
7ccf75d3
MD
10
11dist_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
15dist_doc_examples_gen_tp_DATA = gen-tp/Makefile \
16 gen-tp/sample.c gen-tp/sample_tracepoint.tp
60302adc
JG
17
18dist_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
a106a9f8
JG
28
29dist_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
35BUILD_EXAMPLES_FROM_TREE = 1
36export
This page took 0.023669 seconds and 4 git commands to generate.