]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/blob - examples/dsponly/dgemm_test/Makefile
ecaf8b7a6a661368985835677485996512cbab25
[dense-linear-algebra-libraries/linalg.git] / examples / dsponly / dgemm_test / Makefile
1 # Default to RTSC mode
3 COMMON_FOLDER = ../common
4 testfiles = dgemm_test.c $(COMMON_FOLDER)/ticblas_config.c $(COMMON_FOLDER)/fc_config_c6678.c 
5 outfile = dgemm_test.out
7 CL_OPTS   = -@ $(OPT_CMD) -mv6600 --omp -I $(OMP_DIR)/packages/ti/runtime/openmp
8 CL_OPTS  += -I$(FC_DIR)/packages -I$(XDAIS_DIR)/packages -I$(EDMA3_DIR)/packages -I$(LIBARCH_DIR)/include -I$(LINALG_DIR)/include
9 CL_OPTS  += -D$(TARGET) -DLIB_RTOS
11 include $(COMMON_FOLDER)/Makefile.common