# Last edited on 2012-10-17 10:41:11 by stolfilocal REPO_SETS := \ REPO # Data files: REPO_FILES := ${addprefix ../,${addsuffix .tbl,${REPO_SETS}}} # Plots: REPO_PLOTS := ${addprefix repo-,${addsuffix -big.png,${REPO_SETS}}} REPO_ICONS := ${addprefix repo-,${addsuffix -sma.png,${REPO_SETS}}} all: ${REPO_PLOTS} ${REPO_ICONS} repo-%-big.png: %.tbl plot-repo.sh Makefile plot-repo.sh $* repo-%-sma.png: repo-%-big.png Makefile convert repo-$*-big.png -resize '50%' repo-$*-sma.png -display repo-$*-sma.png