EPS := as-PCR.eps chromo.eps chromo-3.eps schema.eps microsat.eps P19_PCC_phasa.eps klon_P19.eps P19-R6G_PCC.eps

all: eps
eps: $(EPS)

%.eps:	%.tiff
	tiff2ps $< > $@

%.tiff:	%.tiff.bz2
	bzip2 -dk $<

clean:
	-rm -f $(EPS) klon_P19.tiff
