Disable doc/examples build
[lttng-ust.git] / doc / examples / Makefile.am
index e9dd170d07b59df84e128f67e5a9f9f9a62221e5..2e1b35cfdac197c232fd49024e2bbb8892f701c7 100644 (file)
@@ -1,5 +1,3 @@
-SUBDIRS = easy-ust demo hello-static-lib
-
 doc_examplesdir = ${docdir}/examples
 doc_examples_easy_ustdir = ${docdir}/examples/easy-ust
 doc_examples_gen_tpdir = ${docdir}/examples/gen-tp
@@ -32,5 +30,19 @@ dist_doc_examples_hello_static_lib_DATA = hello-static-lib/Makefile \
        hello-static-lib/ust_tests_hello.h \
        hello-static-lib/tp.c
 
-BUILD_EXAMPLES_FROM_TREE = 1
-export
+#if NO_SHARED
+## Don't build examples if shared libraries support was explicitly
+## disabled.
+#else
+#SUBDIRS_PROXY = easy-ust demo gen-tp hello-static-lib
+#
+#all-local:
+#      for subdir in $(SUBDIRS_PROXY); do \
+#              cd $$subdir && $(MAKE) AM_CPPFLAGS="-I../../../include/" AM_LDFLAGS='-L../../../liblttng-ust/.libs/ -Wl,-rpath="$(PWD)/../../liblttng-ust/.libs/"' LTTNG_GEN_TP_PATH="../../../tools/" $(AM_MAKEFLAGS) all; cd ..; \
+#      done
+#
+#clean-local:
+#      for subdir in $(SUBDIRS_PROXY); do \
+#              cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) clean; cd ..; \
+#      done
+#endif
This page took 0.023259 seconds and 4 git commands to generate.