From 2105698d2c25d440ca0fed1db978910428a593d9 Mon Sep 17 00:00:00 2001 From: Steven Rostedt Date: Tue, 22 Dec 2009 12:16:07 -0500 Subject: trace-graph: Move windowing into trace-graph-main.c In order to be able to use the trace-graph in other applications we separate out the creation of the graph from the windowing. Signed-off-by: Steven Rostedt --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 022d0a4..0d81f17 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,8 @@ trace-view.o:: $(HEADERS) trace-view-store.h trace-view.h trace-view-store.o:: $(HEADERS) trace-view-store.h trace-view.h trace-view-main.o:: $(HEADERS) trace-view-store.h trace-view.h trace-filter.o:: $(HEADERS) -trace-graph.o:: $(HEADERS) +trace-graph.o:: $(HEADERS) trace-graph.h +trace-graph-main.o:: $(HEADERS) trace-graph.h trace-cmd:: trace-cmd.o trace-read.o $(CC) $^ -rdynamic -o $@ $(LIBS) @@ -44,7 +45,7 @@ trace-cmd:: trace-cmd.o trace-read.o trace-view:: trace-view-main.o trace-view.o trace-view-store.o trace-filter.o $(CC) $^ -rdynamic -o $@ $(CONFIG_LIBS) $(LIBS) -trace-graph:: trace-graph.o trace-compat.o +trace-graph:: trace-graph-main.o trace-graph.o trace-compat.o $(CC) $^ -rdynamic -o $@ $(CONFIG_LIBS) $(LIBS) .PHONY: gtk_depends -- cgit v1.2.2