# Last edited on 2001-11-21 13:50:55 by stolfi # Schematic pictures of ynamic programming graphs # (including incremental DP), for TPAMI paper. FIGS := \ dynprog-graph \ dynprog-incr EPSFILES := ${addsuffix .eps, ${FIGS}} .SUFFIXES: .SUFFIXES: .fig .eps all: ${EPSFILES} %.eps: %.fig fig2dev -L eps $*.fig $*.eps