X-Git-Url: https://git.llucax.com/software/dgc/dgcbench.git/blobdiff_plain/ae114983db8b75954cdc27c2d97c72c2a9e720f9..cfbcbdb0ce55d05524e2f1c219d6ee193f1a2512:/micro/Makefile?ds=sidebyside diff --git a/micro/Makefile b/micro/Makefile index 48b7308..b234261 100644 --- a/micro/Makefile +++ b/micro/Makefile @@ -19,7 +19,7 @@ stat_c := $(addprefix $(STAT_DIR)/,$(addsuffix .c.csv,$(sources:.d=))) stat_a := $(addprefix $(STAT_DIR)/,$(addsuffix .a.csv,$(sources:.d=))) stat_h := $(addprefix $(STAT_DIR)/,$(addsuffix .h.csv,$(sources:.d=))) stat := $(stat_c) $(stat_a) $(stat_h) -graphs_c := $(addprefix $(PLOT_DIR)/,$(addsuffix .c.eps,$(sources:.d=))) +graphs_c := $(addprefix $(PLOT_DIR)/,$(addsuffix .eps,$(sources:.d=))) graphs := $(graphs_c) @@ -82,8 +82,8 @@ plot: $(graphs) $(PLOT_DIR)/%.tics: $(STAT_DIR)/%.h.csv tics.awk $(P_AWK) awk -F, -f $(lastword $^) $< > $@ -$(PLOT_DIR)/%.c.eps: $(STAT_DIR)/%.c.csv $(STAT_DIR)/%.a.csv \ - $(STAT_DIR)/%.h.csv $(PLOT_DIR)/%.tics plot-c.gpi +$(PLOT_DIR)/%.eps: $(STAT_DIR)/%.c.csv $(STAT_DIR)/%.a.csv \ + $(STAT_DIR)/%.h.csv $(PLOT_DIR)/%.tics plot.gpi $(P_PLOT) sed "s|@@PRG@@|$(*F)|g; s|@@COL@@|$(VERS)|g; \ s|@@INC@@|$(word 1,$^)|g; s|@@INA@@|$(word 2,$^)|g; \ s|@@INH@@|$(word 3,$^)|g; s|@@OUT@@|$@|g; \