blob: 0cf38c4e6293fcfb46b05009c9198fa950dedea1 [file] [log] [blame]
LEVEL = ../..
include $(LEVEL)/Makefile.config
PROG = hmmcalibrate
SourceDir := $(HMMER_ROOT)
CPPFLAGS = -DSSE2
LIBS += -lpthread
LDFLAGS += -lpthread
ifeq ($(ARCH),PowerPC)
TARGET_FLAGS += -maltivec -faltivec
LCCFLAGS += -maltivec -faltivec
endif
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