From 0ce0410b124ac413dcb537dc523619910ee35791 Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 20 Sep 2005 18:48:20 +0000 Subject: [PATCH] change libltt for lttctl git-svn-id: http://ltt.polymtl.ca/svn@1238 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/Makefile.am | 2 +- ltt/branches/poly/configure.in | 3 +-- ltt/branches/poly/{libltt => liblttctl}/Makefile.am | 0 ltt/branches/poly/{libltt => liblttctl}/libltt.c | 0 ltt/branches/poly/{libltt => liblttctl}/libltt.h | 0 ltt/branches/poly/ltt/Makefile.am | 2 -- ltt/branches/poly/ltt/{convert => convert-old}/LTTTypes.h | 0 ltt/branches/poly/ltt/{convert => convert-old}/LinuxEvents.h | 0 ltt/branches/poly/ltt/{convert => convert-old}/Makefile.am | 0 ltt/branches/poly/ltt/{convert => convert-old}/README | 0 ltt/branches/poly/ltt/{convert => convert-old}/convert.c | 0 ltt/branches/poly/ltt/{convert => convert-old}/core.xml | 0 ltt/branches/poly/ltt/{convert => convert-old}/sysInfo | 0 13 files changed, 2 insertions(+), 5 deletions(-) rename ltt/branches/poly/{libltt => liblttctl}/Makefile.am (100%) rename ltt/branches/poly/{libltt => liblttctl}/libltt.c (100%) rename ltt/branches/poly/{libltt => liblttctl}/libltt.h (100%) rename ltt/branches/poly/ltt/{convert => convert-old}/LTTTypes.h (100%) rename ltt/branches/poly/ltt/{convert => convert-old}/LinuxEvents.h (100%) rename ltt/branches/poly/ltt/{convert => convert-old}/Makefile.am (100%) rename ltt/branches/poly/ltt/{convert => convert-old}/README (100%) rename ltt/branches/poly/ltt/{convert => convert-old}/convert.c (100%) rename ltt/branches/poly/ltt/{convert => convert-old}/core.xml (100%) rename ltt/branches/poly/ltt/{convert => convert-old}/sysInfo (100%) diff --git a/ltt/branches/poly/Makefile.am b/ltt/branches/poly/Makefile.am index 18591373..66afa906 100644 --- a/ltt/branches/poly/Makefile.am +++ b/ltt/branches/poly/Makefile.am @@ -1,6 +1,6 @@ # WARNING : ltt must come before lttv, so that the traceread library is # up to date -SUBDIRS = libltt ltt lttctl lttv lttd doc facilities +SUBDIRS = liblttctl ltt lttctl lttv lttd doc facilities EXTRA_DIST = QUICKSTART diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 9be9279a..96545e0c 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -106,7 +106,7 @@ AC_SUBST(lttvincludedir) AC_SUBST(lttvwindowincludedir) AC_CONFIG_FILES([Makefile - libltt/Makefile + liblttctl/Makefile lttctl/Makefile lttv/Makefile lttv/lttv/Makefile @@ -123,7 +123,6 @@ AC_CONFIG_FILES([Makefile lttv/modules/gui/tracecontrol/Makefile lttd/Makefile ltt/Makefile - ltt/convert/Makefile doc/Makefile doc/developer/Makefile doc/developer/developer_guide/Makefile diff --git a/ltt/branches/poly/libltt/Makefile.am b/ltt/branches/poly/liblttctl/Makefile.am similarity index 100% rename from ltt/branches/poly/libltt/Makefile.am rename to ltt/branches/poly/liblttctl/Makefile.am diff --git a/ltt/branches/poly/libltt/libltt.c b/ltt/branches/poly/liblttctl/libltt.c similarity index 100% rename from ltt/branches/poly/libltt/libltt.c rename to ltt/branches/poly/liblttctl/libltt.c diff --git a/ltt/branches/poly/libltt/libltt.h b/ltt/branches/poly/liblttctl/libltt.h similarity index 100% rename from ltt/branches/poly/libltt/libltt.h rename to ltt/branches/poly/liblttctl/libltt.h diff --git a/ltt/branches/poly/ltt/Makefile.am b/ltt/branches/poly/ltt/Makefile.am index 50dc8fb3..a4fb77e0 100644 --- a/ltt/branches/poly/ltt/Makefile.am +++ b/ltt/branches/poly/ltt/Makefile.am @@ -4,8 +4,6 @@ # Created by Mathieu Desnoyers on May 6, 2003 # -SUBDIRS = convert - libdir = ${lttlibdir} AM_CFLAGS = $(GLIB_CFLAGS) diff --git a/ltt/branches/poly/ltt/convert/LTTTypes.h b/ltt/branches/poly/ltt/convert-old/LTTTypes.h similarity index 100% rename from ltt/branches/poly/ltt/convert/LTTTypes.h rename to ltt/branches/poly/ltt/convert-old/LTTTypes.h diff --git a/ltt/branches/poly/ltt/convert/LinuxEvents.h b/ltt/branches/poly/ltt/convert-old/LinuxEvents.h similarity index 100% rename from ltt/branches/poly/ltt/convert/LinuxEvents.h rename to ltt/branches/poly/ltt/convert-old/LinuxEvents.h diff --git a/ltt/branches/poly/ltt/convert/Makefile.am b/ltt/branches/poly/ltt/convert-old/Makefile.am similarity index 100% rename from ltt/branches/poly/ltt/convert/Makefile.am rename to ltt/branches/poly/ltt/convert-old/Makefile.am diff --git a/ltt/branches/poly/ltt/convert/README b/ltt/branches/poly/ltt/convert-old/README similarity index 100% rename from ltt/branches/poly/ltt/convert/README rename to ltt/branches/poly/ltt/convert-old/README diff --git a/ltt/branches/poly/ltt/convert/convert.c b/ltt/branches/poly/ltt/convert-old/convert.c similarity index 100% rename from ltt/branches/poly/ltt/convert/convert.c rename to ltt/branches/poly/ltt/convert-old/convert.c diff --git a/ltt/branches/poly/ltt/convert/core.xml b/ltt/branches/poly/ltt/convert-old/core.xml similarity index 100% rename from ltt/branches/poly/ltt/convert/core.xml rename to ltt/branches/poly/ltt/convert-old/core.xml diff --git a/ltt/branches/poly/ltt/convert/sysInfo b/ltt/branches/poly/ltt/convert-old/sysInfo similarity index 100% rename from ltt/branches/poly/ltt/convert/sysInfo rename to ltt/branches/poly/ltt/convert-old/sysInfo -- 2.34.1