all: reps rselect install: all scp reps rselect cbucompute:bin/ reps: Repeats.lhs Util.hs Unigene.hs ghc -Wall --make -O2 -o reps Repeats.lhs -optl-static reps_p: Repeats.lhs Util.hs Unigene.hs ghc -Wall --make -O2 -o reps_p Repeats.lhs -optl-static -prof -auto-all rselect: RSelect.lhs Util.hs Unigene.hs ghc -Wall --make -O2 -o rselect RSelect.lhs -optl-static rselect_p: RSelect.lhs Util.hs Unigene.hs ghc -Wall --make -O2 -o rselect_p RSelect.lhs -optl-static -prof -auto-all