update build
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 11 Mar 2006 17:39:54 +0000 (17:39 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 11 Mar 2006 17:39:54 +0000 (17:39 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1687 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/Makefile.am
ltt/branches/poly/README
ltt/branches/poly/configure.in

index 66afa9064b224a3c185e9a8a06c7f8b4e7178eb1..4f542dcfbe807ec381183591faf249d58dd17202 100644 (file)
@@ -1,6 +1,6 @@
 # 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
index 836472ade67c2875f2e634e139e13491b37719bc..55ac5557ba43ea9264e41c7556d8e47da8b41ac5 100644 (file)
@@ -1,7 +1,6 @@
 
 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
 
@@ -49,9 +48,6 @@ debian: debian config files (currently empty).
 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).
index b9b8c831ebb5568cdb184941a6e57a2f131a88ee..f17d60eba7e69b62a664872ae61770492bb42033 100644 (file)
@@ -47,7 +47,7 @@ required in order to compile LinuxTraceToolkit]))
 
 
 # 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
@@ -112,8 +112,6 @@ AC_SUBST(lttvwindowincludedir)
 AC_SUBST(lttctlincludedir)
 
 AC_CONFIG_FILES([Makefile
-     liblttctl/Makefile
-     lttctl/Makefile
                 lttv/Makefile
                 lttv/lttv/Makefile
                 lttv/modules/Makefile
@@ -129,7 +127,6 @@ AC_CONFIG_FILES([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
@@ -139,6 +136,5 @@ AC_CONFIG_FILES([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
This page took 0.02557 seconds and 4 git commands to generate.