From 754351700b3d5fb6112e72dd4722a546abc219f1 Mon Sep 17 00:00:00 2001 From: dagenais Date: Tue, 20 Apr 2004 19:46:36 +0000 Subject: [PATCH] Back into a compile/executable state. Now .h files are bundled with their package and the directory structure has been slightly simplified and some names changed (mainwin for lttvwindow). git-svn-id: http://ltt.polymtl.ca/svn@506 04897980-b3bd-0310-b5e0-8ef037075253 --- .../modules/gui/lttvwindow/{src => lttvwindow}/Makefile.am | 6 +++--- .../modules/gui/lttvwindow/{src => lttvwindow}/callbacks.c | 0 .../modules/gui/lttvwindow/{src => lttvwindow}/callbacks.h | 0 .../modules/gui/lttvwindow/{src => lttvwindow}/common.h | 0 .../modules/gui/lttvwindow/{src => lttvwindow}/gtkdirsel.c | 0 .../modules/gui/lttvwindow/{src => lttvwindow}/gtkdirsel.h | 0 .../gui/lttvwindow/{src => lttvwindow}/gtkmultivpaned.c | 0 .../gui/lttvwindow/{src => lttvwindow}/gtkmultivpaned.h | 0 .../gui/lttvwindow/{src => lttvwindow}/gtktraceset.c | 0 .../gui/lttvwindow/{src => lttvwindow}/gtktraceset.h | 0 .../gui/lttvwindow/{src => lttvwindow}/init_module.c | 0 .../modules/gui/lttvwindow/{src => lttvwindow}/interface.c | 0 .../modules/gui/lttvwindow/{src => lttvwindow}/interface.h | 0 .../modules/gui/lttvwindow/{src => lttvwindow}/lttvfilter.c | 0 .../modules/gui/lttvwindow/{src => lttvwindow}/lttvfilter.h | 0 .../lttv/modules/gui/lttvwindow/{src => lttvwindow}/main.c | 0 .../modules/gui/lttvwindow/{src => lttvwindow}/mainwindow.h | 0 .../lttv/modules/gui/lttvwindow/{src => lttvwindow}/menu.c | 0 .../lttv/modules/gui/lttvwindow/{src => lttvwindow}/menu.h | 0 .../modules/gui/lttvwindow/{src => lttvwindow}/support.c | 0 .../modules/gui/lttvwindow/{src => lttvwindow}/support.h | 0 .../modules/gui/lttvwindow/{src => lttvwindow}/toolbar.c | 0 .../modules/gui/lttvwindow/{src => lttvwindow}/toolbar.h | 0 23 files changed, 3 insertions(+), 3 deletions(-) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/Makefile.am (89%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/callbacks.c (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/callbacks.h (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/common.h (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/gtkdirsel.c (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/gtkdirsel.h (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/gtkmultivpaned.c (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/gtkmultivpaned.h (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/gtktraceset.c (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/gtktraceset.h (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/init_module.c (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/interface.c (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/interface.h (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/lttvfilter.c (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/lttvfilter.h (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/main.c (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/mainwindow.h (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/menu.c (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/menu.h (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/support.c (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/support.h (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/toolbar.c (100%) rename ltt/branches/poly/lttv/modules/gui/lttvwindow/{src => lttvwindow}/toolbar.h (100%) diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/Makefile.am b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am similarity index 89% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/Makefile.am rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am index cf6aa237..574a3458 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am @@ -3,7 +3,7 @@ AM_CFLAGS = $(GLIB_CFLAGS) AM_CFLAGS += $(GTK_CFLAGS) LIBS += $(GLIB_LIBS) -LIBS += $(GTK_LIBS) -lcustomBox +LIBS += $(GTK_LIBS) INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ @@ -17,7 +17,7 @@ libdir = ${lttvplugindir} lib_LTLIBRARIES = liblttvwindow.la -liblttvwindow_la_LDFLAGS = -module +#liblttvwindow_la_LDFLAGS = -module liblttvwindow_la_SOURCES = \ toolbar.c\ menu.c\ @@ -35,7 +35,7 @@ noinst_HEADERS = \ interface.h \ callbacks.h -lttvguiinclude_HEADERS = \ +lttvwindowinclude_HEADERS = \ common.h\ gtkdirsel.h\ gtkmultivpaned.h\ diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/callbacks.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/callbacks.c rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/callbacks.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/callbacks.h rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/common.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/common.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/common.h rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/common.h diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/gtkdirsel.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/gtkdirsel.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/gtkdirsel.c rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/gtkdirsel.c diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/gtkdirsel.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/gtkdirsel.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/gtkdirsel.h rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/gtkdirsel.h diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/gtkmultivpaned.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/gtkmultivpaned.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/gtkmultivpaned.c rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/gtkmultivpaned.c diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/gtkmultivpaned.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/gtkmultivpaned.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/gtkmultivpaned.h rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/gtkmultivpaned.h diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/gtktraceset.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/gtktraceset.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/gtktraceset.c rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/gtktraceset.c diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/gtktraceset.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/gtktraceset.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/gtktraceset.h rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/gtktraceset.h diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/init_module.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/init_module.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/init_module.c rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/init_module.c diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/interface.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/interface.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/interface.c rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/interface.c diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/interface.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/interface.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/interface.h rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/interface.h diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/lttvfilter.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvfilter.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/lttvfilter.c rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvfilter.c diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/lttvfilter.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvfilter.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/lttvfilter.h rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvfilter.h diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/main.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/main.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/main.c rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/main.c diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/mainwindow.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/mainwindow.h rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/menu.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/menu.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/menu.c rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/menu.c diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/menu.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/menu.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/menu.h rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/menu.h diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/support.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/support.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/support.c rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/support.c diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/support.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/support.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/support.h rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/support.h diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/toolbar.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/toolbar.c similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/toolbar.c rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/toolbar.c diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/src/toolbar.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/toolbar.h similarity index 100% rename from ltt/branches/poly/lttv/modules/gui/lttvwindow/src/toolbar.h rename to ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/toolbar.h -- 2.34.1