Mercurial > hg > Game > Cerium
changeset 1409:e8a135048781 draft
add -lrt
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 18 Feb 2012 00:24:00 +0900 |
parents | 12035c84e052 |
children | acfa426b277e |
files | example/Bulk/Makefile.linux example/HelloWorld/Makefile.linux example/MemList/Makefile.linux example/Miller_Rabin/Makefile.linux example/Null/Makefile.linux example/Pipeline/Makefile.linux example/Prime/Makefile.linux example/ResizeWritebuf/Makefile.linux example/Simple/Makefile.linux example/basic/Makefile.linux example/dependency_task/Makefile.linux example/get_segment/Makefile.linux example/hello_array/Makefile.linux example/mainMem/Makefile.linux example/many_task/Makefile.linux example/post_function/Makefile.linux example/regex/Makefile.linux example/renew_task/Makefile.linux example/share_task/Makefile.linux example/task_queue/Makefile.linux example/word_count/Makefile.linux |
diffstat | 21 files changed, 21 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
--- a/example/Bulk/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/Bulk/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/HelloWorld/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/HelloWorld/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/MemList/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/MemList/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/Miller_Rabin/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/Miller_Rabin/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/Null/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/Null/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/Pipeline/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/Pipeline/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/Prime/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/Prime/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/ResizeWritebuf/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/ResizeWritebuf/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/Simple/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/Simple/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/basic/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/basic/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/dependency_task/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/dependency_task/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/get_segment/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/get_segment/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/hello_array/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/hello_array/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/mainMem/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/mainMem/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/many_task/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/many_task/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -15,7 +15,7 @@ # CFLAGS = -g -Wall# -O9 #-DDEBUG INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. -LIBS = -L${CERIUM}/TaskManager -lFifoManager +LIBS = -L${CERIUM}/TaskManager -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/post_function/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/post_function/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/regex/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/regex/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/renew_task/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/renew_task/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/share_task/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/share_task/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/task_queue/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/task_queue/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o
--- a/example/word_count/Makefile.linux Fri Feb 17 19:28:30 2012 +0900 +++ b/example/word_count/Makefile.linux Sat Feb 18 00:24:00 2012 +0900 @@ -11,7 +11,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -LIBS += -lFifoManager +LIBS += -lFifoManager -lrt .SUFFIXES: .cc .o