# # Baking! # # ------------------------------------------------------------------------------ # Input files # ------------------------------------------------------------------------------ EXECUTABLE := smvm HSMAIN := SMVM.chs CUFILES := smvm-csr.cu \ smvm-cudpp.cu USECUDPP := 1 EXTRALIBS := stdc++ # ------------------------------------------------------------------------------ # Haskell/CUDA build system # ------------------------------------------------------------------------------ include ../../common/common.mk