CGit
Gitweb
projects
/
dense-linear-algebra-libraries
/
linalg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git.ti.com:dense-linear-algebra-libraries/linalg
[dense-linear-algebra-libraries/linalg.git]
/
examples
/
dsponly
/
dgemm_test
/
Makefile
1
2
COMMON_FOLDER = ../common
3
testfiles_obj = dgemm_test.obj
4
outfile = dgemm_test.out
5
CL_OPTS =
6
7
include $(COMMON_FOLDER)/Makefile.common
8
9
%.obj: %.c
10
$(CL) $(CL_OPTS) $<
11
echo Compiling $<
12