comparison Makefile.mac @ 70:cee55c8365e9 default tip

fix
author Kazuma
date Thu, 19 May 2016 18:52:26 +0900
parents e01948ce859a
children
comparison
equal deleted inserted replaced
69:1c57e38fb9b5 70:cee55c8365e9
8 TASK_SRCS_TMP = $(wildcard $(TASK_DIR)/*.cc) 8 TASK_SRCS_TMP = $(wildcard $(TASK_DIR)/*.cc)
9 TASK_SRCS_EXCLUDE = 9 TASK_SRCS_EXCLUDE =
10 TASK_SRCS = $(filter-out $(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) 10 TASK_SRCS = $(filter-out $(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP))
11 TASK_OBJS = $(TASK_SRCS:.cc=.o) 11 TASK_OBJS = $(TASK_SRCS:.cc=.o)
12 12
13 CFLAGS += `sdl-config --cflags` `xml2-config --cflags` $(INCLUDE) 13 CFLAGS += `sdl-config --cflags` `xml2-config --cflags ` `freetype-config --cflags` -Drestrict=__restrict -Wno-int-to-pointer-cast $(INCLUDE)
14 LIBS += `sdl-config --libs` -framework OpenGL -lSDL_mixer -lSDL_image `xml2-config --libs` 14 LIBS += `sdl-config --libs` -framework OpenGL -lSDL_mixer -lSDL_image `xml2-config --libs` `freetype-config --libs`
15 LIBS += -lCerium -lFifoManager 15 LIBS += -lCerium -lFifoManager
16 16
17 all: $(TARGET) 17 all: $(TARGET)
18 18
19 test: $(TARGET) 19 test: $(TARGET)