Mercurial > hg > Game > Cerium
diff example/bitonic_sort/Makefile.def @ 2035:33af6d6e1bfc draft
add bitonic sort
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 05 Feb 2015 23:48:49 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/bitonic_sort/Makefile.def Thu Feb 05 23:48:49 2015 +0900 @@ -0,0 +1,16 @@ +TARGET = bitonic_sort + +# include/library path +# ex macosx +#CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium + +CERIUM = ../../../Cerium + +CC = clang++ +OPT = -g -O0 +#CXX = clang++ +CFLAGS = -Wall $(OPT) +#CXXFLAGS = ${CFLAGS} + +INCLUDE = -I. -I.. -I${CERIUM}/include/TaskManager +LIBS = -L${CERIUM}/TaskManager