Mercurial > hg > Game > Cerium
comparison TaskManager/Makefile @ 1915:effb5653fd5c draft
update cuda, yet running
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 20 Jan 2014 21:59:56 +0900 |
parents | e33e106ca3e0 |
children | 67e50779feb4 |
comparison
equal
deleted
inserted
replaced
1914:08e9e416c2e0 | 1915:effb5653fd5c |
---|---|
21 parallel: FORCE | 21 parallel: FORCE |
22 @$(MAKE) -f Makefile.parallel | 22 @$(MAKE) -f Makefile.parallel |
23 | 23 |
24 gpu: FORCE | 24 gpu: FORCE |
25 @$(MAKE) -f Makefile.gpu | 25 @$(MAKE) -f Makefile.gpu |
26 | |
27 cuda: FORCE | |
28 @$(MAKE) -f Makefile.cuda | |
26 | 29 |
27 FORCE: | 30 FORCE: |
28 -mkdir -p ../include/TaskManager | 31 -mkdir -p ../include/TaskManager |
29 rsync `find . -name Test -prune -or -name '*.h' -print` ../include/TaskManager | 32 rsync `find . -name Test -prune -or -name '*.h' -print` ../include/TaskManager |
30 | 33 |