Mercurial > hg > Game > Cerium
comparison Renderer/Engine/Makefile.cell @ 984:dbebc7afd08e draft
minor fix
author | root@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 01 Oct 2010 01:25:45 +0900 |
parents | fdb36a9c5030 |
children | a0ea7d9b6faf |
comparison
equal
deleted
inserted
replaced
983:ad2bc8afc7b9 | 984:dbebc7afd08e |
---|---|
11 TASK_SRCS = $(filter-out $(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) | 11 TASK_SRCS = $(filter-out $(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) |
12 TASK_OBJS = $(TASK_SRCS:.cc=.o) | 12 TASK_OBJS = $(TASK_SRCS:.cc=.o) |
13 | 13 |
14 LIBS += -lCellManager -lspe2 -lpthread | 14 LIBS += -lCellManager -lspe2 -lpthread |
15 | 15 |
16 CFLAGS += -Drestrict=__restrict__ `sdl-config --cflags` `xml2-config --cflags` | 16 CFLAGS += -D__CERIUM_CELL__ -Drestrict=__restrict__ `sdl-config --cflags` `xml2-config --cflags` |
17 LIBS += `sdl-config --libs` -lSDL_image -lGL `xml2-config --libs` | 17 LIBS += `sdl-config --libs` -lSDL_image -lGL `xml2-config --libs` |
18 | 18 |
19 .SUFFIXES: .cc .o | 19 .SUFFIXES: .cc .o |
20 | 20 |
21 .cc.o: | 21 .cc.o: |