]> git.llucax.com Git - software/dgc/dgcbench.git/blobdiff - micro/Makefile
micro: Add a script to generate histogram tics
[software/dgc/dgcbench.git] / micro / Makefile
index ddbbac7cfc08ff713af980389d281bc1a1c832d1..8529d82cd93ae8f98d1d3169ac919baaccb2745e 100644 (file)
@@ -78,6 +78,10 @@ $(STAT_DIR)/%.h.csv: $(STAT_DIR)/%.a.csv hist.awk
 .PHONY: plot
 plot: $(graphs)
 
+.PRECIOUS: $(PLOT_DIR)/%.tics
+$(PLOT_DIR)/%.tics: $(STAT_DIR)/%.h.csv tics.awk
+       $(P_AWK) awk -F, -f $(lastword $^) $< > $@
+
 $(PLOT_DIR)/%.c.eps: $(STAT_DIR)/%.c.csv plot-c.gpi
        $(P_PLOT) sed "s|@@PRG@@|$(*F)|g; s|@@COL@@|$(VERS)|g; \
                        s|@@IN@@|$<|g; s|@@OUT@@|$@|g" $(lastword $^) \