X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2FMakefile.am;h=c91d01385a234b70ebd2d379bfde8bbf7f256d9a;hb=a2eab0c9ba77537fb2e801d63ff49af96c169e31;hp=0f1941d75b44d021810b5ac464a872428ed41cd0;hpb=86fd9e018236796824f8e4ffe05b3f553c67ad7b;p=lttv.git diff --git a/ltt/branches/poly/lttv/Makefile.am b/ltt/branches/poly/lttv/Makefile.am index 0f1941d7..c91d0138 100644 --- a/ltt/branches/poly/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/Makefile.am @@ -1,13 +1,26 @@ -SUBDIRS = modules - AM_CFLAGS = $(GLIB_CFLAGS) -LIBS += $(GLIB_LIBS) +LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread +#LIBS += $(GLIB_LIBS) -lgobject-2.0 -lltt -bin_PROGRAMS = tracevisualizer +bin_PROGRAMS = lttv #AM_CPPFLAGS = \ # -I$(top_srcdir)/include #INCLUDES=$(top_srcdir)/include -tracevisualizer_SOURCES = main.c module.c option.c hook.c attribute.c \ - attribute.h lttv.h option.h trace.h +lttv_SOURCES = main.c module.c option.c hook.c attribute.c \ + iattribute.c processTrace.c state.c stats.c traceset.c + +libdir = ${lttvplugindir} + +lib_LTLIBRARIES = libtextDump.la libbatchAnalysis.la +libtextDump_la_LDFLAGS = -module +libtextDump_la_SOURCES = textDump.c +libbatchAnalysis_la_LDFLAGS = -module +libbatchAnalysis_la_SOURCES = batchAnalysis.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 +