Mercurial > hg > Game > Cerium
diff TaskManager/Makefile.parallel @ 1407:976f7b77f0bf draft
fix Makefile
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 17 Feb 2012 17:42:50 +0900 |
parents | 3152bb4429da |
children | f40558ec00a8 |
line wrap: on
line diff
--- a/TaskManager/Makefile.parallel Fri Feb 17 17:32:50 2012 +0900 +++ b/TaskManager/Makefile.parallel Fri Feb 17 17:42:50 2012 +0900 @@ -1,9 +1,10 @@ include ./Makefile.def TARGET = libFifoManager.a CFLAGS += -DHAS_POSIX_MEMALIGN -#ifndef __APPLE__ + +ifdef LINUX CFLAGS += -lrt -#endif +endif .SUFFIXES: .cc .o