# WARNING : ltt must come before lttv, so that the traceread library is
# up to date
-SUBDIRS = liblttctl ltt lttctl lttv lttd doc facilities
+SUBDIRS = ltt lttv doc
EXTRA_DIST = QUICKSTART
This package contains the trace reading library and trace viewing tools for
-the new Linux Trace Toolkit trace format. It also contains the lttd, lttctl and
-liblttctl programs which are necessary to obtain a trace.
+the new Linux Trace Toolkit trace format.
* Compiling
doc: Documentation.
doc/user: User related documentation.
doc/developer: Developer related documentation.
-liblttctl: Library to communicate with the kernel tracer control module.
-lttctl: Command line program to use the liblttctl library.
-lttd: Linux Trace Toolkit daemon.
lttv: Linux Trace Toolkit trace analysis tool and viewer.
lttv/modules: Linux Trace Toolkit analysis tool and viewer plugin modules.
specs: RPM config files (currently empty).
# pthread for lttd
-AC_CHECK_LIB(pthread, pthread_join,[THREAD_LIBS="-lpthread"], AC_MSG_ERROR([LinuxThreads is required in order to compile lttd]))
+#AC_CHECK_LIB(pthread, pthread_join,[THREAD_LIBS="-lpthread"], AC_MSG_ERROR([LinuxThreads is required in order to compile lttd]))
# Checks for header files.
AC_HEADER_STDC
AC_SUBST(lttctlincludedir)
AC_CONFIG_FILES([Makefile
- liblttctl/Makefile
- lttctl/Makefile
lttv/Makefile
lttv/lttv/Makefile
lttv/modules/Makefile
lttv/modules/gui/statistics/Makefile
lttv/modules/gui/filter/Makefile
lttv/modules/gui/tracecontrol/Makefile
- lttd/Makefile
ltt/Makefile
doc/Makefile
doc/developer/Makefile
doc/user/Makefile
doc/user/user_guide/Makefile
doc/user/user_guide/docbook/Makefile
- doc/user/user_guide/html/Makefile
- facilities/Makefile])
+ doc/user/user_guide/html/Makefile])
AC_OUTPUT