From c4001caa99402441a0bf62625a2f0c832078b176 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 16 Jun 2011 14:59:54 -0400 Subject: [PATCH] Move away files that will be deprecated Signed-off-by: Mathieu Desnoyers --- {libustcomm => deprecated/libustcomm}/Makefile.am | 0 {libustcomm => deprecated/libustcomm}/ustcomm.c | 0 {libustcomm => deprecated/libustcomm}/ustcomm.h | 0 {libustconsumer => deprecated/libustconsumer}/Makefile.am | 0 {libustconsumer => deprecated/libustconsumer}/libustconsumer.c | 0 {libustconsumer => deprecated/libustconsumer}/lowlevel.c | 0 {libustconsumer => deprecated/libustconsumer}/lowlevel.h | 0 {libustctl => deprecated/libustctl}/Makefile.am | 0 {libustctl => deprecated/libustctl}/README | 0 {libustctl => deprecated/libustctl}/libustctl.c | 0 {ust-consumerd => deprecated/ust-consumerd}/Makefile.am | 0 {ust-consumerd => deprecated/ust-consumerd}/README | 0 {ust-consumerd => deprecated/ust-consumerd}/ust-consumerd.c | 0 {ustctl => deprecated/ustctl}/Makefile.am | 0 {ustctl => deprecated/ustctl}/README | 0 {ustctl => deprecated/ustctl}/channel_cmds.c | 0 {ustctl => deprecated/ustctl}/cli.c | 0 {ustctl => deprecated/ustctl}/cli.h | 0 {ustctl => deprecated/ustctl}/marker_cmds.c | 0 {ustctl => deprecated/ustctl}/scanning_functions.c | 0 {ustctl => deprecated/ustctl}/scanning_functions.h | 0 {ustctl => deprecated/ustctl}/trace_cmds.c | 0 {ustctl => deprecated/ustctl}/ustctl.c | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename {libustcomm => deprecated/libustcomm}/Makefile.am (100%) rename {libustcomm => deprecated/libustcomm}/ustcomm.c (100%) rename {libustcomm => deprecated/libustcomm}/ustcomm.h (100%) rename {libustconsumer => deprecated/libustconsumer}/Makefile.am (100%) rename {libustconsumer => deprecated/libustconsumer}/libustconsumer.c (100%) rename {libustconsumer => deprecated/libustconsumer}/lowlevel.c (100%) rename {libustconsumer => deprecated/libustconsumer}/lowlevel.h (100%) rename {libustctl => deprecated/libustctl}/Makefile.am (100%) rename {libustctl => deprecated/libustctl}/README (100%) rename {libustctl => deprecated/libustctl}/libustctl.c (100%) rename {ust-consumerd => deprecated/ust-consumerd}/Makefile.am (100%) rename {ust-consumerd => deprecated/ust-consumerd}/README (100%) rename {ust-consumerd => deprecated/ust-consumerd}/ust-consumerd.c (100%) rename {ustctl => deprecated/ustctl}/Makefile.am (100%) rename {ustctl => deprecated/ustctl}/README (100%) rename {ustctl => deprecated/ustctl}/channel_cmds.c (100%) rename {ustctl => deprecated/ustctl}/cli.c (100%) rename {ustctl => deprecated/ustctl}/cli.h (100%) rename {ustctl => deprecated/ustctl}/marker_cmds.c (100%) rename {ustctl => deprecated/ustctl}/scanning_functions.c (100%) rename {ustctl => deprecated/ustctl}/scanning_functions.h (100%) rename {ustctl => deprecated/ustctl}/trace_cmds.c (100%) rename {ustctl => deprecated/ustctl}/ustctl.c (100%) diff --git a/libustcomm/Makefile.am b/deprecated/libustcomm/Makefile.am similarity index 100% rename from libustcomm/Makefile.am rename to deprecated/libustcomm/Makefile.am diff --git a/libustcomm/ustcomm.c b/deprecated/libustcomm/ustcomm.c similarity index 100% rename from libustcomm/ustcomm.c rename to deprecated/libustcomm/ustcomm.c diff --git a/libustcomm/ustcomm.h b/deprecated/libustcomm/ustcomm.h similarity index 100% rename from libustcomm/ustcomm.h rename to deprecated/libustcomm/ustcomm.h diff --git a/libustconsumer/Makefile.am b/deprecated/libustconsumer/Makefile.am similarity index 100% rename from libustconsumer/Makefile.am rename to deprecated/libustconsumer/Makefile.am diff --git a/libustconsumer/libustconsumer.c b/deprecated/libustconsumer/libustconsumer.c similarity index 100% rename from libustconsumer/libustconsumer.c rename to deprecated/libustconsumer/libustconsumer.c diff --git a/libustconsumer/lowlevel.c b/deprecated/libustconsumer/lowlevel.c similarity index 100% rename from libustconsumer/lowlevel.c rename to deprecated/libustconsumer/lowlevel.c diff --git a/libustconsumer/lowlevel.h b/deprecated/libustconsumer/lowlevel.h similarity index 100% rename from libustconsumer/lowlevel.h rename to deprecated/libustconsumer/lowlevel.h diff --git a/libustctl/Makefile.am b/deprecated/libustctl/Makefile.am similarity index 100% rename from libustctl/Makefile.am rename to deprecated/libustctl/Makefile.am diff --git a/libustctl/README b/deprecated/libustctl/README similarity index 100% rename from libustctl/README rename to deprecated/libustctl/README diff --git a/libustctl/libustctl.c b/deprecated/libustctl/libustctl.c similarity index 100% rename from libustctl/libustctl.c rename to deprecated/libustctl/libustctl.c diff --git a/ust-consumerd/Makefile.am b/deprecated/ust-consumerd/Makefile.am similarity index 100% rename from ust-consumerd/Makefile.am rename to deprecated/ust-consumerd/Makefile.am diff --git a/ust-consumerd/README b/deprecated/ust-consumerd/README similarity index 100% rename from ust-consumerd/README rename to deprecated/ust-consumerd/README diff --git a/ust-consumerd/ust-consumerd.c b/deprecated/ust-consumerd/ust-consumerd.c similarity index 100% rename from ust-consumerd/ust-consumerd.c rename to deprecated/ust-consumerd/ust-consumerd.c diff --git a/ustctl/Makefile.am b/deprecated/ustctl/Makefile.am similarity index 100% rename from ustctl/Makefile.am rename to deprecated/ustctl/Makefile.am diff --git a/ustctl/README b/deprecated/ustctl/README similarity index 100% rename from ustctl/README rename to deprecated/ustctl/README diff --git a/ustctl/channel_cmds.c b/deprecated/ustctl/channel_cmds.c similarity index 100% rename from ustctl/channel_cmds.c rename to deprecated/ustctl/channel_cmds.c diff --git a/ustctl/cli.c b/deprecated/ustctl/cli.c similarity index 100% rename from ustctl/cli.c rename to deprecated/ustctl/cli.c diff --git a/ustctl/cli.h b/deprecated/ustctl/cli.h similarity index 100% rename from ustctl/cli.h rename to deprecated/ustctl/cli.h diff --git a/ustctl/marker_cmds.c b/deprecated/ustctl/marker_cmds.c similarity index 100% rename from ustctl/marker_cmds.c rename to deprecated/ustctl/marker_cmds.c diff --git a/ustctl/scanning_functions.c b/deprecated/ustctl/scanning_functions.c similarity index 100% rename from ustctl/scanning_functions.c rename to deprecated/ustctl/scanning_functions.c diff --git a/ustctl/scanning_functions.h b/deprecated/ustctl/scanning_functions.h similarity index 100% rename from ustctl/scanning_functions.h rename to deprecated/ustctl/scanning_functions.h diff --git a/ustctl/trace_cmds.c b/deprecated/ustctl/trace_cmds.c similarity index 100% rename from ustctl/trace_cmds.c rename to deprecated/ustctl/trace_cmds.c diff --git a/ustctl/ustctl.c b/deprecated/ustctl/ustctl.c similarity index 100% rename from ustctl/ustctl.c rename to deprecated/ustctl/ustctl.c -- 2.34.1