blob: 3cb846a11058cf876e8e84685c47c3be36856a14 [file] [log] [blame]
LEVEL = ../..
include $(LEVEL)/Makefile.config
PROG = hmmcalibrate
SourceDir := $(HMMER_ROOT)
CPPFLAGS = -DSSE2
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = --fixed 400 --cpu 1 --num 200000 --seed 1158818515 $(HMMER_ROOT)/globin.hmm
else
RUN_OPTIONS = --fixed 400 --cpu 1 --num 80000 --seed 1158818515 $(HMMER_ROOT)/globin.hmm
endif
include $(LEVEL)/MultiSource/Makefile.multisrc