comparison example/fileread/Makefile.macosx @ 1827:d1212026e2a0 draft

some fix
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Tue, 17 Dec 2013 13:57:34 +0900
parents 797e3ec1ca74
children
comparison
equal deleted inserted replaced
1826:d3a9772074d6 1827:d1212026e2a0
10 TASK_SRCS_EXCLUDE = 10 TASK_SRCS_EXCLUDE =
11 TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) 11 TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP))
12 TASK_OBJS = $(TASK_SRCS:.cc=.o) 12 TASK_OBJS = $(TASK_SRCS:.cc=.o)
13 13
14 LIBS += -lFifoManager `sdl-config --libs` 14 LIBS += -lFifoManager `sdl-config --libs`
15 CC += -m$(ABIBIT)
15 16
16 .SUFFIXES: .cc .o 17 .SUFFIXES: .cc .o
17 18
18 .cc.o: 19 .cc.o:
19 $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@ 20 $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@