From 66f52ff0ba9c55af63cb0b30d94a57fb1030a292 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 30 May 2003 17:59:57 +0000 Subject: [PATCH] Move ltt headers to /include git-svn-id: http://ltt.polymtl.ca/svn@47 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/autogen.sh | 28 +++++++++---------- .../poly/{ => include}/ltt/Makefile.am | 0 ltt/branches/poly/{ => include}/ltt/event.h | 0 .../poly/{ => include}/ltt/facility.h | 0 ltt/branches/poly/{ => include}/ltt/ltt.h | 0 .../poly/{ => include}/ltt/tracefile.h | 0 ltt/branches/poly/{ => include}/ltt/type.h | 0 7 files changed, 14 insertions(+), 14 deletions(-) rename ltt/branches/poly/{ => include}/ltt/Makefile.am (100%) rename ltt/branches/poly/{ => include}/ltt/event.h (100%) rename ltt/branches/poly/{ => include}/ltt/facility.h (100%) rename ltt/branches/poly/{ => include}/ltt/ltt.h (100%) rename ltt/branches/poly/{ => include}/ltt/tracefile.h (100%) rename ltt/branches/poly/{ => include}/ltt/type.h (100%) diff --git a/ltt/branches/poly/autogen.sh b/ltt/branches/poly/autogen.sh index a9a6adaa..d1487f6d 100755 --- a/ltt/branches/poly/autogen.sh +++ b/ltt/branches/poly/autogen.sh @@ -151,20 +151,20 @@ done conf_flags="--enable-maintainer-mode" -if [ -a "$srcdir/include" ]; then - echo -n Removing old system include behavior emulation... - rm -rf $srcdir/include - echo done. -fi -echo -n Creating the system include behavior emulation... -mkdir $srcdir/include -mkdir $srcdir/include/ltt -ln -sf ../../LibLTT/ltt.h $srcdir/include/ltt/ltt.h -mkdir $srcdir/include/lttv -ln -sf ../../lttv/module.h $srcdir/include/lttv/module.h -ln -sf ../../lttv/hook.h $srcdir/include/lttv/hook.h -ln -sf ../../lttv/traceWindow.h $srcdir/include/lttv/traceWindow.h -echo done. +#if [ -a "$srcdir/include" ]; then +# echo -n Removing old system include behavior emulation... +# rm -rf $srcdir/include +# echo done. +#fi +#echo -n Creating the system include behavior emulation... +#mkdir $srcdir/include +#mkdir $srcdir/include/ltt +#ln -sf ../../LibLTT/ltt.h $srcdir/include/ltt/ltt.h +#mkdir $srcdir/include/lttv +#ln -sf ../../lttv/module.h $srcdir/include/lttv/module.h +#ln -sf ../../lttv/hook.h $srcdir/include/lttv/hook.h +#ln -sf ../../lttv/traceWindow.h $srcdir/include/lttv/traceWindow.h +#echo done. diff --git a/ltt/branches/poly/ltt/Makefile.am b/ltt/branches/poly/include/ltt/Makefile.am similarity index 100% rename from ltt/branches/poly/ltt/Makefile.am rename to ltt/branches/poly/include/ltt/Makefile.am diff --git a/ltt/branches/poly/ltt/event.h b/ltt/branches/poly/include/ltt/event.h similarity index 100% rename from ltt/branches/poly/ltt/event.h rename to ltt/branches/poly/include/ltt/event.h diff --git a/ltt/branches/poly/ltt/facility.h b/ltt/branches/poly/include/ltt/facility.h similarity index 100% rename from ltt/branches/poly/ltt/facility.h rename to ltt/branches/poly/include/ltt/facility.h diff --git a/ltt/branches/poly/ltt/ltt.h b/ltt/branches/poly/include/ltt/ltt.h similarity index 100% rename from ltt/branches/poly/ltt/ltt.h rename to ltt/branches/poly/include/ltt/ltt.h diff --git a/ltt/branches/poly/ltt/tracefile.h b/ltt/branches/poly/include/ltt/tracefile.h similarity index 100% rename from ltt/branches/poly/ltt/tracefile.h rename to ltt/branches/poly/include/ltt/tracefile.h diff --git a/ltt/branches/poly/ltt/type.h b/ltt/branches/poly/include/ltt/type.h similarity index 100% rename from ltt/branches/poly/ltt/type.h rename to ltt/branches/poly/include/ltt/type.h -- 2.34.1