From 447e70db70ea8e0cfffb16793f90f14e9e51f848 Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 27 Jan 2004 23:09:57 +0000 Subject: [PATCH] MainLib revert part 4 git-svn-id: http://ltt.polymtl.ca/svn@428 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 1 + ltt/branches/poly/lttv/Makefile.am | 16 +++------------- ltt/branches/poly/lttv/main/Makefile.am | 10 ++++++++++ 3 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 ltt/branches/poly/lttv/main/Makefile.am diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 943d73a3..c6ac8661 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -75,6 +75,7 @@ AC_SUBST(lttincludedir) AC_CONFIG_FILES([Makefile lttv/Makefile + lttv/main/Makefile lttv/modules/Makefile lttv/modules/text/Makefile lttv/modules/gui/Makefile diff --git a/ltt/branches/poly/lttv/Makefile.am b/ltt/branches/poly/lttv/Makefile.am index f92fa54c..9f26d16e 100644 --- a/ltt/branches/poly/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/Makefile.am @@ -1,14 +1,4 @@ -AM_CFLAGS = $(GLIB_CFLAGS) -LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread - -bin_PROGRAMS = lttv - -lttv_SOURCES = main/main.c mainLib/module.c mainLib/option.c \ - mainLib/hook.c mainLib/attribute.c \ - mainLib/iattribute.c mainLib/processTrace.c \ - mainLib/state.c mainLib/stats.c mainLib/traceset.c - -# WARNING : must be done at the end, so modules can dynamically link themselves -# to libraries compiled here but not installed in the system. -SUBDIRS = modules +# WARNING : modules must be done at the end, so modules can dynamically link +# themselves to libraries compiled here but not installed in the system. +SUBDIRS = main modules diff --git a/ltt/branches/poly/lttv/main/Makefile.am b/ltt/branches/poly/lttv/main/Makefile.am new file mode 100644 index 00000000..24d8bc2a --- /dev/null +++ b/ltt/branches/poly/lttv/main/Makefile.am @@ -0,0 +1,10 @@ +AM_CFLAGS = $(GLIB_CFLAGS) +LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread + +bin_PROGRAMS = lttv + +lttv_SOURCES = main.c module.c option.c \ + hook.c attribute.c \ + iattribute.c processTrace.c \ + state.c stats.c traceset.c + -- 2.34.1